On 10/26/2012 06:39 AM, Christian Hesse wrote:
Christian Hesse <[email protected]> on Tue, 2012/10/23 09:22:
Christian Hesse <[email protected]> on Tue, 2012/10/23 09:18:
Hello everybody,

systemctl has been fixed for chroot, so we can remove this little hack as
soon as systemd 195-1 enters [core].
Hmm, did anything strip my attachment away? I can see it in my sent folder,
but not here. Anyway... Including inline.

diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 006f3fb..70d2097 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -187,10 +187,10 @@ make_customize_root_image() {
              -r 'useradd -m -p "" -g users -G
"adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel"
-s /bin/zsh arch' \ run mkarchiso ${verbose} -w "${work_dir}" -C
"${pacman_conf}" -D "${install_dir}" \
-            -r 'systemctl disable [email protected] || true' \
+            -r 'systemctl disable [email protected]' \
              run
          mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D
"${install_dir}" \
-            -r 'systemctl enable multi-user.target pacman-init.service
[email protected] dhcpcd.service || true' \
+            -r 'systemctl enable multi-user.target pacman-init.service
[email protected] dhcpcd.service' \ run
          : > ${work_dir}/build.${FUNCNAME}
      fi
I expected systemd 195 to show up in [core] earlier, but finally it did.
So applying this should be safe now. Thanks!
yup actually merged with a proposed RFC patch

Thanks.

--
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1

Reply via email to