mkosi.*: switch to debian
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
9bf7e8e5e4
commit
a943aa3a9c
2 changed files with 8 additions and 5 deletions
|
@ -32,7 +32,7 @@ cat > $DESTDIR/etc/tor/torrc.ours <<EOF
|
||||||
|
|
||||||
DataDirectory /var/lib/tor
|
DataDirectory /var/lib/tor
|
||||||
DataDirectoryGroupReadable 1
|
DataDirectoryGroupReadable 1
|
||||||
User toranon
|
User debian-tor
|
||||||
Log notice syslog
|
Log notice syslog
|
||||||
#Log debug stderr
|
#Log debug stderr
|
||||||
AutomapHostsOnResolve 1
|
AutomapHostsOnResolve 1
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
[Distribution]
|
[Distribution]
|
||||||
Distribution=fedora
|
Distribution=debian
|
||||||
Release=26
|
Release=bookworm
|
||||||
|
|
||||||
|
Mirror=http://10.0.30.1:32019/deb.debian.org/debian
|
||||||
|
#Repositories=http://10.0.30.1:32019/security.debian.org/debian-security
|
||||||
|
|
||||||
[Output]
|
[Output]
|
||||||
Format=raw_btrfs
|
Format=raw_btrfs
|
||||||
|
@ -8,5 +11,5 @@ Format=raw_btrfs
|
||||||
Hostname=tor-box
|
Hostname=tor-box
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
Packages=tor iptables net-tools iproute vim-minimal curl
|
Packages=tor,iptables,net-tools,iproute2,vim-tiny,curl,torsocks
|
||||||
#BuildPackages=make gcc libcurl-devel
|
#BuildPackages=make,gcc,libcurl-devel
|
||||||
|
|
Loading…
Reference in a new issue