wok rev 13162
testdisk: add ntfs support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 29 09:55:47 2012 +0200 (2012-07-29) |
parents | 3ebbba73bb3f |
children | b5cefe1e1929 |
files | syslinux/stuff/isolinux.cfg testdisk/receipt |
line diff
1.1 --- a/syslinux/stuff/isolinux.cfg Sat Jul 28 09:58:01 2012 +0200 1.2 +++ b/syslinux/stuff/isolinux.cfg Sun Jul 29 09:55:47 2012 +0200 1.3 @@ -30,7 +30,7 @@ 1.4 LABEL slitaz 1.5 MENU LABEL SliTaz Live 1.6 COM32 c32box.c32 1.7 - APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin 1.8 + APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null autologin 1.9 1.10 LABEL help 1.11 MENU LABEL Help & Options
2.1 --- a/testdisk/receipt Sat Jul 28 09:58:01 2012 +0200 2.2 +++ b/testdisk/receipt Sun Jul 29 09:55:47 2012 +0200 2.3 @@ -12,6 +12,9 @@ 2.4 WGET_URL="http://www.cgsecurity.org/$TARBALL" 2.5 TAGS="recovery rescue" 2.6 2.7 +BUILD_DEPENDS="ncursesw-dev ntfs-3g-dev e2fsprogs-dev jpeg-dev" 2.8 +DEPENDS="ncursesw ntfs-3g e2fsprogs jpeg" 2.9 + 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 {