calamares/src/modules/fstab
Adriaan de Groot 5247c13f98 [partition] Follow 'claimed' settings for claiming swap
- By the time the GS is actually written, new (for partition state)
  is always false. So "new" is the wrong thing to track. It should
  have had a better name anyway,
- We store custom properties on the partition objects to indicate
  what happens to them; use those properties (instead of state,
  as done originally), call it "claimed" to indicate that the partition
  is part of this installation.

For now, only new (as in, formatted, created-by-us) partitions are
claimed.

- The effect here is that only "new" swap will be added to the system,
  so in erase-disk installations, or manual partitioning.
- Install-alongside and replace will now **not** claim the swap already
  on the disk; I think we'll need another UI knob for that one.

FIXES #1316
2020-02-20 16:38:40 +01:00
..
fstab.conf [fstab] Tighten up the *efiMountOptions* documentation 2019-08-02 09:27:54 +02:00
main.py [partition] Follow 'claimed' settings for claiming swap 2020-02-20 16:38:40 +01:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
test.yaml Some test data for fstab module 2014-08-04 16:31:45 +02:00