diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 16:53:33 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 16:53:33 +0200 |
commit | b72bf24f4aaa5f6ec14e668e013819b66e173080 (patch) | |
tree | a441c47bcf1da98631dafdb42f3b807831601f57 /scripts | |
parent | 6841d06281f58957b102736a365549d00dedde4f (diff) | |
download | imagefish-b72bf24f4aaa5f6ec14e668e013819b66e173080.tar.gz |
don't update efi vars
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tar-to-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tar-to-image.sh b/scripts/tar-to-image.sh index a89c84e..fb65e9a 100755 --- a/scripts/tar-to-image.sh +++ b/scripts/tar-to-image.sh @@ -282,7 +282,7 @@ function fish_systemd_boot() { echo "### init systemd-boot" fish mkdir-p /etc/kernel fish write /etc/kernel/cmdline "ro root=${rootfs} ${console}" - fish command "bootctl install" + fish command "bootctl --no-variables install" fish command "kernel-install add ${kver} /lib/modules/${kver}/vmlinuz" fish command "sed -i -e '/timeout/s/^#//' /boot/loader/loader.conf" } |