Announcing the D-Installer project
Hi all, During 2021, the YaST team was playing with the idea of building a web- based installer using our libraries. Finally, we have decided to define the project and try to invest some CPU cycles on it. 🙂 Please, read the announcement in our blog and do not hesitate to share your point of view with us. https://yast.opensuse.org/blog/2022-01-18/announcing-the-d-installer-project Regards, Imo -- Imobach González Sosa YaST Team at SUSE LLC https://imobachgs.github.io/
On Wednesday 2022-01-19 07:46, Imobach Gonzalez Sosa wrote:
During 2021, the YaST team was playing with the idea of building a web- based installer using our libraries. Finally, we have decided to define the project and try to invest some CPU cycles on it. 🙂
Please, read the announcement in our blog and do not hesitate to share your point of view with us.
https://yast.opensuse.org/blog/2022-01-18/announcing-the-d-installer-project
Relying on dbus? That one will surely break `chroot /something yast2 -i dbus-1`.
Am Mittwoch, dem 19.01.2022 um 11:04 +0100 schrieb Jan Engelhardt:
On Wednesday 2022-01-19 07:46, Imobach Gonzalez Sosa wrote:
During 2021, the YaST team was playing with the idea of building a web- based installer using our libraries. Finally, we have decided to define the project and try to invest some CPU cycles on it. 🙂
Please, read the announcement in our blog and do not hesitate to share your point of view with us.
https://yast.opensuse.org/blog/2022-01-18/announcing-the-d-installer-project
Relying on dbus? That one will surely break `chroot /something yast2 -i dbus-1`.
I rarley use chroot, but I asume one can still connect to a unix socket inside a chroot from outside? Given it won't "just work", like the default session/system bus. So spawn a dbus daemon inside the chroot, then launch the yast dbus service with that deamon in it. From the outside you could then connect to that socket. That might even be better than launching the yast ncurses ui inside the chroot, as I'd allow for using the yast X ui there too. -- $\int_\text{now}^{+\infty}\text{Keep trying}$ Matrix: @sp1rit:tchncs.de <sp1rit@disroot.org> D248BF2F4C6A82A1E0569D897D8C1CD573166D09 <sp1rit@national.shitposting.agency> BBDE032EAAFBFC627FB7E635B1F4055D8460CE34
On Wed, Jan 19, Jan Engelhardt wrote:
Relying on dbus? That one will surely break `chroot /something yast2 -i dbus-1`.
Wrong usage of yast. YaST2 even wars with a fat "DEPRECATED" message that you should not do this in a normal system. Use `chroot /something zypper install dbus-1` YaST2 was never designed as cli tool. Thorsten -- Thorsten Kukuk, Distinguished Engineer, Senior Architect SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany Managing Director: Ivo Totev (HRB 36809, AG Nürnberg)
participants (4)
-
Florian "sp1rit"
-
Imobach Gonzalez Sosa
-
Jan Engelhardt
-
Thorsten Kukuk