Skip to content

Commit 80dce8d

Browse files
r-riccithe-maldridge
authored andcommitted
installer: use defaults mount option for swap
this changes nothing in practice, but `sw` has no actual meaning on Linux
1 parent cfbf936 commit 80dce8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ failed to activate swap on $dev!\ncheck $LOG for errors." ${MSGBOXSIZE}
10391039
fi
10401040
# Add entry for target fstab
10411041
uuid=$(blkid -o value -s UUID "$dev")
1042-
echo "UUID=$uuid none swap sw 0 0" >>$TARGET_FSTAB
1042+
echo "UUID=$uuid none swap defaults 0 0" >>$TARGET_FSTAB
10431043
continue
10441044
fi
10451045

0 commit comments

Comments
 (0)