Skip to content

Commit

Permalink
script:sg2042::fix fedora image's rootfs path
Browse files Browse the repository at this point in the history
Signed-off-by: sharim <[email protected]>
  • Loading branch information
sharim authored and xingxg2022 committed Dec 19, 2024
1 parent 350798f commit 68a3a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_sg2042_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ EOT

echo cleanup...
sync
sudo umount -R $RV_OUTPUT_DIR/root/proc
sudo umount -R $RV_OUTPUT_DIR/root
sudo umount /dev/mapper/$efi_part
sudo umount /dev/mapper/$root_part
sudo kpartx -d $RV_OUTPUT_DIR/$RV_FEDORA_SOPHGO_IMAGE
Expand Down

0 comments on commit 68a3a36

Please sign in to comment.