commit base from nebula

This commit is contained in:
qvqc 2021-06-17 00:38:17 -04:00
parent a2f5af60ec
commit f61fa33714
No known key found for this signature in database
GPG Key ID: 9EB04103C6BE892D
4 changed files with 27 additions and 0 deletions

15
build.sh Normal file
View File

@ -0,0 +1,15 @@
##set build hash id
buildHash=$(git rev-parse --short HEAD)
##update submodules
git submodule update --init --recursive --remote
##build wowbox with sudo
cd external/void-mklive
make
sudo ./mklive.sh \
-a x86_64-musl \
-I ../../include \
-o ../../wowbox-x86_64-$buildHash.iso \
-p "grub-i386-efi grub-x86_64-efi dialog cryptsetup lvm2 \
mdadm tor i2pd pwgen openntpd monero gnupg2 dillo curl"

6
include/etc/ntpd.conf Normal file
View File

@ -0,0 +1,6 @@
# Default openntpd config
servers pool.ntp.org
constraints from "https://www.google.com"
constraints from "https://github.com"

1
include/etc/sudoers Normal file
View File

@ -0,0 +1 @@
## Disable sudo for default user

5
include/etc/tor/torrc Normal file
View File

@ -0,0 +1,5 @@
FascistFirewall 1
VirtualAddrNetworkIPv4 10.192.0.0/10
AutomapHostsOnResolve 1
TransPort 9040
DNSPort 53