Lines Matching refs:sysinit
13 # action == one of sysinit, respawn, askfirst, wait, and once
17 ::sysinit:/bin/mount -t proc proc /proc
18 ::sysinit:/bin/mount -o remount,rw /
19 ::sysinit:/bin/mkdir -p /dev/pts /dev/shm
20 ::sysinit:/bin/mount -a
21 ::sysinit:/bin/mkdir -p /run/lock/subsys
22 ::sysinit:/sbin/swapon -a
23 null::sysinit:/bin/ln -sf /proc/self/fd /dev/fd
24 null::sysinit:/bin/ln -sf /proc/self/fd/0 /dev/stdin
25 null::sysinit:/bin/ln -sf /proc/self/fd/1 /dev/stdout
26 null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
27 ::sysinit:/bin/hostname -F /etc/hostname
29 ::sysinit:/etc/init.d/rcS