summaryrefslogtreecommitdiffstats
path: root/src/firstboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19391 from poettering/dissect-growZbigniew Jędrzejewski-Szmek2021-05-071-1/+2
|\
| * tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-231-1/+2
* | user-util: add generic definition for special password hash values in /etc/pa...Lennart Poettering2021-05-061-4/+4
|/
* Merge pull request #18971 from poettering/sysusers-credsLennart Poettering2021-03-311-2/+64
|\
| * firstboot: allow provisioning of firstboot params via creds tooLennart Poettering2021-03-261-1/+63
| * firstboot: slightly reorder variable declarationLennart Poettering2021-03-261-1/+1
* | dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+5
|/
* Merge pull request #18852 from yuwata/tree-wide-use-UINT64_MAXZbigniew Jędrzejewski-Szmek2021-03-051-1/+1
|\
| * tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-1/+1
* | copy: move sync_rights() to copy.c and rename copy_rights()Lennart Poettering2021-03-041-2/+2
|/
* basic/os-util: make the sentinel implicitZbigniew Jędrzejewski-Szmek2021-02-221-2/+1
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+3
* tree-wide: use free_and_strdup_warn()Yu Watanabe2021-02-111-4/+1
* tree-wide: propagate error in xxx_from-string()Yu Watanabe2021-02-111-3/+3
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* firstboot: clean-up the copied hostname, not argv[] directly, as that's uglyLennart Poettering2020-12-151-1/+1
* hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Add a helper function that does make_salt+crypt_rZbigniew Jędrzejewski-Szmek2020-09-151-12/+5
* firstboot: don't create/modify passwd and shadow if not askedafg2020-09-031-0/+4
* firstboot: fill empty color if ansi_color unavailable from os-releaseafg2020-09-021-2/+3
* firstboot: hook up with libpwqualityLennart Poettering2020-08-191-0/+10
* firstboot: move --image= logic into common codeLennart Poettering2020-08-111-1/+0
* firstboot: move --image= logic into common codeLennart Poettering2020-08-051-73/+16
* service: add new RootImageOptions featureLuca Boccassi2020-07-291-1/+1
* firstboot: Update help string with --root-shell optionsDaan De Meyer2020-07-291-0/+3
* firstboot: Check if the given shell existsDaan De Meyer2020-07-281-6/+23
* firstboot: don't create /etc/passwd with mode 000Lennart Poettering2020-07-231-1/+1
* firstboot: Add --root-shell optionDaan De Meyer2020-07-221-8/+91
* firstboot: Tighten up passwd/shadow handlingDaan De Meyer2020-07-221-39/+35
* firstboot: add option to turn off welcome text displayLennart Poettering2020-07-071-0/+15
* firstboot: add --image= switchLennart Poettering2020-07-071-6/+108
* firstboot: Add --kernel-command-line optionDaan De Meyer2020-05-271-0/+35
* firstboot: Add --root-password-hashed optionDaan De Meyer2020-05-271-59/+80
* firstboot: Add --delete-root-password optionDaan De Meyer2020-05-271-0/+90
* firstboot: Add --force optionDaan De Meyer2020-05-271-35/+82
* firstboot: Don't check twice if /etc/shadow existsDaan De Meyer2020-05-271-5/+1
* tree-wide: port various bits over to locale_is_installed()Lennart Poettering2020-05-071-10/+18
* tree-wide: use "hostname" spelling everywhereZbigniew Jędrzejewski-Szmek2020-04-211-1/+1
* firstboot: add missing checkZbigniew Jędrzejewski-Szmek2020-02-061-4/+6
* shared: split out crypt() specific helpers into its own .c/.h in src/shared/Lennart Poettering2020-01-151-13/+1
* firstboot: drop duplicate trailing whitespace from root pw questionLennart Poettering2019-08-101-2/+2
* firstboot: only list all options on demandZbigniew Jędrzejewski-Szmek2019-07-171-27/+19
* firstboot: use free_and_strdup, free_and_replaceZbigniew Jędrzejewski-Szmek2019-07-171-11/+2
* firstboot: use color in welcome textLennart Poettering2019-07-131-4/+15
* firstboot: suppress locale menu if there's nothing to choose fromLennart Poettering2019-07-131-14/+35
* Remove string_free_eraseZbigniew Jędrzejewski-Szmek2019-07-101-1/+2
* Merge pull request #12390 from poettering/string-file-mkdirZbigniew Jędrzejewski-Szmek2019-05-281-10/+8
|\
| * tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flagLennart Poettering2019-05-081-4/+2