diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 04:46:51 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 04:46:51 +0100 |
commit | 766cd2670cfef096cde94d2f90c5499a4dac290e (patch) | |
tree | e34236041ef32c0bedc3e1ac7de26c358c13c487 /functions | |
parent | 49a4ffc061a99a9100e069b904b958ded4fed981 (diff) | |
download | vyos-live-build-766cd2670cfef096cde94d2f90c5499a4dac290e.tar.gz vyos-live-build-766cd2670cfef096cde94d2f90c5499a4dac290e.zip |
Add support for the sparc architecture.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |