summaryrefslogtreecommitdiffstats
path: root/src/firstboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-1/+18
* | firstboot: Use root directory file descriptor for everythingDaan De Meyer2023-04-111-39/+57
|/
* firstboot: Add --reset optionDaan De Meyer2023-04-011-0/+54
* firstboot: Do not dereference symlinksDaan De Meyer2023-04-011-4/+4
* firstboot: Refactor should_configure()Daan De Meyer2023-03-291-6/+7
* firstboot: Check for errors returned by dir_fd_is_root()Daan De Meyer2023-03-291-5/+21
* user-util: Rename ETC_PASSWD_LOCK_NAME to ETC_PASSWD_LOCK_FILENAMEDaan De Meyer2023-03-291-1/+1
* firstboot: Modernize path handlingDaan De Meyer2023-03-291-146/+227
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-2/+2
* dissect-image: Return mount point fd if requestedDaan De Meyer2023-02-171-0/+1
* basic/user-util: create /etc from take_etc_passwd_lockZbigniew Jędrzejewski-Szmek2023-02-011-2/+0
* tree-wide: unify how we pick OS pretty name to displayLennart Poettering2023-01-241-2/+3
* tree-wide: use -EBADF moreYu Watanabe2022-12-201-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1