summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-05-03 09:25:06 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:44 +0100
commit60d87f4f918802b55d809942381d5119b50adbe1 (patch)
treefe635afcde3b8f4ef7f063a257d2795c7897a50b
parent4709ece48f056ded071d56946c793a0c25e7143e (diff)
downloadvyos-live-build-60d87f4f918802b55d809942381d5119b50adbe1.tar.gz
vyos-live-build-60d87f4f918802b55d809942381d5119b50adbe1.zip
Correcting chroot call for update-initramfs in lh_chroot_hacks.
-rwxr-xr-xhelpers/lh_chroot_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 03fa50bd4..d436faf36 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -68,7 +68,7 @@ EOF
fi
# Update initramfs
- Chroot "update-initramfs -k all -t -u"
+ Chroot chroot "update-initramfs -k all -t -u"
;;
esac