Dropping snapshot functionality, superseeded by awesome custom mount persistence.
[live-boot-grml.git] / backends / initramfs-tools / live.hook
index 1ff2a16..d3dce71 100755 (executable)
@@ -57,9 +57,6 @@ cp -a /lib/live/boot.sh /lib/live/boot "${DESTDIR}/lib/live"
 # Directories
 mkdir -p "${DESTDIR}"/lib/live-boot
 
-# Executables
-copy_exec /usr/share/live-boot/live-preseed /bin
-
 # klibc dependencies
 for FILE in /lib/libacl* /lib/libblkid* /lib/libuuid* /lib/libdevmapper* /lib/libattr*
 do
@@ -188,15 +185,6 @@ then
        manual_add_modules mtdblock
 fi
 
-# Program: cpio
-# busybox and klibc lacks --no-absolute-filenames and --sparse, needed for snapshots
-if [ -e "${DESTDIR}/bin/cpio" ]
-then
-       # Override already present cpio's, mostly klibc's
-       rm "${DESTDIR}/bin/cpio"
-fi
-copy_exec /bin/cpio /bin
-
 # Program: udev
 if [ -x /sbin/udevadm ]
 then