Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (239c84d667eed2ea8c3755fd0a16fa41fdec7558)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (239c84d667eed2ea8c3755fd0a16fa41fdec7558)
  • Date: Sat, 3 Jan 2009 08:08:55 -0600

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

iso/usr/share/smgl.install/smgl-kernel | 3 +++
1 files changed, 3 insertions(+)

New commits:
commit 239c84d667eed2ea8c3755fd0a16fa41fdec7558
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

smgl.install/smgl-kernel: copy module blacklist

Install the modprobe.d blacklist file to blacklist modules if installing
the ISO kernel.

diff --git a/iso/usr/share/smgl.install/smgl-kernel
b/iso/usr/share/smgl.install/smgl-kernel
index 7de02ee..0ae360c 100755
--- a/iso/usr/share/smgl.install/smgl-kernel
+++ b/iso/usr/share/smgl.install/smgl-kernel
@@ -35,5 +35,8 @@ cp -f /boot/linux "$TARGET"/boot/vmlinuz-$(uname -r)
[[ -d "$TARGET"/lib/modules ]] || mkdir -p "$TARGET"/lib/modules
cp -fr /lib/modules/$(uname -r) "$TARGET"/lib/modules/

+[[ ! -d "$TARGET"/etc/modprobe.d ]] && mkdir -p "$TARGET"/etc/modrobe.d
+cp -f /etc/modprobe.d/blacklist "$TARGET"/etc/modprobe.d/blacklist
+

# vim:tabstop=2:softtabstop=2:shiftwidth=2:expandtab:ai



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (239c84d667eed2ea8c3755fd0a16fa41fdec7558), Justin Boffemmyer, 01/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page