cookutils diff init.d/cooker @ rev 1109
modules/postcheck: overridden permissions/ownership aren't a problem too
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 03 03:28:01 2018 +0200 (2018-12-03) |
parents | 4f9d23e13883 |
children | e58a083722aa |
line diff
1.1 --- a/init.d/cooker Sun Mar 18 00:57:01 2012 +0000 1.2 +++ b/init.d/cooker Mon Dec 03 03:28:01 2018 +0200 1.3 @@ -15,10 +15,10 @@ 1.4 echo "Starting $version cooker..." 1.5 rootfs=$SLITAZ/$version/chroot 1.6 if [ ! -d $rootfs/proc/1 ]; then 1.7 - mount -t proc proc $rootfs/proc 1.8 - mount -t sysfs sysfs $rootfs/sys 1.9 + mount -t proc proc $rootfs/proc 1.10 + mount -t sysfs sysfs $rootfs/sys 1.11 mount -t devpts devpts $rootfs/dev/pts 1.12 - mount -t tmpfs shm $rootfs/dev/shm 1.13 + mount -t tmpfs shm $rootfs/dev/shm 1.14 fi 1.15 if [ ! $(mount | grep -q ${rootfs}$SLITAZ/src) ]; then 1.16 mount -o bind $SLITAZ/src ${rootfs}$SLITAZ/src