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
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.
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