diff options
| author | Philip J Freeman <elektron@halo.nu> | 2005-07-22 01:13:13 -0700 |
|---|---|---|
| committer | Philip J Freeman <elektron@halo.nu> | 2026-04-22 12:13:02 -0700 |
| commit | 521028801517a92ffdbf4911ca9d6db67e8de7d3 (patch) | |
| tree | 5eaf050789a03275c73fd810f8d65edb6de54cc1 /hooks/build-os/80-firstboot-repart-growfs | |
| parent | e33ea89387b46c5a4a91b1fd90c05e0d7ad56470 (diff) | |
add a gui; initial dev releasehalo.01.20250721.235859
Diffstat (limited to 'hooks/build-os/80-firstboot-repart-growfs')
| -rwxr-xr-x | hooks/build-os/80-firstboot-repart-growfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks/build-os/80-firstboot-repart-growfs b/hooks/build-os/80-firstboot-repart-growfs index 78648cc..97aceff 100755 --- a/hooks/build-os/80-firstboot-repart-growfs +++ b/hooks/build-os/80-firstboot-repart-growfs @@ -36,7 +36,7 @@ mkdir "${root:?}"/etc/systemd/system/systemd-firstboot.service.d cat > "${root:?}"/etc/systemd/system/systemd-firstboot.service.d/install.conf << EOF [Service] ExecStart= -ExecStart=/usr/bin/systemd-firstboot --prompt +ExecStart=/usr/bin/systemd-firstboot [Install] WantedBy=sysinit.target @@ -44,4 +44,4 @@ EOF chroot "${root:?}" systemctl enable systemd-firstboot.service -rm "${root:?}"/etc/{machine-id,localtime} +rm "${root:?}"/etc/machine-id |
