From 3ce5c1d60539aa8d2a01a810aa92325f8c513696 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 10 May 2007 11:38:01 +0200 Subject: [PATCH] linuxrc: just added a comment regarding booting via pcmcia (which is not available yet) --- rewrite/linuxrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4