Tagging module BootManager - BootManager-3.2-19
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 15 Apr 2009 18:35:38 +0000 (18:35 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 15 Apr 2009 18:35:38 +0000 (18:35 +0000)
Only use
 /etc/modprobe.d/blacklist
 /etc/modprobe.d/blacklist-compat
 /etc/modprobe.d/blacklist-firewire
as the blacklist files.

When no ethernet interfaces can be found for the production kernel set
the BOOT_STATE to failboot, rather than dbg.

bootmanager.spec

index e62dc32..6c9eb76 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name bootmanager
 %define version 3.2
-%define taglevel 18
+%define taglevel 19
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -77,6 +77,15 @@ EOF
 /var/www/html/boot/uudecode.gz
 
 %changelog
+* Wed Apr 15 2009 Marc Fiuczynski <mef@cs.princeton.edu> - BootManager-3.2-19
+- Only use
+- /etc/modprobe.d/blacklist
+- /etc/modprobe.d/blacklist-compat
+- /etc/modprobe.d/blacklist-firewire
+- as the blacklist files.
+- When no ethernet interfaces can be found for the production kernel set
+- the BOOT_STATE to failboot, rather than dbg.
+
 * Mon Apr 13 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - BootManager-3.2-18
 - looks like some modprobe fixes
 - added nuke_lvm functions