From a7f841ab5a5bb2f3a8d27a1587df569648f9f164 Mon Sep 17 00:00:00 2001 From: Eric Long Date: Sat, 27 May 2023 22:39:49 +0800 Subject: [PATCH] fix(mkrootfs): change pacman-extra-riscv64.conf path (#15) --- mkrootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkrootfs b/mkrootfs index 45eb78b..dba0512 100755 --- a/mkrootfs +++ b/mkrootfs @@ -56,7 +56,7 @@ msg "Building rootfs..." mkdir -p ./rootfs sudo chown root:root ./rootfs sudo pacstrap \ - -C /usr/share/devtools/pacman-extra-riscv64.conf \ + -C /usr/share/devtools/pacman.conf.d/extra-riscv64.conf \ -M \ ./rootfs \ base