From: Michael Prokop Date: Thu, 10 May 2007 09:38:01 +0000 (+0200) Subject: linuxrc: just added a comment regarding booting via pcmcia (which is not available... X-Git-Tag: 0.0.1~73 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=3ce5c1d60539aa8d2a01a810aa92325f8c513696 linuxrc: just added a comment regarding booting via pcmcia (which is not available yet) --- diff --git a/rewrite/linuxrc b/rewrite/linuxrc index 88dd7ec..ba11fe5 100644 --- a/rewrite/linuxrc +++ b/rewrite/linuxrc @@ -2,7 +2,7 @@ # Filename: /linuxrc # Purpose: minirt for kernel 2.6 running on grml live-cd # Authors: (c) Klaus Knopper , (c) Michael Prokop -# Latest change: Wed May 09 21:43:34 CEST 2007 [mika] +# Latest change: Thu May 10 11:29:02 CEST 2007 [mika] ####################################################################################### # hardcoded configurable options @@ -473,7 +473,7 @@ if checkbootparam scandelay ; then sleep $DELAY && echo " $SUCCESS" fi -# boot via pcmcia +# boot via pcmcia - not yet supported! if checkbootparam bootpcmcia ; then log_begin_msg "Bootoption bootpcmcia found. Trying to load ${WHITE}PCMCIA${NORMAL} modules..." if $INSMOD /modules/div/pcmcia_core.ko 1>/dev/null ; then