jobcore/runit-rc/runit-rc.install
2024-09-07 18:30:17 +03:00

27 lines
1 KiB
Text

post_install() {
echo " "
echo " "
echo " We are not fans of cgroups or anything systemd that we can avoid using "
echo " If you do want cgroups mounted by the init rm/comment the following line "
echo " in the PKGBUILD so the original link to stage 1 is included in runit-rc "
echo " rm -rf ${pkgdir}/etc/rc/sysinit/04-cgroups "
echo " OR "
echo " ln -s /usr/lib/rc/sv.d/cgroups /etc/rc/sysinit/04-cgroups "
echo " which is the runscript for stage one mounting of cgroups "
echo " and they will be mounted on next boot "
echo " "
echo " "
}
post_upgrade() {
post_install
echo " "
echo " We have corrected minor stage1 errors/warnings from appearing "
echo " and we have finally chosen, like artix, to reduce verbosity "
echo " and improve boot speed, The functions for extra verbosity "
echo " are still in the scripts commented out, start at script/functions "
echo " then edit all scripts containing ck_verbose and remove comments "
echo " "
echo " "
}