diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 13:22:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 13:22:22 +0200 |
commit | 0cc1bf5a6fca17cad2e4a7eaf32ef57e5b27c32d (patch) | |
tree | 0cf06d7c485dcdc41bec3d1e0a5775b876b538bd /scripts/build/chroot_hacks | |
parent | dc2fb99a7c858bc552e68a45eda2d69bd96cd923 (diff) | |
download | vyos-live-build-0cc1bf5a6fca17cad2e4a7eaf32ef57e5b27c32d.tar.gz vyos-live-build-0cc1bf5a6fca17cad2e4a7eaf32ef57e5b27c32d.zip |
Replacing some references to live-helper with live-build.
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-x | scripts/build/chroot_hacks | 2 |
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 |