summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2016-12-24 15:43:53 +0100
committerLudovic Pouzenc <ludovic@pouzenc.fr>2016-12-24 15:43:53 +0100
commitc4766d150756c2bda0be0330084a4c731374969b (patch)
tree1153273f9c1afdc9b587df18ba42ecd19c02e19f
parentd170454b99044716b684f395c922765d9761e91e (diff)
downloadeficast-c4766d150756c2bda0be0330084a4c731374969b.tar.gz
eficast-c4766d150756c2bda0be0330084a4c731374969b.tar.bz2
eficast-c4766d150756c2bda0be0330084a4c731374969b.zip
/dev/pts tried, but seems unecessary for now.
-rwxr-xr-xmake-boot-image.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-boot-image.sh b/make-boot-image.sh
index 8e32311..d9aa718 100755
--- a/make-boot-image.sh
+++ b/make-boot-image.sh
@@ -402,6 +402,8 @@ mount -t proc none /proc || rescue_shell
mount -t sysfs none /sys || rescue_shell
mount -t devtmpfs -o size=1m none /dev || rescue_shell
ln -s /proc/self/fd/2 /dev/stderr
+#mkdir /dev/pts || rescue_shell
+#mount -t devpts none /dev/pts || rescue_shell
# Allow using most of the RAM for rootfs
mount -o remount -o size=80% /