#3 Remove livesys* scripts
Closed by ngompa. Opened by kparal.

After Workstation is installed, there are livesys* scripts copied over to the installed system, but they serve no purpose. They even cause some journal spam on each boot. These could be easily removed.

$ sudo find /etc -name '*livesys*'
/etc/rc.d/init.d/livesys
/etc/rc.d/init.d/livesys-late
/etc/rc.d/rc0.d/K01livesys-late
/etc/rc.d/rc0.d/K99livesys
/etc/rc.d/rc1.d/K01livesys-late
/etc/rc.d/rc1.d/K99livesys
/etc/rc.d/rc2.d/K01livesys-late
/etc/rc.d/rc2.d/K99livesys
/etc/rc.d/rc3.d/S00livesys
/etc/rc.d/rc3.d/S99livesys-late
/etc/rc.d/rc4.d/S00livesys
/etc/rc.d/rc4.d/S99livesys-late
/etc/rc.d/rc5.d/S00livesys
/etc/rc.d/rc5.d/S99livesys-late
/etc/rc.d/rc6.d/K01livesys-late
/etc/rc.d/rc6.d/K99livesys

The plan is to replace those with livesys-scripts.

Metadata Update from @ngompa:
- Issue status updated to: Closed (was: Open)

Will those autoremove themselves after installation?

No, but they don't run because the condition that activates them will no longer be true. Once we switch to that, I could autoremove them on firstboot.

Metadata