wok-current rev 19793

busybox: e2fsck support fallback
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 10:06:33 2017 +0100 (2017-02-23)
parents d4c5925835e1
children 4851cb6b7410
files busybox/receipt busybox/stuff/busybox-1.26.config
line diff
     1.1 --- a/busybox/receipt	Thu Feb 23 08:56:27 2017 +0100
     1.2 +++ b/busybox/receipt	Thu Feb 23 10:06:33 2017 +0100
     1.3 @@ -139,9 +139,10 @@
     1.4  	readelf -h $src/_install/bin/busybox
     1.5  }
     1.6  
     1.7 -# Keep kmod & util-linux-mount files
     1.8 +# Keep e2fsprogs kmod & util-linux-mount files
     1.9  REMOVED_SYMLINKS="/bin/mount /bin/mountpoint /bin/umount /sbin/depmod \
    1.10 -/sbin/insmod /sbin/modinfo /sbin/modprobe /sbin/rmmod"
    1.11 +/sbin/insmod /sbin/modinfo /sbin/modprobe /sbin/rmmod /bin/lsattr /bin/chattr \
    1.12 +/sbin/tune2fs"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
     2.1 --- a/busybox/stuff/busybox-1.26.config	Thu Feb 23 08:56:27 2017 +0100
     2.2 +++ b/busybox/stuff/busybox-1.26.config	Thu Feb 23 10:06:33 2017 +0100
     2.3 @@ -517,10 +517,10 @@
     2.4  #
     2.5  # Linux Ext2 FS Progs
     2.6  #
     2.7 -# CONFIG_CHATTR is not set
     2.8 +CONFIG_CHATTR=y
     2.9  # CONFIG_FSCK is not set
    2.10 -# CONFIG_LSATTR is not set
    2.11 -# CONFIG_TUNE2FS is not set
    2.12 +CONFIG_LSATTR=y 
    2.13 +CONFIG_TUNE2FS=y
    2.14  
    2.15  #
    2.16  # Linux Module Utilities