Skip to content

Commit ec29f41

Browse files
committed
.
1 parent 6212c92 commit ec29f41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ make_image() {
4848
mkfs.vfat -n ${BOOT_LABEL} ${LOOP_DEV}p1 >/dev/null 2>&1
4949

5050
if [[ "${ROOTFS_TYPE}" == "btrfs" ]]; then
51-
mkfs.btrfs -f -U ${ROOTFS_UUID} -L ${ROOT_LABEL} -m single ${LOOP_DEV}p2 >/dev/null 2>&1
51+
mkfs.btrfs -f -L ${ROOT_LABEL} -m single ${LOOP_DEV}p2 >/dev/null 2>&1
5252
else
53-
mkfs.ext4 -F -q -U ${ROOTFS_UUID} -L ${ROOT_LABEL} -m 0 ${LOOP_DEV}p2 >/dev/null 2>&1
53+
mkfs.ext4 -F -q -L ${ROOT_LABEL} -m 0 ${LOOP_DEV}p2 >/dev/null 2>&1
5454
fi
5555

5656
# TODO: Write device bootloader

0 commit comments

Comments
 (0)