poudriere bulk \
-j $JAIL -p $PORTS -f $PACKAGES
-poudriere image \
- -j $JAIL -p $PORTS -f $PACKAGES \
- -b \
- -c overlay/installer \
- -n installer \
- -s 4g -t usb
-
poudriere image \
-j $JAIL -p $PORTS -f $PACKAGES \
-b \
-c overlay/domotica \
-n domotica \
-s 3g -t usb
+
+# Put the domotica image in the installer overlay
+xz -v -z -c /usr/local/poudriere/data/images/domotica.img > overlay/installer/domotica.img.xz
+
+poudriere image \
+ -j $JAIL -p $PORTS -f $PACKAGES \
+ -w 0 \
+ -c overlay/installer \
+ -n installer \
+ -s 4g -t usb