summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 20:18:36 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 20:18:36 -0500
commit84708262e532e05f422b5f7522c4719e261a31ff (patch)
treec53664b84e95358564930b36cfa8b196970bce06
parentef9a9763625b49a54d1e93bbb8913666914a729e (diff)
downloadminitramfs-84708262e532e05f422b5f7522c4719e261a31ff.tar.xz
minitramfs-84708262e532e05f422b5f7522c4719e261a31ff.zip
devtmpfs already has /dev/pts
-rw-r--r--init2
1 files changed, 0 insertions, 2 deletions
diff --git a/init b/init
index a627297..428bd11 100644
--- a/init
+++ b/init
@@ -6,8 +6,6 @@ export PATH="/usr/sbin:/usr/bin:/sbin:/bin"
mount -t proc proc /proc
mount -t devtmpfs devtmpfs /dev || exit
-# use -p to avoid "directory exists" error
-mkdir -p /dev/pts
# /dev/pts for dropbear
mount -t devpts devpts /dev/pts