Pārlūkot izejas kodu

installer: use `defaults` mount option for swap

this changes nothing in practice, but `sw` has no actual meaning on
Linux
Roberto Ricci 2 gadi atpakaļ
vecāks
revīzija
80dce8d0ec
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      installer.sh.in

+ 1 - 1
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