Skip to content

Reject "none" or empty mount points when writing fstab

Arjen Hiemstra requested to merge work/ahiemstra/reject-none into master

These are only valid for swap partitions. Anything else can actually cause the system to misbehave, so completely reject them from being written to the swap file.

In addition, create an autotest for writing fstab so that we can verify some behaviours.

Edited by Arjen Hiemstra

Merge request reports