diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-11-22 23:44:45 (GMT) |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-11-22 23:46:46 (GMT) |
commit | 0c42b70b33d0c7524dd71f9c40c47316fb548bbc (patch) | |
tree | a50595b09efd172ab8a654770bf736a4e4e5f7c8 /scripts/lib/wic/canned-wks/galileodisk-usb.wks | |
parent | 849be85cc410a4bea80b0f2e4cf9136f3c0317ae (diff) | |
download | meta-intel-0c42b70b33d0c7524dd71f9c40c47316fb548bbc.tar.gz |
galileodisk: Change timeout to 1 second6.0-morty-2.26.0-krogoth-2.2
This allows for more editable commandline
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'scripts/lib/wic/canned-wks/galileodisk-usb.wks')
-rw-r--r-- | scripts/lib/wic/canned-wks/galileodisk-usb.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/canned-wks/galileodisk-usb.wks b/scripts/lib/wic/canned-wks/galileodisk-usb.wks index d746cc8..b561fa0 100644 --- a/scripts/lib/wic/canned-wks/galileodisk-usb.wks +++ b/scripts/lib/wic/canned-wks/galileodisk-usb.wks | |||
@@ -6,4 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sd | |||
6 | 6 | ||
7 | part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 --use-uuid | 7 | part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 --use-uuid |
8 | 8 | ||
9 | bootloader --timeout=0 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" | 9 | bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" |