diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-11-22 15:44:45 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-11-22 15:46:46 -0800 |
commit | 0c42b70b33d0c7524dd71f9c40c47316fb548bbc (patch) | |
tree | a50595b09efd172ab8a654770bf736a4e4e5f7c8 /scripts/lib/wic | |
parent | 849be85cc410a4bea80b0f2e4cf9136f3c0317ae (diff) | |
download | meta-intel-9ec6c5c14a385732bea81d548edb4a47ecb5db81.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')
-rw-r--r-- | scripts/lib/wic/canned-wks/galileodisk-sd.wks | 2 | ||||
-rw-r--r-- | scripts/lib/wic/canned-wks/galileodisk-usb.wks | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/wic/canned-wks/galileodisk-sd.wks b/scripts/lib/wic/canned-wks/galileodisk-sd.wks index de8807df..225778d7 100644 --- a/scripts/lib/wic/canned-wks/galileodisk-sd.wks +++ b/scripts/lib/wic/canned-wks/galileodisk-sd.wks | |||
@@ -6,4 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mm | |||
6 | 6 | ||
7 | part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid | 7 | part / --source rootfs --ondisk mmcblk0 --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" |
diff --git a/scripts/lib/wic/canned-wks/galileodisk-usb.wks b/scripts/lib/wic/canned-wks/galileodisk-usb.wks index d746cc8d..b561fa09 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" |