diff options
-rwxr-xr-x | make-boot-image.sh | 2 |
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% / |