summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_hacks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 13:22:22 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:18 +0100
commitce4581282e003891dfc852de5dadb733e5ca614c (patch)
tree0cf06d7c485dcdc41bec3d1e0a5775b876b538bd /scripts/build/chroot_hacks
parent4d22ca948ad3def3f98fd89d32bf2ba8209460fd (diff)
downloadvyos-live-build-ce4581282e003891dfc852de5dadb733e5ca614c.tar.gz
vyos-live-build-ce4581282e003891dfc852de5dadb733e5ca614c.zip
Replacing some references to live-helper with live-build.
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-xscripts/build/chroot_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks
index 0156cd9a2..1fd3aa822 100755
--- a/scripts/build/chroot_hacks
+++ b/scripts/build/chroot_hacks
@@ -166,7 +166,7 @@ esac
Chroot chroot "${UPDATE_INITRAMFS_OPTIONS} update-initramfs -k all -t -u"
# Ensure readable permissions on initramfs. loop-aes-utils sets umask to
-# protect GPG keys, which live-helper does not support.
+# protect GPG keys, which live-build does not support.
# Note: Use find rather than chmod on the wildcard, one never knows what
# people might do in local hooks, and there might be no initrds at all.
find chroot/boot -name 'initrd*' -print0 | xargs -r -0 chmod go+r