diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-15 12:13:17 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | 137c224579d6f8ecc9332475422acde53c4cd3bd (patch) | |
tree | 41c67d917ac96d277227299df023e97a60c85a36 /scripts/build/binary_iso | |
parent | 3e23aaacde8f72a2379fe16be5ea12cd8b8891b3 (diff) | |
download | vyos-live-build-137c224579d6f8ecc9332475422acde53c4cd3bd.tar.gz vyos-live-build-137c224579d6f8ecc9332475422acde53c4cd3bd.zip |
Dropping powerpc bootloader support (yaboot), there is nobody actively maintaining this in live-build.
Diffstat (limited to 'scripts/build/binary_iso')
-rwxr-xr-x | scripts/build/binary_iso | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 5df1f3d6a..10755ebe1 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -141,13 +141,6 @@ case "${LB_BOOTLOADER}" in XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table" ;; - yaboot) - XORRISO_OPTIONS="${XORRISO_OPTIONS} --iso-level 2 --netatalk -hfs -probe -map" - XORRISO_OPTIONS="${XORRISO_OPTIONS} binary/yaboot/hfs.map --chrp-boot -part -no-desktop" - XORRISO_OPTIONS="${XORRISO_OPTIONS} -hfs-bless binary/yaboot -hfs-volid Debian/Live_powerpc" - XORRISO_EXCLUDE="yaboot/hfs.map" - ;; - *) Echo_warning "Bootloader on your architecture not yet supported by live-build." Echo_warning "This will produce a most likely not bootable image (Continuing in 5 seconds)." |