X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;fp=hooks%2Fcasper;h=94383ca9a50b6f19d168096afeebe4e17f2d8efe;hb=9fc9e2a1a11b0edada38cb501fefe4f58aa414ac;hp=78a3cfb28b4fecb20108e758474636c167fea4b7;hpb=4bdaa2237c6ae923d1dd068e9024ebceca3f40d9;p=live-boot-grml.git diff --git a/hooks/casper b/hooks/live similarity index 73% rename from hooks/casper rename to hooks/live index 78a3cfb..94383ca 100755 --- a/hooks/casper +++ b/hooks/live @@ -24,9 +24,9 @@ manual_add_modules unionfs copy_exec /sbin/losetup /sbin # Casper hooks -mkdir -p ${DESTDIR}/lib/casper -copy_exec /usr/share/casper/casper-reconfigure /bin -copy_exec /usr/share/casper/casper-preseed /bin +mkdir -p ${DESTDIR}/lib/live-initramfs +copy_exec /usr/share/live-initramfs/live-reconfigure /bin +copy_exec /usr/share/live-initramfs/live-preseed /bin mkdir -p ${DESTDIR}/lib/udev copy_exec /lib/udev/cdrom_id /lib/udev @@ -62,14 +62,14 @@ manual_add_modules sbp2 manual_add_modules ohci1394 # integrity check -copy_exec /usr/lib/casper/casper-md5check /bin +copy_exec /usr/lib/live-initramfs/live-md5check /bin -cp /usr/share/initramfs-tools/scripts/casper-functions $DESTDIR/scripts -cp /usr/share/initramfs-tools/scripts/casper-helpers $DESTDIR/scripts +cp /usr/share/initramfs-tools/scripts/live-functions $DESTDIR/scripts +cp /usr/share/initramfs-tools/scripts/live-helpers $DESTDIR/scripts auto_add_modules net -if [ -e /etc/casper.conf ]; then +if [ -e /etc/live.conf ]; then mkdir -p ${DESTDIR}/etc - cp /etc/casper.conf ${DESTDIR}/etc + cp /etc/live.conf ${DESTDIR}/etc fi