Merge "Make grub timeout configurable and set to 0"
This commit is contained in:
commit
da905e0e5d
@ -4,3 +4,4 @@ root_image: build
|
||||
mksquashfs_compression: lz4
|
||||
mksquashfs_threads: "{{ ansible_processor_vcpus }}"
|
||||
squashfs_timeout: 120
|
||||
grub_menu_timeout: 0
|
||||
|
@ -3,7 +3,7 @@ search --set=root --file /AIRSHIP
|
||||
insmod all_video
|
||||
|
||||
set default="0"
|
||||
set timeout=1
|
||||
set timeout={{ grub_menu_timeout }}
|
||||
|
||||
menuentry "Airship Ephemeral" {
|
||||
linux /boot/vmlinuz boot=live quiet nomodeset overlay-size=70% systemd.unified_cgroup_hierarchy=0 ds=ConfigDrive console=ttyS0 console=tty0
|
||||
|
Loading…
x
Reference in New Issue
Block a user