[Debian-live-changes] r1031 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Wed Apr 11 22:02:40 UTC 2007


Author: daniel
Date: 2007-04-11 22:02:40 +0000 (Wed, 11 Apr 2007)
New Revision: 1031

Modified:
   dists/trunk/live-helper/helpers/lh_binary_grub
   dists/trunk/live-helper/helpers/lh_binary_syslinux
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-11 20:03:30 UTC (rev 1030)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-11 22:02:40 UTC (rev 1031)
@@ -132,7 +132,8 @@
 
 LIVE_BOOTAPPEND="`echo ${LIVE_BOOTAPPEND} | sed -e 's/  //'`"
 
-FAILSAFE="vga=normal noagp noapic noapm nobluetooth nocpufreq nodbus nodhcp nodma nofirewire nomce nopcmcia noscsi nosound nousb xmodule=vesa"
+# Parameters are listed at: linux/Documentation/kernel-parameters.txt
+FAILSAFE="noapic noapm nodma nomce nolapic nosmp vga=normal"
 
 # Assembling kernel configuration
 if [ "${LIVE_BINARY_IMAGE}" = "iso" ]

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-04-11 20:03:30 UTC (rev 1030)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-04-11 22:02:40 UTC (rev 1031)
@@ -136,7 +136,8 @@
 
 LIVE_BOOTAPPEND="`echo ${LIVE_BOOTAPPEND} | sed -e 's/  //'`"
 
-FAILSAFE="vga=normal noagp noapic noapm nobluetooth nocpufreq nodbus nodhcp nodma nofirewire nomce nopcmcia noscsi nosound nousb xmodule=vesa"
+# Parameters are listed at: linux/Documentation/kernel-parameters.txt
+FAILSAFE="noapic noapm nodma nomce nolapic nosmp vga=normal"
 
 # Assembling kernel configuration
 if [ "${LIVE_BINARY_IMAGE}" = "iso" ]




More information about the Debian-live-changes mailing list