mv void-mklive to external

This commit is contained in:
qvqc 2021-03-20 06:28:49 -04:00
parent d8d0e8e6f7
commit 4a6b559203
No known key found for this signature in database
GPG Key ID: 9EB04103C6BE892D
3 changed files with 5 additions and 5 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "void-mklive"] [submodule "void-mklive"]
path = void-mklive path = external/void-mklive
url = https://git.wownero.com/qvqc/void-mklive url = https://git.wownero.com/qvqc/void-mklive

View File

@ -2,7 +2,7 @@
buildHash=$(git rev-parse --short HEAD) buildHash=$(git rev-parse --short HEAD)
##goto build dir ##goto build dir
cd void-mklive cd external/void-mklive
##build mklive ##build mklive
make make
@ -10,11 +10,11 @@ make
##build nebula with sudo ##build nebula with sudo
sudo ./mklive.sh \ sudo ./mklive.sh \
-a x86_64-musl \ -a x86_64-musl \
-I ../include \ -I ../../include \
-o ../nebula-x86_64-$buildHash.iso \ -o ../../nebula-x86_64-$buildHash.iso \
-p "grub-i386-efi grub-x86_64-efi dialog cryptsetup lvm2 \ -p "grub-i386-efi grub-x86_64-efi dialog cryptsetup lvm2 \
mdadm lxdm xinit xorg xfce4 gnome-themes-standard gnome-keyring \ mdadm lxdm xinit xorg xfce4 gnome-themes-standard gnome-keyring \
network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2 \ network-manager-applet gvfs-afc gvfs-mtp gvfs-smb udisks2 \
firefox-esr tor seahorse pwgen keepassxc openntpd monero \ firefox-esr tor seahorse pwgen keepassxc openntpd monero \
monero-gui electrum macchanger gnome-disk-utility iptables \ monero-gui electrum macchanger gnome-disk-utility iptables \
gnupg2 dino dillo curl vlc" gnupg2 dino dillo curl vlc"

View File