summaryrefslogtreecommitdiffstats
path: root/src/firstboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* firstboot: generalize prompt_loop moreMichael Ferrari2024-10-301-82/+62
* firstboot: use consistent wording for promptsMichael Ferrari2024-10-301-8/+10
* firstboot: clean up welcome messageMichael Ferrari2024-10-301-4/+3
* firstboot: order non-interactive options lastMichael Ferrari2024-10-301-3/+3
* bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-2/+2
* Move show_menu() to terminal-util.hDaan De Meyer2024-10-021-46/+0
* strv: introduce strv_find_closest()Yu Watanabe2024-09-201-8/+2
* firstboot: add similar input suggestionMichael Ferrari2024-09-201-5/+14
* homed: wait for user input during firstbootMichael Ferrari2024-09-171-16/+2
* firstboot: reduce log level of timezone validationMichael Ferrari2024-09-051-3/+3
* firstboot: reduce empty input log levelMichael Ferrari2024-09-051-4/+4
* firstboot: add newline before key waitMichael Ferrari2024-09-051-2/+1
* firstboot: fix root params with creds and prompting disabledDan Nicholson2024-07-311-17/+18
* firstboot: handle missing root password entriesDan Nicholson2024-07-311-8/+16
* firstboot: create locked and empty root passwords consistentlyDan Nicholson2024-07-311-4/+7
* tree-wide: acquire /dev/console lock around any attempts to reset TTYLennart Poettering2024-07-191-1/+1
* tree-wide: reset stdout not stdinLennart Poettering2024-07-191-1/+1
* terminal-util: add new helper terminal_reset_defensive() that combines reset-...Lennart Poettering2024-07-191-1/+1
* firstboot: Make the option list fit 80 columnsFabian Vogt2024-07-081-1/+1
* stat-util: generalize is_* and verify_* handlingMike Yuan2024-03-041-3/+1
* dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-1/+2
* ask-password: rework how we pass request meta info when asking passwordsLennart Poettering2024-02-201-2/+8
* firstboot: validate keymap entryEric Daigle2024-02-121-1/+17
* user-util: add get{pw,gr}{uid,gid,name}_malloc() helpersLennart Poettering2024-01-221-5/+4
* firstboot: fix memory leakAntonio Alvarez Feijoo2024-01-101-0/+2
* firstboot: fix typo and add missing option to help textAntonio Alvarez Feijoo2024-01-101-1/+3
* tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* dbus-wait-for-jobs: change 'quiet' flag to enumMatteo Croce2023-12-191-1/+1
* firstboot: adjust what systemd.firstboot=no on the kernel cmdline doesLennart Poettering2023-12-181-2/+2
* firstboot: remove /etc/localtime on --resetNick Rosbrook2023-12-081-1/+2
* firstboot: reset terminal settings right before asking a questionLennart Poettering2023-11-221-0/+2
* locale,firstboot: add headers to vconsole.confYu Watanabe2023-10-311-1/+1
* env-util: make write_env_file() optionally take headersYu Watanabe2023-10-311-2/+2
* various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-7/+5
* proc-cmdline: make proc_cmdline_get_bool() take flagsYu Watanabe2023-08-091-1/+1
* meson: move declarations of fsck, firstboot, machine-id-setup, and remount-fsYu Watanabe2023-08-011-0/+11
* bus-unit-util: add common code for reloading PID 1Lennart Poettering2023-07-101-3/+4
* shared: add password quality check abstraction layer to support both pwqualit...Egor Ignatov2023-07-061-2/+2
* pwquality: add old password argument to quality_check_passwordDmitry V. Levin2023-07-061-1/+1
* pwquality: fix quality_check_password return valueDmitry V. Levin2023-07-061-2/+7
* man: make sure credentials properly show up in directives indexLennart Poettering2023-07-041-1/+1
* firstboot: fix typoAntonio Alvarez Feijoo2023-06-261-1/+1
* firstboot: synchronously wait for systemd-vconsole-setup.service/restart jobZbigniew Jędrzejewski-Szmek2023-05-261-2/+18
* firstboot: reload manager after writing /etc/locale.confZbigniew Jędrzejewski-Szmek2023-05-231-1/+22
* firstboot: do vconsole setup after configuring keymapZbigniew Jędrzejewski-Szmek2023-05-231-3/+29
* firstboot: process the root account after sysusers created itZbigniew Jędrzejewski-Szmek2023-05-231-4/+59
* firstboot: clarify that machine-id options are only offline, add missing docsZbigniew Jędrzejewski-Szmek2023-05-231-13/+18
* dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering2023-05-161-3/+3
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-13/+8
* Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-121-1/+18
|\