seb diff initfs/etc/init.d/rcS @ rev 10

Some tiny fixes + add ncdu package
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 06 18:37:02 2017 +0100 (2017-03-06)
parents 68f0c6c3b1d3
children 212ea6d3ec20
line diff
     1.1 --- a/initfs/etc/init.d/rcS	Mon Mar 06 16:42:57 2017 +0100
     1.2 +++ b/initfs/etc/init.d/rcS	Mon Mar 06 18:37:02 2017 +0100
     1.3 @@ -9,15 +9,15 @@
     1.4  
     1.5  # Mount filesystems
     1.6  echo "Mounting filesystems..."
     1.7 -/bin/mount proc
     1.8  /bin/mount -a
     1.9 +/bin/mount --bind /run /var/run
    1.10  
    1.11  # Populate /dev + config hotplug
    1.12  echo "Population /dev and config hotplug helper..."
    1.13  /bin/touch /dev/mdev.log; /sbin/mdev -s
    1.14  echo "/sbin/mdev" >/proc/sys/kernel/hotplug
    1.15  
    1.16 -# Mount vdisk in Qemu or vdisk=/dev/sdb1:/path/to/seb-home.img
    1.17 +# Mount vdisk in Qemu or vdisk=/dev/sdb1:/path/to/sebhome.img
    1.18  if blkid | fgrep -q "SebOShome"; then
    1.19  	colorize 036 "Mounting seb OS virtual disk on: /home"
    1.20  	mount /dev/sda /home