cookutils rev 1146

cook: allow built in aufs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:28:04 2020 +0000 (2020-07-28)
parents e69f1fca1e39
children dc3ff2ae7314
files cook
line diff
     1.1 --- a/cook	Wed Feb 05 15:22:15 2020 +0100
     1.2 +++ b/cook	Tue Jul 28 07:28:04 2020 +0000
     1.3 @@ -1223,7 +1223,7 @@
     1.4  	grep -q ^AUFS_NOT_SUPPORTED $receipt && return
     1.5  	grep -q ^AUFS_NOT_RAMFS $receipt && base="/mnt/aufsmnt$$"
     1.6  	[ -n "$AUFS_MOUNTS" -a ! -f /aufs-umount.sh ] || return
     1.7 -	grep -q ^aufs /proc/modules || modprobe aufs 2>/dev/null || return
     1.8 +	grep '^nodev.aufs$' /proc/filesystems || modprobe aufs 2>/dev/null || return
     1.9  	mkdir ${base}root ${base}rw || return
    1.10  
    1.11  	_ 'Setup aufs chroot...'