diff options
author | Matthias Hentges <oe@hentges.net> | 2006-01-31 23:52:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-31 23:52:30 +0000 |
commit | 28655b2cf027be29af97f2c6d52b3256c66acff1 (patch) | |
tree | c70be4589d29eb75493a4614ac2a574ea744bcec /packages/altboot/files/altboot.rc/disable_printk.sh | |
parent | e66483e9adcb6701bb7a2cdd6625324029d700c9 (diff) |
altboot:
- More kernel 2.6 changes
- Booting off SD seems to work as expected now
- Turn off printk before showing the menu, kernel messages make a mess of it
- Load keympas before showing the menu. init=/bin/sh is useless with a b0rked keymapping.
Diffstat (limited to 'packages/altboot/files/altboot.rc/disable_printk.sh')
-rw-r--r-- | packages/altboot/files/altboot.rc/disable_printk.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/altboot/files/altboot.rc/disable_printk.sh b/packages/altboot/files/altboot.rc/disable_printk.sh new file mode 100644 index 0000000000..9d5f918c1e --- /dev/null +++ b/packages/altboot/files/altboot.rc/disable_printk.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo 0 > /proc/sys/kernel/printk + |