Splitting out swap handling and rewriting to a live-boot subscript.
[live-boot-grml.git] / initramfs-tools / hooks / live
index cfe1534..5fc01ec 100755 (executable)
@@ -54,13 +54,6 @@ fi
 mkdir -p "${DESTDIR}/lib/live"
 cp -a /lib/live/boot.sh /lib/live/boot "${DESTDIR}/lib/live"
 
-# Configuration
-if [ -e /usr/share/live-boot/languagelist ]
-then
-       mkdir -p "${DESTDIR}"/usr/share/live-boot
-       cp /usr/share/live-boot/languagelist "${DESTDIR}"/usr/share/live-boot
-fi
-
 # Directories
 mkdir -p "${DESTDIR}"/lib/live-boot
 
@@ -182,7 +175,9 @@ then
 fi
 
 [ "${QUIET}" ] || echo -n " "utils
-# Program: md5sum
+
+# Feature: Verify Checksums
+copy_exec /usr/bin/sha256sum /bin
 copy_exec /usr/bin/md5sum /bin
 
 # Program: memdisk