remove empty machine-id, will be created on boot

This commit is contained in:
Tobias Powalowski 2022-12-26 09:25:32 +01:00
parent 35cc459349
commit aececcc4cf
2 changed files with 0 additions and 1 deletions

View file

@ -105,7 +105,6 @@ build ()
add_file "/usr/share/archboot/base/etc/systemd/system/getty.target.wants/getty@tty1.service" \ add_file "/usr/share/archboot/base/etc/systemd/system/getty.target.wants/getty@tty1.service" \
"/usr/lib/systemd/system/getty@tty1.service" "/usr/lib/systemd/system/getty@tty1.service"
add_symlink "/etc/systemd/system/getty.target.wants/getty@tty1.service" "/usr/lib/systemd/system/getty@tty1.service" add_symlink "/etc/systemd/system/getty.target.wants/getty@tty1.service" "/usr/lib/systemd/system/getty@tty1.service"
add_file "/usr/share/archboot/base/etc/machine-id" "/etc/machine-id"
### add missing libsystemd files ### add missing libsystemd files
map add_file "/usr/lib/libnss_myhostname.so.2" "/usr/lib/libnss_mymachines.so.2" \ map add_file "/usr/lib/libnss_myhostname.so.2" "/usr/lib/libnss_mymachines.so.2" \