fix(mkrootfs): change pacman-extra-riscv64.conf path (#15)

This commit is contained in:
Eric Long 2023-05-27 22:39:49 +08:00 committed by GitHub
parent 31fde4cce7
commit a7f841ab5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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