fix(mkrootfs): chown to root for root directory
Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
This commit is contained in:
parent
de725f6b8e
commit
8855d84c83
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ colorize
|
|||
|
||||
msg "Building rootfs..."
|
||||
mkdir -p ./rootfs
|
||||
sudo chown root:root ./rootfs
|
||||
sudo pacstrap \
|
||||
-C /usr/share/devtools/pacman-extra-riscv64.conf \
|
||||
-M \
|
||||
|
|
Loading…
Add table
Reference in a new issue