From 5c629a5e47548a0588a2017ca89d36ebda3fbcfc Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 10 Jul 2000 18:35:58 +0000 Subject: fixup from hj --- scripts/buildinstall | 4 ++-- scripts/mk-images | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit