diff --git a/skel-root/hd51/etc/init.d/rcS b/skel-root/hd51/etc/init.d/rcS index 660c9040..0c221c38 100755 --- a/skel-root/hd51/etc/init.d/rcS +++ b/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 diff --git a/skel-root/vuduo/etc/init.d/rcS b/skel-root/vuduo/etc/init.d/rcS index 0d1267fe..517e252b 100755 --- a/skel-root/vuduo/etc/init.d/rcS +++ b/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 diff --git a/skel-root/vuplus/etc/init.d/rcS b/skel-root/vuplus/etc/init.d/rcS index 746afab5..dfa3d62d 100755 --- a/skel-root/vuplus/etc/init.d/rcS +++ b/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