New commits:
commit 1d4b0afda97878119313b43e513efe9971914d28
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>
iso/.../smgl.install: new modprobe conf support
iso/usr/share/doc/smgl.install/steps/iso-kernel,
iso/usr/share/smgl.install/smgl-kernel:
changed blacklist to blacklist.conf in order to respect modprobe
configuration files new format.
diff --git a/iso/usr/share/doc/smgl.install/steps/iso-kernel
b/iso/usr/share/doc/smgl.install/steps/iso-kernel
index 97deedc..8583b05 100644
--- a/iso/usr/share/doc/smgl.install/steps/iso-kernel
+++ b/iso/usr/share/doc/smgl.install/steps/iso-kernel
@@ -17,6 +17,6 @@ copy all the kernel modules:
[1m cp -a /lib/modules/$(uname -r) /mnt/root/lib/modules/[m
you'll probably also want the modprobe blacklist:
-[1m cp /etc/modprobe.d/blacklist /mnt/root/etc/modprobe.d/blacklist[m
+[1m cp /etc/modprobe.d/blacklist.conf
/mnt/root/etc/modprobe.d/blacklist.conf[m
Type [1mnext[m to go to the next step.
diff --git a/iso/usr/share/smgl.install/smgl-kernel
b/iso/usr/share/smgl.install/smgl-kernel
index d163fb6..7ecb06e 100755
--- a/iso/usr/share/smgl.install/smgl-kernel
+++ b/iso/usr/share/smgl.install/smgl-kernel
@@ -52,8 +52,8 @@ echo "Installing kernel modules to
$TARGET/lib/modules/$(uname -r)"
cp -fr /lib/modules/$(uname -r) "$TARGET"/lib/modules/