diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-03 14:18:52 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-03 14:18:52 +0000 |
commit | f4017ea2f9cf2452120b8bd072b5c03ef61784c9 (patch) | |
tree | b5a11190c33efd1519391c7e44fc134a6516aaee /update_kernel | |
parent | 8f5d72a12b4488f3007c73537d5212b6b67cadce (diff) | |
download | drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.gz drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.bz2 drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.xz drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.zip |
*** empty log message ***
Diffstat (limited to 'update_kernel')
-rwxr-xr-x | update_kernel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_kernel b/update_kernel index 5f70073f7..de084b149 100755 --- a/update_kernel +++ b/update_kernel @@ -25,9 +25,9 @@ NOT_USEFULL_IN_STAGE1="nls_*.o parport_probe.o raid*.o serial.o smbfs.o usb-*.o" PCMCIA_INSTALLMODULES="pcmcia_core.o tcic.o ds.o i82365.o" if [ "$ARCH" == "i386" ]; then - #set 640x480x16 resolution on boot. + #disable any existing resolution!!! cp -f $KERNEL_BOOT_PATH/boot/vmlinuz* vmlinuz - /usr/sbin/rdev -v vmlinuz 788 #785 + /usr/sbin/rdev -v vmlinuz 65535 #788 #785 cp -f vmlinuz /export/lnx4win rm -rf install_pcmcia_modules ; install -d install_pcmcia_modules |