Browse Source

- skel-root/hd51: mounting /dev into devtmpfs

master
vanhofen 6 years ago
parent
commit
90c5f6af3c
  1. 1
      skel-root/armbox/hd51/etc/init.d/rcS

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

@ -10,6 +10,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