[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-knoppix] [PATCH] new cheatcode "modules-disk"



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

this patch adds the interactive functionality like known from expert mode to 
insert a disk with modules to find KNOPPIX-Image, but unlike expert mode this 
has only effect on linuxrc and knoppix-autoconfig runs automatically ...

cu

Fabian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE/JE5jI0lSH7CXz7MRAnxIAJ4s4y7P7Y7Bc5Ndtk70SKid1nke9ACfbtKA
z6JYSsmQgKckKxPRs1CEHUM=
=FcBg
-----END PGP SIGNATURE-----
--- linuxrc.orig	2003-07-27 21:41:52.000000000 +0200
+++ linuxrc	2003-07-28 00:12:14.000000000 +0200
@@ -106,6 +106,7 @@
 
 # Check if we are in interactive startup mode
 case "$CMDLINE" in *BOOT_IMAGE=expert\ *) INTERACTIVE="yes"; :>/interactive; ;; esac
+case "$CMDLINE" in *modules-disk*) INTERACTIVE="yes"; ;; esac
 # Does the user want to skip scsi detection?
 NOSCSI=""
 case "$CMDLINE" in *noscsi*) NOSCSI="yes"; ;; esac

Reply to: