diff options
author | Thomas Bächler <thomas@archlinux.org> | 2014-09-02 20:28:04 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2014-09-02 20:28:04 +0200 |
commit | 8e1cb0670e129151601f690e9bdba24940066c49 (patch) | |
tree | be6301c720cb481c7a3728cbd0d8fd943cab3848 /configs/releng/airootfs/etc | |
parent | d6ad403a43cfea729d3e7c5e23c9491498d15cd7 (diff) | |
download | archiso32-8e1cb0670e129151601f690e9bdba24940066c49.tar.xz |
releng: Add an empty machine-id in airootfs
This makes systemd generate a machine-id on early boot and prevents it from thinking we need
any "first boot" setup. We really don't want systemd thinking that, since we carefully prepared
our root file system.
This also ensures every live environment has a unique machine id.
Diffstat (limited to 'configs/releng/airootfs/etc')
-rw-r--r-- | configs/releng/airootfs/etc/machine-id | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/machine-id b/configs/releng/airootfs/etc/machine-id new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/configs/releng/airootfs/etc/machine-id |