Update base.rs

axtloss/rework-partitioning
jan Michal 3 years ago
parent a9d3badced
commit acd9afc435

@ -2,7 +2,7 @@ use crate::internal::exec::*;
use crate::internal::*;
pub fn install_base_packages() {
files::create_dir_all("/mnt/etc").unwrap();
std::fs::create_dir_all("/mnt/etc").unwrap();
files::copy_file("/etc/pacman.conf", "/mnt/etc/pacman.conf");
install::install(vec![
"base",

Loading…
Cancel
Save