Browse Source

- skel-root/rcS: remove manually devtmpfs mount; it's done by kernel

master
vanhofen 5 years ago
parent
commit
a79636069a
  1. 1
      skel-root/hd51/etc/init.d/rcS
  2. 1
      skel-root/vuduo/etc/init.d/rcS
  3. 1
      skel-root/vuplus/etc/init.d/rcS

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

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

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

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

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

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