summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel4
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