From d4f70af91bce74ee742b57eb96626c168b6cc280 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 15 Jun 2008 04:46:51 +0100 Subject: Add support for the sparc architecture. --- functions/defaults.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 7f635b031..f213c815d 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -511,6 +511,10 @@ Set_defaults () powerpc) LH_BOOTLOADER="yaboot" ;; + + sparc) + LH_BOOTLOADER="silo" + ;; esac fi -- cgit v1.2.3