diff options
author | Tom Gundersen <teg@jklm.no> | 2011-04-22 14:29:58 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-04-22 14:29:58 +0200 |
commit | 4d5148242a90f5cb768a1b88234447acd289c3ca (patch) | |
tree | 15ec7506c18964823248d1f8591f5c7a05b839ed | |
parent | d52e722d1ac4482ed54c8ea56b78a48cea492797 (diff) |
removed leftover mkdir
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -268,8 +268,6 @@ if [[ -x /sbin/fsck ]]; then stat_done fi -/bin/mkdir -p /dev/{pts,shm} - stat_busy "Mounting Local Filesystems" /bin/mount -n -o remount,rw / |