diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-02 10:32:58 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:40 +0100 |
commit | 1d2dd20dd6a74df571959d4cea2d53aaee16302f (patch) | |
tree | de637b63d9825d4b4346d19c41584d558bee2941 /examples | |
parent | 69513e92791328e23ee856c00d439ae590678b91 (diff) | |
download | vyos-live-build-1d2dd20dd6a74df571959d4cea2d53aaee16302f.tar.gz vyos-live-build-1d2dd20dd6a74df571959d4cea2d53aaee16302f.zip |
Removing legacy support for live-initramfs.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/hooks/all_chroot_losetup-lukshome.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/hooks/all_chroot_losetup-lukshome.sh b/examples/hooks/all_chroot_losetup-lukshome.sh index b5e372638..f8492d72a 100755 --- a/examples/hooks/all_chroot_losetup-lukshome.sh +++ b/examples/hooks/all_chroot_losetup-lukshome.sh @@ -28,7 +28,7 @@ # umounted. # # /usr/share/initramfs-tools/scripts/live-bottom/13live_luks_home -# a live-initramfs hook to execute lukshome.sh script +# a live-boot hook to execute lukshome.sh script # in initrd. # # @@ -300,7 +300,7 @@ echo "I: creating script /usr/local/sbin/lukshome.sh" cat > /usr/local/sbin/lukshome.sh << 'EOF' #!/bin/sh -# this script is to be executed by a hook in live-initramfs. It searches +# this script is to be executed by a hook in live-boot. It searches # for a partition with 'lukshome' label, mounts it as /luks-home, then opens an # encrypted disk image file called luks-home.img as a loopback device, opens it # with cryptsetup and finally mounts the present filesystem as /home. @@ -419,7 +419,7 @@ esac . /scripts/live-functions -# live-initramfs hook to use an disk image file with encrypted filesystem as /home. +# live-boot hook to use an disk image file with encrypted filesystem as /home. log_begin_msg "Executing losetup-lukshome" |