Fix tired code
This commit is contained in:
parent
0e7d5513e8
commit
451230a66b
2
make-os
2
make-os
@ -8,7 +8,7 @@ if
|
||||
cd "$(dirname "$(realpath -s "$BASH_SOURCE")")"
|
||||
source shell
|
||||
source "env-$1"
|
||||
make-base "$OPUS_OUTPUT/$1" "$OPUS_OUTPUT/$1" # 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/stage50" "$OPUS_OUTPUT/$1" # Packages (graphical)
|
||||
apply-stage "$OPUS_HOME/input/stage98" "$OPUS_OUTPUT/$1" # Default configs, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user