🎨 removed kernel from pacstrap
This commit is contained in:
parent
1cfa972e9f
commit
891eefd09a
3 changed files with 12 additions and 9 deletions
|
@ -67,7 +67,7 @@ fn main() {
|
|||
ensure_root();
|
||||
let dir: &String = tar_options.get_one("dir").unwrap();
|
||||
print_status("Pacstrapping root fs");
|
||||
pacstrap_at(&dir, None, &[]);
|
||||
pacstrap_at(&dir, &[]);
|
||||
setup_navos(dir.as_str());
|
||||
}
|
||||
Some(("create-img", install_args)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue