Displaying 3 results from an estimated 3 matches for "systemd_target".
2017 Jul 16
0
[PATCH 2/2] customize: firstboot: Install firstboot scripts in multi-user.target (RHBZ#1469655).
...tomize/firstboot.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/customize/firstboot.ml b/customize/firstboot.ml
index 35cb87c2b..bd4f7850f 100644
--- a/customize/firstboot.ml
+++ b/customize/firstboot.ml
@@ -80,7 +80,7 @@ then
fi
" firstboot_dir firstboot_dir
- let systemd_target = "default.target"
+ let systemd_target = "multi-user.target"
let firstboot_service = sprintf "\
[Unit]
--
2.13.2
2017 Jul 16
4
[PATCH 0/2] customize: firstboot: Install firstboot scripts in multi-user.target (RHBZ#1469655).
See:
https://bugzilla.redhat.com/show_bug.cgi?id=1469655
https://github.com/systemd/systemd/issues/6334
https://lists.freedesktop.org/archives/systemd-devel/2017-July/039325.html
2017 Jul 17
6
[PATCH v2 0/4] customize: firstboot: Install firstboot scripts in multi-user.target (RHBZ#1469655).
v1: https://www.redhat.com/archives/libguestfs/2017-July/msg00127.html
v2:
- Remove /etc/systemd/system/default.target.wants/guestfs-firstboot.service
link as well.
- Use multi-user.target for virt-p2v as well.
Rich.