# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.44 2004/04/26 15:18:54 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.45 2004/04/30 23:16:34 zhen Exp $
+
+ 30 Apr 2004; John Davis <zhen@gentoo.org>
+ livecd/cdtar/isolinux-2.08-cdtar.tar.bz2,
+ livecd/cdtar/isolinux-2.08-memtest86+-cdtar.tar.bz2,
+ livecd/cdtar/isolinux-2.08-memtest86-cdtar.tar.bz2,
+ livecd/files/x86-help.msg, livecd/runscript/x86-archscript.sh:
+ lots of changes
+ -fixed 2004.0 branding in the isolinux cdtar
+ -fixed up acpi stuff in the runscripts
+ -fixed up the x86 help message and corrected the numerous errors in it
26 Apr 2004; John Davis <zhen@gentoo.org> catalyst,
livecd/runscript/default-runscript.sh:
-Gentoo Linux 2004.0 LiveCD boot options - [F1 to display available kernels]
+Gentoo Linux Installation LiveCD boot options - [F1 to display available kernels]
Many kernel profiles exist on a livecd. Please hit F1
to see the available kernels on this livecd. Please note that
Options available to pass to your kernel of choice.
- agpgart loads agpgart (use if you have graphic problems,lockups)
+- acpi=on loads support for ACPI firmware
+- ide=nodma Force disabling of dma for malfunctioning ide devices
+ to umount /mnt/cdrom to mount another cdrom.
- doscsi scan for scsi devices (breaks some ethernet cards)
-- nodetect causes hwsetup/kudzu and hotplug not to run
+- doataraid loads ide raid modules from initrd
+- dopcmcia starts pcmcia service
+- doapm disables apm module load
- dofirewire modprobes firewire modules in initrd (for firewire cdroms,etc)
+- dokeymap enable keymap selection for non-us keyboard layouts
+- docache Cache the entire runtime portion of cd in ram, allows you
+- nodetect causes hwsetup/kudzu and hotplug not to run
- nousb disables usb module load from initrd, disables hotplug
- nodhcp dhcp does not automatically start if nic detected
-- doataraid loads ide raid modules from initrd
-- dopcmcia starts pcmcia service
-- noapm disables apm module load
- noraid disables loading of evms modules
- nohotplug disables loading hotplug service
-- ide=nodma Force disabling of dma for malfunctioning ide devices
-- cdcache Cache the entire runtime portion of cd in ram, allows you
- to umount /mnt/cdrom to mount another cdrom.
-- dokeymap enable keymap selection for non-us keyboard layouts
- noapic disable apic (try if having hardware problems ,nics,scsi,etc)
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/x86-archscript.sh,v 1.3 2004/03/25 00:03:27 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/x86-archscript.sh,v 1.4 2004/04/30 23:16:34 zhen Exp $
case $1 in
kernel)
echo >> $icfg
echo "label $x" >> $icfg
echo " kernel $x" >> $icfg
- echo " append initrd=$x.igz root=/dev/ram0 init=/linuxrc ${cmdline_opts} ${custom_kopts} cdroot vga=0x317 splash=silent" >> $icfg
+ echo " append initrd=$x.igz root=/dev/ram0 init=/linuxrc acpi=off ${cmdline_opts} ${custom_kopts} cdroot vga=0x317 splash=silent" >> $icfg
echo >> $icfg
echo " $x" >> $kmsg
echo "label $x-nofb" >> $icfg
echo " kernel $x" >> $icfg
- echo " append initrd=$x.igz root=/dev/ram0 init=/linuxrc ${cmdline_opts} ${custom_kopts} cdroot" >> $icfg
+ echo " append initrd=$x.igz root=/dev/ram0 init=/linuxrc acpi=off ${cmdline_opts} ${custom_kopts} cdroot" >> $icfg
echo >> $icfg
echo " ${x}-nofb" >> $kmsg
done