मैं डेबियन जेसी की एक छवि बना रहा हूं। बूट पर सिस्टम में कोई /etc/machine-id
फ़ाइल नहीं है। यह जर्नल के साथ कुछ समस्याओं का कारण बनता है जो शुरू नहीं होता है।
मैंने पाया है कि सिस्टमड रेपो में:
# 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 में कंडीशनफर्स्टबूट उपलब्ध नहीं है। उससे कैसे निपटें?
: > /etc/machine-id
) रखें। शायद यह अब भी सच नहीं है, लेकिन मैंने इस फ़ाइल को बहुत सम्मान और विस्मय के साथ व्यवहार करना सीखा।