# HG changeset patch # User Pascal Bellard # Date 1343548547 -7200 # Node ID 91a13c17b44693349b3eb1db03d30cd560e4270b # Parent 3ebbba73bb3f96f5d36f18f3d44b189e2a1742e8 testdisk: add ntfs support diff -r 3ebbba73bb3f -r 91a13c17b446 syslinux/stuff/isolinux.cfg --- a/syslinux/stuff/isolinux.cfg Sat Jul 28 09:58:01 2012 +0200 +++ b/syslinux/stuff/isolinux.cfg Sun Jul 29 09:55:47 2012 +0200 @@ -30,7 +30,7 @@ LABEL slitaz MENU LABEL SliTaz Live COM32 c32box.c32 - APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin + APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null autologin LABEL help MENU LABEL Help & Options diff -r 3ebbba73bb3f -r 91a13c17b446 testdisk/receipt --- a/testdisk/receipt Sat Jul 28 09:58:01 2012 +0200 +++ b/testdisk/receipt Sun Jul 29 09:55:47 2012 +0200 @@ -12,6 +12,9 @@ WGET_URL="http://www.cgsecurity.org/$TARBALL" TAGS="recovery rescue" +BUILD_DEPENDS="ncursesw-dev ntfs-3g-dev e2fsprogs-dev jpeg-dev" +DEPENDS="ncursesw ntfs-3g e2fsprogs jpeg" + # Rules to configure and make the package. compile_rules() {