mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
boot/universe.sh: Add tests to keep MK_LOADER_BIOS_TEXTONLY working
Sponsored by: Netflix
This commit is contained in:
parent
bbfc01c2d2
commit
078a31136c
1 changed files with 9 additions and 0 deletions
|
|
@ -94,3 +94,12 @@ for i in \
|
|||
ta=${i##*/}
|
||||
dobuild $ta _.boot.${ta}.no_zfs.log "MK_LOADER_ZFS=no"
|
||||
done
|
||||
|
||||
# Build w/ LOADER_BIOS_TEXTONLY
|
||||
for i in \
|
||||
amd64/amd64 \
|
||||
i386/i386 \
|
||||
; do
|
||||
ta=${i##*/}
|
||||
dobuild $ta _.boot.${ta}.no_zfs.log "MK_LOADER_BIOS_TEXTONLY=yes"
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue