Explorar el Código

installer: use `defaults` mount option for swap

this changes nothing in practice, but `sw` has no actual meaning on
Linux
Roberto Ricci hace 2 años
padre
commit
80dce8d0ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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