Removed debugging, added autostarts.
This commit is contained in:
parent
6b07a7cb49
commit
2be11b89da
|
|
@ -21,8 +21,11 @@
|
||||||
},
|
},
|
||||||
"Create mirror": {
|
"Create mirror": {
|
||||||
"mkdir -p /srv/http/archlinux/arch_offline/os/x86_64" : null,
|
"mkdir -p /srv/http/archlinux/arch_offline/os/x86_64" : null,
|
||||||
"pacman --noconfirm --dbpath /tmp/ -Syu -w --cachedir /srv/http/archlinux/arch_offline/os/x86_64 base base-devel git python python-systemd awesome xorg-xinit xorg-server xterm nano screen sudo iptables mesa-libgl dhclient dnsmasq darkhttpd openssh sshfs openssl openvpn gcc" : {"debug" : true},
|
"pacman --noconfirm --dbpath /tmp/ -Syu -w --cachedir /srv/http/archlinux/arch_offline/os/x86_64 base base-devel git python python-systemd awesome xorg-xinit xorg-server xterm nano screen sudo iptables mesa-libgl dhclient dnsmasq darkhttpd openssh sshfs openssl openvpn gcc" : null,
|
||||||
"sh -c 'repo-add /srv/http/archlinux/arch_offline/os/x86_64/arch_offline.db.tar.gz /srv/http/archlinux/arch_offline/os/x86_64/*.pkg.tar.xz'" : null
|
"sh -c 'repo-add /srv/http/archlinux/arch_offline/os/x86_64/arch_offline.db.tar.gz /srv/http/archlinux/arch_offline/os/x86_64/*.pkg.tar.xz'" : null
|
||||||
}
|
},
|
||||||
|
"Setup autostarts": {
|
||||||
|
"systemctl enable dhcpcd" : null,
|
||||||
|
"systemctl enable lighttpd2" : null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue