diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-21 22:38:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-21 22:38:41 +0000 |
commit | 69808ed69071f3fd43e4d1fc4c63bdbbdca0f7cc (patch) | |
tree | 86197078c1a3696a5aba96f2f51018341d24ac95 /src/livecd-tools | |
parent | use proper uri link (diff) | |
download | gentoo-69808ed69071f3fd43e4d1fc4c63bdbbdca0f7cc.tar.gz gentoo-69808ed69071f3fd43e4d1fc4c63bdbbdca0f7cc.tar.bz2 gentoo-69808ed69071f3fd43e4d1fc4c63bdbbdca0f7cc.zip |
Added some more Macintosh models thanks to dostrow and #gentoo-ppc.
Diffstat (limited to 'src/livecd-tools')
-rw-r--r-- | src/livecd-tools/autoconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/livecd-tools/autoconfig b/src/livecd-tools/autoconfig index 8f285e9f06..ffd75a33ae 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.51 2006/01/20 19:56:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.52 2006/01/21 22:38:41 wolf31o2 Exp $ DHCP="yes" DETECT="yes" @@ -156,6 +156,18 @@ detect_ppc() { "PowerMac G4 AGP Graphics") machtype="Apple PowerMac G4" ;; + "PowerBook Titanium") + machtype="Apple Powerbook G4" + ;; + "iBook 2 rev. 2") + machtype="Apple iBook G3" + ;; + "PowerMac G5 Dual Core") + machtype="Apple PowerMac G5 Dual Core" + ;; + "Unknown Intrepid-based") + machtype="Apple Mac-Mini" + ;; *) machtype="Unknown PPC System" ;; |