summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/livecd-tools')
-rw-r--r--src/livecd-tools/autoconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/livecd-tools/autoconfig b/src/livecd-tools/autoconfig
index dde30e5c9f..5d9f91e205 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.54 2006/01/21 22:49:57 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.55 2006/01/21 23:03:34 wolf31o2 Exp $
DHCP="yes"
DETECT="yes"
@@ -181,6 +181,9 @@ detect_ppc() {
"CHRP Pegasos2")
machtype="Pegasos 2"
;;
+ "CHRP IBM,9124-720"
+ machtype="IBM OP720"
+ ;;
*)
machtype="Unknown PPC System"
;;