1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-08 08:58:27 +03:00

bootctl: enable colored logging

This commit is contained in:
Yu Watanabe 2023-03-25 06:58:35 +09:00
parent 4688b08984
commit 87dc8b0851

View File

@ -455,8 +455,7 @@ static int run(int argc, char *argv[]) {
_cleanup_(umount_and_rmdir_and_freep) char *unlink_dir = NULL;
int r;
log_parse_environment();
log_open();
log_setup();
/* If we run in a container, automatically turn off EFI file system access */
if (detect_container() > 0)