diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-28 15:21:17 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-28 15:21:17 +0100 |
commit | a717ed22621b9d29c24f842cb4c9ba8e2cc151ab (patch) | |
tree | 0569b3146d1a915624be484414b14fcd433297d0 /scripts | |
parent | 8bd10a8a1deb82498cac571437b4dc0278d0ecfb (diff) | |
download | imagefish-a717ed22621b9d29c24f842cb4c9ba8e2cc151ab.tar.gz |
systemd: enable boot menu
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tar-to-image.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tar-to-image.sh b/scripts/tar-to-image.sh index b5e5387..74338de 100755 --- a/scripts/tar-to-image.sh +++ b/scripts/tar-to-image.sh @@ -269,6 +269,7 @@ function fish_systemd_boot() { fish write /etc/kernel/cmdline "ro root=${rootfs} console=ttyS0,115200 console=tty1" fish command "bootctl install" fish command "kernel-install add ${kver} /lib/modules/${kver}/vmlinuz" + fish command "sed -i -e '/timeout/s/^#//' /boot/loader/loader.conf" } function fish_part_rpi() { |