fix pacstrap cache
This commit is contained in:
parent
f5a589bd0f
commit
abd5a71a25
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export { build };
|
|||
|
||||
const build: Base = async (c) => {
|
||||
// installs base
|
||||
await c.sh(`pacstrap -K -c '${c.root_dir}' base`);
|
||||
await c.sh(`pacstrap -K '${c.root_dir}' base`);
|
||||
await c.sh(`rm -fr '${c.root_dir}/etc/securetty' '${c.root_dir}/usr/share/factory/etc/securetty'`);
|
||||
|
||||
await c.sh_in(`printf 'root:noussommesdescrabes' | chpasswd --crypt-method DES`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue