creator/mayflower |    4 ++++
 1 files changed, 4 insertions(+)

New commits:
commit f4bd3e397c1bcfec92b3e52fbb74fe9184074742
Author: Jeremy Katz <[EMAIL PROTECTED]>
Date:   Tue Oct 16 10:24:20 2007 -0400

    add support for blacklisting modules on the command line

diff --git a/creator/mayflower b/creator/mayflower
index 32cbaeb..9a5c863 100755
--- a/creator/mayflower
+++ b/creator/mayflower
@@ -292,6 +292,10 @@ for o in \`cat /proc/cmdline\` ; do
     check)
         check_iso=1
         ;;
+    blacklist=*)
+        blacklist=\${o#blacklist=}
+        echo "blacklist \$blacklist" >> /etc/modprobe.conf
+        ;;
     *)
         m=\$(echo \$o |cut -s -d . -f 1)
         opt=\$(echo \$o |cut -s -d . -f 2-)


--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Reply via email to