1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-07-13 12:59:28 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
fd83c98e8a Implement --luks-sector-size for homed 2022-10-07 16:36:04 +02:00
85fce6f42c Use https for gnu.org 2022-06-28 16:07:35 +02:00
36f186a9e0 bash-completion: fix typos in comments 2022-06-09 11:46:50 +02:00
36ec026830 completion: fix 'unbound variables' errors
Fixes https://github.com/systemd/systemd/issues/19987
2021-06-22 14:56:47 +01:00
db9ecf0501 license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
caf6bd166f homed: default to "btrfs" as fs type in the LUKS backend
Apparently both Fedora and suse default to btrfs now, it should hence be
good enough for us too.

This enables a bunch of really nice things for us, most importanly we
can resize home directories freely (i.e. both grow *and* shrink) while
online. It also allows us to add nice subvolume based home directory
snapshotting later on.

Also, whenever we mention the three supported types, alaways mention
them in alphabetical order, which is also our new order of preference.
2020-08-19 15:46:07 +02:00
3a9692dd05 shell-completion: add homectl for bash
The difference between verbs that take one user and multiple users is not
handled. I don't know how to do this.
2020-06-05 16:34:18 +02:00