On Tue, Aug 29, 2017 at 1:50 AM, J García <[email protected]> wrote: > > I would recomed using something like the base livecd or systemrescuecd > for an install with OpenRC. and only use something like CentOS(if you > are talking about 7) if you want to use systemd, and then make use of > systemd-nspawn and not chroot and bind mounts, and the systemd stage3. >
As far as I can tell there are no problems if you install an openrc-based system using a systemd-based install CD, or a systemd-based system using an openrc-based install CD. You're not actually running init or services inside your chroot/nspawn-container/etc, so there really is no interaction with whatever init you're using outside. Now, if your install CD is running SELinux or something like that I could see there being issues, or if it is missing things like tar/etc. -- Rich

