fix(mkimg): chown to root for root directory
Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
This commit is contained in:
parent
8446758c6c
commit
41765df789
1 changed files with 1 additions and 0 deletions
1
mkimg.sh
1
mkimg.sh
|
@ -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..."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue