Extend qemux86-64 images to support real hardware
[AGL/meta-agl.git] / meta-agl-bsp / wic / systemd-intel-corei7-64-bootdisk.wks
1 # short-description: Custom EFI disk image with systemd-boot
2 # long-description: Creates a partitioned EFI disk image that the user
3 # can directly dd to boot media. The selected bootloader is systemd-boot
4 # and we do not have swap
5
6 part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --use-uuid --label msdos --active --align 1024
7
8 part / --source rootfs --fstype=ext4 --label platform --align 1024 --use-uuid
9
10 # Modify the append line here as needed to suit the environment.
11 #
12 # To change the default video resolution add one of the following
13 # resolutions:
14 # uvesafb.mode_option=1024x768-32
15 # uvesafb.mode_option=1280x1024-32
16 # uvesafb.mode_option=1600x1200-32
17 #
18 # To avoid corrupt boot screen by systemd message you can remove the
19 # console=tty0 portion below or disable all boot messages by kernel command
20 # line.  To disable all boot messages add:
21 #
22 # quiet
23 bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 reboot=efi"