mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: Mark /etc /var as updated in a finalize script
Let's make sure we don't run ldconfig.service and other services again on first boot.
This commit is contained in:
5
mkosi.finalize
Executable file
5
mkosi.finalize
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# SPDX-License-Identifier: CC-0
|
||||
set -e
|
||||
|
||||
touch -r "$BUILDROOT/usr" "$BUILDROOT/etc/.updated" "$BUILDROOT/var/.updated"
|
||||
Reference in New Issue
Block a user