[arch-releng] new service start logic
hello i am updating TalkingArch with new archiso upstream changes. i see that systemd unit starting procedure has changed. how do i now enable units to start on iso boot? thanks. -- Sincerely, Alexander.
Via customize script in airootfs/root On Sat, 25 Jul 2020, 10:25 Alexander Epaneshnikov via arch-releng, < arch-releng@archlinux.org> wrote:
hello i am updating TalkingArch with new archiso upstream changes. i see that systemd unit starting procedure has changed.
how do i now enable units to start on iso boot? thanks.
-- Sincerely, Alexander.
before it really was. but now, as I understand it, symbolic links are created there. so I want to know how they do it. 25.07.2020 14:14, Mr Green пишет:
Via customize script in airootfs/root
On Sat, 25 Jul 2020, 10:25 Alexander Epaneshnikov via arch-releng, < arch-releng@archlinux.org> wrote:
hello i am updating TalkingArch with new archiso upstream changes. i see that systemd unit starting procedure has changed.
how do i now enable units to start on iso boot? thanks.
-- Sincerely, Alexander.
-- Sincerely, Alexander.
On 2020-07-25 15:03:49 (+0300), Alexander Epaneshnikov via arch-releng wrote:
before it really was. but now, as I understand it, symbolic links are created there. so I want to know how they do it.
Hi Alexander, yes, you are right. The customize script will eventually be deprecated. The way to go currently is to simply create a symlink below the respective airootfs directory (that's basically all that `systemd enable <service>` does, while also honoring any `Alias=` setting): ``` tree /usr/share/archiso/configs/releng/airootfs ``` Best, David P.S.: Haven't forgotten about talking arch btw! Unfortunately, cleanup of archiso and other things just eat a lot of time :-/ -- https://sleepmap.de
hello Dave. thank you for information. regarding TalkingArch. i understand and I will wait. in fact, I think it's worth waiting for the gitlab instance to support login not only for developers. then we can do the job conveniently. 25.07.2020 15:26, David Runge пишет:
On 2020-07-25 15:03:49 (+0300), Alexander Epaneshnikov via arch-releng wrote:
before it really was. but now, as I understand it, symbolic links are created there. so I want to know how they do it. Hi Alexander,
yes, you are right. The customize script will eventually be deprecated. The way to go currently is to simply create a symlink below the respective airootfs directory (that's basically all that `systemd enable <service>` does, while also honoring any `Alias=` setting):
``` tree /usr/share/archiso/configs/releng/airootfs ```
Best, David
P.S.: Haven't forgotten about talking arch btw! Unfortunately, cleanup of archiso and other things just eat a lot of time :-/
-- Sincerely, Alexander.
participants (3)
-
Alexander Epaneshnikov
-
David Runge
-
Mr Green