From c4766d150756c2bda0be0330084a4c731374969b Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 24 Dec 2016 15:43:53 +0100 Subject: /dev/pts tried, but seems unecessary for now. --- make-boot-image.sh | 2 ++ 1 file changed, 2 insertions(+) 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% / -- cgit v1.2.3