diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-15 03:26:13 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:06:30 +0000 |
commit | 2791a0d1e467094a67985b0de4b8128a115f538d (patch) | |
tree | 487f91081e763773a6945e68391b3a7e9c240293 | |
parent | f60b0a2747b948e2da643e4f1ca036c434e93202 (diff) | |
download | vyos-live-build-2791a0d1e467094a67985b0de4b8128a115f538d.tar.gz vyos-live-build-2791a0d1e467094a67985b0de4b8128a115f538d.zip |
grub2: fix using wrong directory in certain cases
Update feb-2020:
Both grub2 and syslinux were affected by this issue. Someone else's
patch fixing syslinux only just recently got merged in
2735f3bd38d3d2f0c48ea1ce023a27943ef0ab84 but grub2 was still
affected. I had made patches for both in 2015 which never got
merged. This is the grub2 one.
Gbp-Dch: Short
Closes: #952843
-rwxr-xr-x | scripts/build/binary_loopback_cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg index 1f6622c26..a049b6480 100755 --- a/scripts/build/binary_loopback_cfg +++ b/scripts/build/binary_loopback_cfg @@ -150,7 +150,7 @@ case "${LB_INITRAMFS}" in ;; *) - INITFS="" + INITFS="boot" ;; esac |