mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
galileodisk: Change timeout to 1 second
This allows for more editable commandline Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
849be85cc4
commit
0c42b70b33
|
@ -6,4 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mm
|
|||
|
||||
part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid
|
||||
|
||||
bootloader --timeout=0 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"
|
||||
bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"
|
||||
|
|
|
@ -6,4 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sd
|
|||
|
||||
part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 --use-uuid
|
||||
|
||||
bootloader --timeout=0 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"
|
||||
bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"
|
||||
|
|
Loading…
Reference in New Issue
Block a user