summaryrefslogtreecommitdiffstats
path: root/loader2/linuxrc.s390
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-16 03:23:20 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-16 03:23:20 +0000
commita51764f258d46a2e2f0ae39f25144c6ffabb8804 (patch)
tree18980a7ca91a86f6432dd19e172608ed7c12e8f1 /loader2/linuxrc.s390
parent1b2f9fe18937b9f187b7fd77a50c2c7d0f369654 (diff)
downloadanaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.tar.gz
anaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.tar.xz
anaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.zip
merge from taroon branch. product.img stuff, md can be modular, lots of
little things across the board
Diffstat (limited to 'loader2/linuxrc.s390')
-rw-r--r--loader2/linuxrc.s3904
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 239a58842..3e0b01891 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -91,8 +91,8 @@ mount /dev/root / -o remount,rw
mount -t proc none /proc
mount -t devpts /dev/pts /dev/pts
-# limit output on x3270 console
-echo "1 4 1 1" > /proc/sys/kernel/printk
+# limit output on x3270 console (well, not really -- need debugging now)
+echo "8 4 1 1" > /proc/sys/kernel/printk
# make /tmp/ramfs
mount -t ramfs none /tmp