index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
firstboot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
firstboot: generalize prompt_loop more
Michael Ferrari
2024-10-30
1
-82
/
+62
*
firstboot: use consistent wording for prompts
Michael Ferrari
2024-10-30
1
-8
/
+10
*
firstboot: clean up welcome message
Michael Ferrari
2024-10-30
1
-4
/
+3
*
firstboot: order non-interactive options last
Michael Ferrari
2024-10-30
1
-3
/
+3
*
bus-util: Log more information when connecting to a bus socket fails
Daan De Meyer
2024-10-09
1
-2
/
+2
*
Move show_menu() to terminal-util.h
Daan De Meyer
2024-10-02
1
-46
/
+0
*
strv: introduce strv_find_closest()
Yu Watanabe
2024-09-20
1
-8
/
+2
*
firstboot: add similar input suggestion
Michael Ferrari
2024-09-20
1
-5
/
+14
*
homed: wait for user input during firstboot
Michael Ferrari
2024-09-17
1
-16
/
+2
*
firstboot: reduce log level of timezone validation
Michael Ferrari
2024-09-05
1
-3
/
+3
*
firstboot: reduce empty input log level
Michael Ferrari
2024-09-05
1
-4
/
+4
*
firstboot: add newline before key wait
Michael Ferrari
2024-09-05
1
-2
/
+1
*
firstboot: fix root params with creds and prompting disabled
Dan Nicholson
2024-07-31
1
-17
/
+18
*
firstboot: handle missing root password entries
Dan Nicholson
2024-07-31
1
-8
/
+16
*
firstboot: create locked and empty root passwords consistently
Dan Nicholson
2024-07-31
1
-4
/
+7
*
tree-wide: acquire /dev/console lock around any attempts to reset TTY
Lennart Poettering
2024-07-19
1
-1
/
+1
*
tree-wide: reset stdout not stdin
Lennart Poettering
2024-07-19
1
-1
/
+1
*
terminal-util: add new helper terminal_reset_defensive() that combines reset-...
Lennart Poettering
2024-07-19
1
-1
/
+1
*
firstboot: Make the option list fit 80 columns
Fabian Vogt
2024-07-08
1
-1
/
+1
*
stat-util: generalize is_* and verify_* handling
Mike Yuan
2024-03-04
1
-3
/
+1
*
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
*
ask-password: rework how we pass request meta info when asking passwords
Lennart Poettering
2024-02-20
1
-2
/
+8
*
firstboot: validate keymap entry
Eric Daigle
2024-02-12
1
-1
/
+17
*
user-util: add get{pw,gr}{uid,gid,name}_malloc() helpers
Lennart Poettering
2024-01-22
1
-5
/
+4
*
firstboot: fix memory leak
Antonio Alvarez Feijoo
2024-01-10
1
-0
/
+2
*
firstboot: fix typo and add missing option to help text
Antonio Alvarez Feijoo
2024-01-10
1
-1
/
+3
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
dbus-wait-for-jobs: change 'quiet' flag to enum
Matteo Croce
2023-12-19
1
-1
/
+1
*
firstboot: adjust what systemd.firstboot=no on the kernel cmdline does
Lennart Poettering
2023-12-18
1
-2
/
+2
*
firstboot: remove /etc/localtime on --reset
Nick Rosbrook
2023-12-08
1
-1
/
+2
*
firstboot: reset terminal settings right before asking a question
Lennart Poettering
2023-11-22
1
-0
/
+2
*
locale,firstboot: add headers to vconsole.conf
Yu Watanabe
2023-10-31
1
-1
/
+1
*
env-util: make write_env_file() optionally take headers
Yu Watanabe
2023-10-31
1
-2
/
+2
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-7
/
+5
*
proc-cmdline: make proc_cmdline_get_bool() take flags
Yu Watanabe
2023-08-09
1
-1
/
+1
*
meson: move declarations of fsck, firstboot, machine-id-setup, and remount-fs
Yu Watanabe
2023-08-01
1
-0
/
+11
*
bus-unit-util: add common code for reloading PID 1
Lennart Poettering
2023-07-10
1
-3
/
+4
*
shared: add password quality check abstraction layer to support both pwqualit...
Egor Ignatov
2023-07-06
1
-2
/
+2
*
pwquality: add old password argument to quality_check_password
Dmitry V. Levin
2023-07-06
1
-1
/
+1
*
pwquality: fix quality_check_password return value
Dmitry V. Levin
2023-07-06
1
-2
/
+7
*
man: make sure credentials properly show up in directives index
Lennart Poettering
2023-07-04
1
-1
/
+1
*
firstboot: fix typo
Antonio Alvarez Feijoo
2023-06-26
1
-1
/
+1
*
firstboot: synchronously wait for systemd-vconsole-setup.service/restart job
Zbigniew Jędrzejewski-Szmek
2023-05-26
1
-2
/
+18
*
firstboot: reload manager after writing /etc/locale.conf
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-1
/
+22
*
firstboot: do vconsole setup after configuring keymap
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-3
/
+29
*
firstboot: process the root account after sysusers created it
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-4
/
+59
*
firstboot: clarify that machine-id options are only offline, add missing docs
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-13
/
+18
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-3
/
+3
*
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-13
/
+8
*
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
1
-1
/
+18
|
\
[next]