wok-tiny diff busybox/receipt @ rev 96

No shadow passwords
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 07 10:53:41 2015 +0200 (2015-10-07)
parents 371673f39e46
children 7cd5e798bfe2
line diff
     1.1 --- a/busybox/receipt	Fri Oct 02 21:45:05 2015 +0200
     1.2 +++ b/busybox/receipt	Wed Oct 07 10:53:41 2015 +0200
     1.3 @@ -120,6 +120,10 @@
     1.4  
     1.5      ( cd rootfs ; find | cpio -o -H newc ) > rootfs.cpio
     1.6      du -h rootfs.cpio
     1.7 +
     1.8 +	rm -rf $fs/*
     1.9 +	cp rootfs.cpio $fs
    1.10 +	cp $stuff/busybox*config $fs/busybox.config.txt
    1.11  }
    1.12  
    1.13  # Force glibc-2.7 reinstall if 2.3.6 still in use.