Fix make-os-proprietary

This commit is contained in:
Fierelier 2022-05-20 06:58:19 +02:00
parent 653cee3163
commit 0e7d5513e8

View File

@ -9,7 +9,7 @@ if
source shell
source "env-$1"
source "env-proprietary"
make-base # Base image
make-base "$OPUS_OUTPUT/$1" # Base image
apply-stage "$OPUS_HOME/input/stage01" "$OPUS_OUTPUT/$1" # Packages (non-graphical)
apply-stage "$OPUS_HOME/input/stage49" "$OPUS_OUTPUT/$1" # Packages (proprietary firmware)
apply-stage "$OPUS_HOME/input/stage50" "$OPUS_OUTPUT/$1" # Packages (graphical)