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
|
||||
DataDirectoryGroupReadable 1
|
||||
User toranon
|
||||
User debian-tor
|
||||
Log notice syslog
|
||||
#Log debug stderr
|
||||
AutomapHostsOnResolve 1
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
[Distribution]
|
||||
Distribution=fedora
|
||||
Release=26
|
||||
Distribution=debian
|
||||
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]
|
||||
Format=raw_btrfs
|
||||
|
@ -8,5 +11,5 @@ Format=raw_btrfs
|
|||
Hostname=tor-box
|
||||
|
||||
[Packages]
|
||||
Packages=tor iptables net-tools iproute vim-minimal curl
|
||||
#BuildPackages=make gcc libcurl-devel
|
||||
Packages=tor,iptables,net-tools,iproute2,vim-tiny,curl,torsocks
|
||||
#BuildPackages=make,gcc,libcurl-devel
|
||||
|
|
Loading…
Reference in a new issue