Browse Source

- partly revert a79636069a

/dev is not mounted by kernel
master
vanhofen 5 years ago
parent
commit
efee49e51a
  1. 1
      skel-root/hd51/etc/init.d/rcS

1
skel-root/hd51/etc/init.d/rcS

@ -18,6 +18,7 @@ mount -t proc proc /proc
# init system
SHOWINFO "creating and mounting system directories ..."
mount -t devtmpfs devtmpfs /dev
mount -t sysfs sys /sys
mount -t tmpfs tmp /tmp
mount -t tmpfs media /media

Loading…
Cancel
Save