summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildinstall4
-rwxr-xr-xscripts/mk-images2
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 55233c648..9852ecdfd 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -51,5 +51,5 @@ else
$MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH
fi
-rm -rf $BUILDINSTDIR
-rm -rf $p/image-template $p/RedHat/instimage/usr/lib/anaconda-runtime
+#rm -rf $BUILDINSTDIR
+#rm -rf $p/image-template $p/RedHat/instimage/usr/lib/anaconda-runtime
diff --git a/scripts/mk-images b/scripts/mk-images
index a49f48f94..8a2894a2b 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -422,6 +422,8 @@ EOF
$MBD_DIR tty5 c 4 5 600 root:tty
$MBD_DIR tty6 c 4 6 600 root:tty
$MBD_DIR tty7 c 4 7 600 root:tty
+ $MBD_DIR tty8 c 4 8 600 root:tty
+ $MBD_DIR tty9 c 4 9 600 root:tty
$MBD_DIR fb0 c 29 0 600 root:tty
$MBD_DIR fb1 c 29 32 600 root:tty
$MBD_DIR fb2 c 29 64 600 root:tty