some minor fixes, updates, etc. and blank manual so far
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
|
||||
Server = http://il.mirrors.linaxe.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.grig.io/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
|
||||
Server = http://arch.mirrors.ionfish.org/$repo/os/$arch
|
||||
Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.vtti.vt.edu/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.jmu.edu/pub/archlinux/$repo/os/$arch
|
||||
|
||||
@@ -1,8 +1,17 @@
|
||||
# Configuration for resolvconf(8)
|
||||
# See resolvconf.conf(5) for details
|
||||
|
||||
|
||||
resolv_conf=/etc/resolv.conf
|
||||
# If you run a local name server, you should uncomment the below line and
|
||||
# configure your subscribers configuration files below.
|
||||
#name_servers=127.0.0.1
|
||||
append_nameservers='4.2.2.1 4.2.2.2 4.2.2.3'
|
||||
#name_servers='2620:0:ccc::2 2620:0:ccd::2 4.2.2.1 4.2.2.2 127.0.0.1 ::1 '
|
||||
name_servers='4.2.2.1 4.2.2.2 208.67.220.220 2620:0:ccc::2 2072620:0:ccd::2 208.67.222.222 208.67.222.220 208.67.220.222'
|
||||
|
||||
# Write out dnsmasq extended configuration and resolv files
|
||||
#dnsmasq_conf=/etc/dnsmasq.d/openresolv.conf
|
||||
#dnsmasq_resolv=/etc/dnsmasq.resolv.conf
|
||||
|
||||
|
||||
domain=square-r00t.net
|
||||
search_domains=square-r00t.net
|
||||
|
||||
@@ -4,20 +4,7 @@
|
||||
dirmngr </dev/null > /dev/null 2>&1
|
||||
|
||||
# Import settings.
|
||||
if [[ -f /root/VARS.txt ]];
|
||||
then
|
||||
source /root/VARS.txt
|
||||
else
|
||||
# TODO: do these defaults via the config stuff in python instead.
|
||||
export DISTNAME='BDISK'
|
||||
export UXNAME='bdisk'
|
||||
export PNAME='BDisk'
|
||||
export DISTPUB='r00t^2'
|
||||
export DISTDESC='j00 got 0wnz0r3d lulz.'
|
||||
export REGUSR="${UXNAME}"
|
||||
export REGUSR_PASS=''
|
||||
export ROOT_PASS=''
|
||||
fi
|
||||
source /root/VARS.txt
|
||||
|
||||
# Logging!
|
||||
exec 3>&1 4>&2
|
||||
@@ -154,3 +141,4 @@ rm -f /root/.viminfo
|
||||
rm -f /root/apacman-*.pkg.tar.xz
|
||||
rm -f /root/pre-build.sh
|
||||
pkill -9 dirmngr
|
||||
pkill -9 gpg-agent
|
||||
|
||||
Reference in New Issue
Block a user