Revert enabling dnsmasq as it's automatically started when needed.

axtloss/rework-partitioning
axtloss 1 year ago
parent 5ff98505b1
commit 9f25297047

@ -85,14 +85,6 @@ pub fn install_base_packages(kernel: String) {
),
"Enable CUPS",
);
exec_eval(
exec_chroot(
"systemctl",
vec![String::from("enable"), String::from("dnsmasq")],
),
"Enable dnsmasq",
);
}
pub fn genfstab() {

Loading…
Cancel
Save