diff options
Diffstat (limited to 'src/livecd-tools')
-rw-r--r-- | src/livecd-tools/autoconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/livecd-tools/autoconfig b/src/livecd-tools/autoconfig index 8aca5a7637..dde30e5c9f 100644 --- a/src/livecd-tools/autoconfig +++ b/src/livecd-tools/autoconfig @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.53 2006/01/21 22:44:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.54 2006/01/21 22:49:57 wolf31o2 Exp $ DHCP="yes" DETECT="yes" @@ -160,12 +160,15 @@ detect_ppc() { "PowerMac G4 AGP Graphics") machtype="Apple PowerMac G4" ;; - "PowerBook Titanium") + "PowerBook Titanium"|'PowerBook G4 15"') machtype="Apple Powerbook G4" ;; "iBook 2 rev. 2") machtype="Apple iBook G3" ;; + "PowerMac G5") + machtype="Apple PowerMac G5" + ;; "PowerMac G5 Dual Core") machtype="Apple PowerMac G5 Dual Core" ;; |