diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 04:46:51 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
| commit | d4f70af91bce74ee742b57eb96626c168b6cc280 (patch) | |
| tree | e34236041ef32c0bedc3e1ac7de26c358c13c487 /functions | |
| parent | 1acc8f8b0b7f1d13ba2a51efbe131ffd2a471ae1 (diff) | |
| download | vyos-live-build-d4f70af91bce74ee742b57eb96626c168b6cc280.tar.gz vyos-live-build-d4f70af91bce74ee742b57eb96626c168b6cc280.zip | |
Add support for the sparc architecture.
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 |
