fix(mkrootfs): change pacman-extra-riscv64.conf path (#15)
This commit is contained in:
parent
31fde4cce7
commit
a7f841ab5a
1 changed files with 1 additions and 1 deletions
2
mkrootfs
2
mkrootfs
|
@ -56,7 +56,7 @@ msg "Building rootfs..."
|
||||||
mkdir -p ./rootfs
|
mkdir -p ./rootfs
|
||||||
sudo chown root:root ./rootfs
|
sudo chown root:root ./rootfs
|
||||||
sudo pacstrap \
|
sudo pacstrap \
|
||||||
-C /usr/share/devtools/pacman-extra-riscv64.conf \
|
-C /usr/share/devtools/pacman.conf.d/extra-riscv64.conf \
|
||||||
-M \
|
-M \
|
||||||
./rootfs \
|
./rootfs \
|
||||||
base
|
base
|
||||||
|
|
Loading…
Add table
Reference in a new issue