Skip to content

Commit

Permalink
fix(dmsquash-live-autooverlay): specify filesystemtype when it is alr…
Browse files Browse the repository at this point in the history
…eady known
  • Loading branch information
LaszloGombos committed Jun 26, 2023
1 parent a71b905 commit 179e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/90dmsquash-live-autooverlay/create-overlay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ createFilesystem() {
baseDir=/run/initramfs/create-overlayfs
mkdir -p ${baseDir}
# shellcheck disable=SC2086
mount -t auto ${overlayPartition} ${baseDir}
mount -t ${filesystem} ${overlayPartition} ${baseDir}

mkdir -p ${baseDir}/${live_dir}/ovlwork
# shellcheck disable=SC2086
Expand Down

0 comments on commit 179e1a9

Please sign in to comment.