From: Kristof Provost Date: Wed, 3 May 2023 20:36:39 +0000 (+0200) Subject: image: rename usb to installer X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=e6762d5bd2267d8388085c360085c602175b886f;p=pennestraat-domotica image: rename usb to installer We create two images: - installer Intended to be flashed to a USB stick, to automagically image a domotica device - domotica The image to run on the alix boards --- diff --git a/image/build.sh b/image/build.sh index 9d507da..ee032fa 100755 --- a/image/build.sh +++ b/image/build.sh @@ -11,6 +11,13 @@ poudriere bulk \ poudriere image \ -j $JAIL -p $PORTS -f $PACKAGES \ -b \ - -c overlay/usb \ - -n pennestraat \ + -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 diff --git a/image/overlay/usb/boot/loader.conf b/image/overlay/installer/boot/loader.conf similarity index 100% rename from image/overlay/usb/boot/loader.conf rename to image/overlay/installer/boot/loader.conf diff --git a/image/overlay/usb/etc/rc.conf b/image/overlay/installer/etc/rc.conf similarity index 100% rename from image/overlay/usb/etc/rc.conf rename to image/overlay/installer/etc/rc.conf diff --git a/image/overlay/usb/etc/rc.local b/image/overlay/installer/etc/rc.local similarity index 100% rename from image/overlay/usb/etc/rc.local rename to image/overlay/installer/etc/rc.local