mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
testing: Make sure to specify a name for zpools
Zpools have to have a name. Pools created w/o a name aren't legit and trigger a number of bugs. Sponsored by: Netflix
This commit is contained in:
parent
71bbe6fb70
commit
43d82295d2
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ make_linuxboot_images()
|
|||
zfs=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}.zfs
|
||||
img=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}.img
|
||||
img2=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}-zfs.img
|
||||
pool="linuxboot-testing"
|
||||
mkdir -p ${IMAGES}/${ma_combo}
|
||||
makefs -t msdos -o fat_type=32 -o sectors_per_cluster=1 \
|
||||
-o volume_label=EFISYS -s100m ${esp} ${src}
|
||||
|
|
|
|||
Loading…
Reference in a new issue