meta-intel/scripts/lib/wic/canned-wks/galileodisk-usb.wks
Saul Wold c40a23b46f galileodisk: Change timeout to 1 second
This allows for more editable commandline

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-22 15:44:45 -08:00

10 lines
596 B
Plaintext

# short-description: Create a Galileo Gen 1/2 disk image (USB storage)
# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2
# that the user can directly dd to USB storage media and boot.
part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024
part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 --use-uuid
bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"