Skip to content

Commit

Permalink
fstab: change to LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 21, 2022
1 parent 7f0e4e3 commit 5007019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ make_image() {
[ ${loop_new} ] || error_msg "losetup ${build_image_file} failed."

mkfs.vfat -n "BOOT" ${loop_new}p1 >/dev/null 2>&1
mke2fs -F -q -t ext4 -L "ROOTFS" -m 0 ${loop_new}p2 >/dev/null 2>&1
mkfs.ext4 -F -q -L "ROOTFS" -m 0 ${loop_new}p2 >/dev/null 2>&1
sync
}

Expand Down

0 comments on commit 5007019

Please sign in to comment.