Add: build scripts
This commit is contained in:
17
templates/logen/logen.sh
Executable file
17
templates/logen/logen.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
echo "========================="
|
||||
echo "| LOGEN VOID |"
|
||||
echo " ------------------------"
|
||||
CURRENT=https://repo.voidlinux.eu/current
|
||||
NONFREE=https://repo.voidlinux.eu/current/nonfree
|
||||
MULTILIB=https://repo.voidlinux.eu/current/multilib
|
||||
|
||||
|
||||
|
||||
./mklive.sh \
|
||||
-r ${CURRENT} \
|
||||
-r ${NONFREE} \
|
||||
-r ${MULTILIB} \
|
||||
-p "$(grep '^[^#].' logen.packages)" \
|
||||
-T "Logen Void" \
|
||||
-o logen-void-build_1-live-x86_64-xfce4-4.14.22.iso
|
Reference in New Issue
Block a user