From f61fa3371462ed51b0bf8a8410b53d128864a053 Mon Sep 17 00:00:00 2001 From: qvqc Date: Thu, 17 Jun 2021 00:38:17 -0400 Subject: [PATCH] commit base from nebula --- build.sh | 15 +++++++++++++++ include/etc/ntpd.conf | 6 ++++++ include/etc/sudoers | 1 + include/etc/tor/torrc | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 build.sh create mode 100644 include/etc/ntpd.conf create mode 100644 include/etc/sudoers create mode 100644 include/etc/tor/torrc diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..fc91067 --- /dev/null +++ b/build.sh @@ -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" diff --git a/include/etc/ntpd.conf b/include/etc/ntpd.conf new file mode 100644 index 0000000..aa19ae9 --- /dev/null +++ b/include/etc/ntpd.conf @@ -0,0 +1,6 @@ +# Default openntpd config + +servers pool.ntp.org + +constraints from "https://www.google.com" +constraints from "https://github.com" diff --git a/include/etc/sudoers b/include/etc/sudoers new file mode 100644 index 0000000..bc2b2da --- /dev/null +++ b/include/etc/sudoers @@ -0,0 +1 @@ +## Disable sudo for default user diff --git a/include/etc/tor/torrc b/include/etc/tor/torrc new file mode 100644 index 0000000..5b49fa2 --- /dev/null +++ b/include/etc/tor/torrc @@ -0,0 +1,5 @@ +FascistFirewall 1 +VirtualAddrNetworkIPv4 10.192.0.0/10 +AutomapHostsOnResolve 1 +TransPort 9040 +DNSPort 53