diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2016-12-24 15:43:53 +0100 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2016-12-24 15:43:53 +0100 |
commit | c4766d150756c2bda0be0330084a4c731374969b (patch) | |
tree | 1153273f9c1afdc9b587df18ba42ecd19c02e19f | |
parent | d170454b99044716b684f395c922765d9761e91e (diff) | |
download | eficast-c4766d150756c2bda0be0330084a4c731374969b.tar.gz eficast-c4766d150756c2bda0be0330084a4c731374969b.tar.bz2 eficast-c4766d150756c2bda0be0330084a4c731374969b.zip |
/dev/pts tried, but seems unecessary for now.
-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% / |