Commit Graph

11 Commits (06be842cfacfdc3c01c5bfbadefb2a3310779186)

Author SHA1 Message Date
Philip 06be842cfa [grubcfg] add python doc strings
Philip 3d8ba2b088 [fstab] add python doc strings
Gormogon b4db9fe64b Fixing PEP – 257 Violations
Gormogon 113d9db7cb Python Better Docstrings
Gormogon d8df3d7a59 [PEP 8] General Style Part 1
Gormogon 8e1480431a [PEP 263] Corrected Encoding Headers
demmm 2efd4aff5c Use swap mountpoint
Having swap set at "none" makes hibernating not possible.
AFAIK, no filesystem/partition sets mountpoint as "none" nor has any other besides swap an empty mountpoint at the stage where the fstab module is called.
Tests so far show this change creates a working fstab when using a swap partition.
Aurélien Gâteau 2276ce56f4 Fix fat* filesystems translation
Aurélien Gâteau 87367d5abd fstab: Refactor to be able to add ssd-specific options
Teo Mrnjavac 98b62808de PEPify fstab
Aurélien Gâteau 9e8c02fa33 Basic fstab module
Misses the 'options' finetunes

Bug