데비안 제시의 이미지를 만들고 있습니다. 부팅시 시스템에 /etc/machine-id
파일 이 없습니다 . 이로 인해 시작되지 않은 저널링에 일부 문제가 발생합니다.
systemd repo에서 찾았습니다.
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=First Boot Wizard
Documentation=man:systemd-firstboot(1)
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-remount-fs.service
Before=systemd-sysusers.service sysinit.target shutdown.target
ConditionPathIsReadWrite=/etc
ConditionFirstBoot=yes
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootbindir@/systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password
StandardOutput=tty
StandardInput=tty
StandardError=tty
실행 위치에 배치해야합니까?
시스템 215에서는 ConditionFirstBoot를 사용할 수 없습니다. 어떻게 처리합니까?
: > /etc/machine-id
)을 유지하십시오 . 어쩌면 이것은 더 이상 사실이 아니지만 그 이후 로이 파일을 큰 존경과 경외심으로 대하는 법을 배웠습니다.