board/synopsys: synchronize custom inittab with BusyBox' one
authorCarlos Santos <casantos@datacom.com.br>
Mon, 11 Jun 2018 06:00:16 +0000 (03:00 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 12 Jun 2018 12:56:17 +0000 (14:56 +0200)
Apply modifications made in recent commits:

456ea9871e busybox: add /dev/std{in, out, err} symlinks to inittab
13dbe73782 busybox: reduce number of mkdir calls in inittab
8a89d290d4 busybox: add an inittab entry to activate swap

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/synopsys/axs10x/fs-overlay/etc/inittab

index 43bacc65806accca81985ec78af590ec2b78f29e..7412a273663ee475d6d2d4a6a18c9fb565c8d9db 100644 (file)
 # process   == program to run
 
 # Startup the system
-null::sysinit:/bin/mount -t proc proc /proc
-null::sysinit:/bin/mount -o remount,rw /
-null::sysinit:/bin/mkdir -p /dev/pts
-null::sysinit:/bin/mkdir -p /dev/shm
-null::sysinit:/bin/mount -a
-null::sysinit:/bin/hostname -F /etc/hostname
+::sysinit:/bin/mount -t proc proc /proc
+::sysinit:/bin/mount -o remount,rw /
+::sysinit:/bin/mkdir -p /dev/pts /dev/shm
+::sysinit:/bin/mount -a
+::sysinit:/sbin/swapon -a
+null::sysinit:/bin/ln -sf /proc/self/fd /dev/fd
+null::sysinit:/bin/ln -sf /proc/self/fd/0 /dev/stdin
+null::sysinit:/bin/ln -sf /proc/self/fd/1 /dev/stdout
+null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
+::sysinit:/bin/hostname -F /etc/hostname
 # now run any rc scripts
 ::sysinit:/etc/init.d/rcS