Merge branch 'axtlos/preinstall-dnsmasq' into 'main'

Preinstall dnsmasq for hotspot creation

See merge request crystal/software/jade!7
axtloss/rework-partitioning v1.3.4
axtloss 1 year ago
commit f7f306a465

@ -66,6 +66,7 @@ pub fn install_base_packages(kernel: String) {
"bash-completion",
"zsh-completions",
"ttf-liberation",
"dnsmasq",
]);
files::copy_file("/etc/pacman.conf", "/mnt/etc/pacman.conf");

Loading…
Cancel
Save