We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000c787 commit df6a133Copy full SHA for df6a133
lib/functions/image/partitioning.sh
@@ -352,7 +352,7 @@ function prepare_partitions() {
352
353
run_host_command_logged umount $rootdevice
354
display_alert "Remounting rootfs" "$rootdevice (UUID=${ROOT_PART_UUID})"
355
- run_host_command_logged mount -odefaults,${mountopts[$ROOTFS_TYPE]} $rootdevice $MOUNT/
+ run_host_command_logged mount -odefaults,${mountopts[$ROOTFS_TYPE]} ${fscreateopt} $rootdevice $MOUNT/
356
fi
357
rootfs="UUID=$(blkid -s UUID -o value $rootdevice)"
358
echo "$rootfs / ${mkfs[$ROOTFS_TYPE]} defaults,${mountopts[$ROOTFS_TYPE]} 0 1" >> $SDCARD/etc/fstab
0 commit comments