diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-21 22:49:57 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-21 22:49:57 +0000 |
commit | 74ccd9a10b2e2b635b48c68abc01fb8967ac3074 (patch) | |
tree | a4c0fba09721e745980e2442d1b69a22da99954a /src/livecd-tools | |
parent | Added Kurobox and Pegasos 2 thanks to #gentoo-ppc. (diff) | |
download | gentoo-74ccd9a10b2e2b635b48c68abc01fb8967ac3074.tar.gz gentoo-74ccd9a10b2e2b635b48c68abc01fb8967ac3074.tar.bz2 gentoo-74ccd9a10b2e2b635b48c68abc01fb8967ac3074.zip |
Added PowerMac G5 and PowerBook G4 15" thanks to hansmi.
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" ;; |