From d20569972794e15085740023d4f50cfb9356ab89 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Thu, 4 Aug 2022 18:50:51 +0200 Subject: [PATCH] installer: use `defaults` mount option for swap this changes nothing in practice, but `sw` has no actual meaning on Linux --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh.in b/installer.sh.in index a29933ee8e..373b433c39 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -1039,7 +1039,7 @@ failed to activate swap on $dev!\ncheck $LOG for errors." ${MSGBOXSIZE} fi # Add entry for target fstab uuid=$(blkid -o value -s UUID "$dev") - echo "UUID=$uuid none swap sw 0 0" >>$TARGET_FSTAB + echo "UUID=$uuid none swap defaults 0 0" >>$TARGET_FSTAB continue fi