fix(mkimg): chown to root for root directory

Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
This commit is contained in:
Coelacanthus 2022-07-27 22:29:02 +08:00
parent 8446758c6c
commit 41765df789
No known key found for this signature in database
GPG key ID: E35C89E45867AE35

View file

@ -75,6 +75,7 @@ sudo e2label /dev/nbd0p1 rootfs
mkdir -p qcow2
sudo mount /dev/nbd0p1 qcow2
sudo chown root:root qcow2
msg "Extract rootfs..."