diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-16 12:17:45 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-16 12:17:45 -0500 |
commit | 3cec6d5f41929f8d440c92c56d99ba11468487b7 (patch) | |
tree | 0964b0713ac79ee0cf6efb96463c1c2822d0f02d | |
parent | 5ffef96ed6e5fa2ca92c4a03efa8f15aa5dc0460 (diff) | |
download | minitramfs-3cec6d5f41929f8d440c92c56d99ba11468487b7.tar.xz minitramfs-3cec6d5f41929f8d440c92c56d99ba11468487b7.zip |
re-add mkdir /dev/pts
-rw-r--r-- | init | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ export PATH="/usr/sbin:/usr/bin:/sbin:/bin" mount -t proc proc /proc || exit mount -t devtmpfs devtmpfs /dev || exit +mkdir /dev/pts # /dev/pts for dropbear mount -t devpts devpts /dev/pts |