Готов второй выпуск стартеркитов на 9 платформе для i586, x86_64, aarch64 и armh.
В образах alt-p9-xfce-sysv-20191020-{i586,x86_64}.iso отсутствует пакет apt-conf-ignore-systemd блокирующий установку пакетов systemd{,-services,-sysvinit} в системах на sysvinit
# chroot /mnt/sda11/
# grep -i 'name\|vers' /etc/os-release
NAME="starter kit"
VERSION="p8 (Hypericum)"
VERSION_ID=p8
PRETTY_NAME="ALT Starterkit (Hypericum)"
CPE_NAME="cpe:/o:alt:starterkit:p8"
# ls -l /sbin/init
-rwx------ 1 root root 39464 фев 19 2015 /sbin/init
# rpm -qa | grep systemd | grep ignore
apt-conf-ignore-systemd-0.1-alt2
# rpm -qvl apt-conf-ignore-systemd
-rw-r--r-- 1 root root 292 сен 12 2018 /etc/apt/apt.conf.d/ignore-systemd.conf
# rpm -qi --changelog apt-conf-ignore-systemd | tail -n 10 | head -n 4
Description :
This is the apt configuration file for systems on sysvinit,
to ignore the installation of systemd packages,
see http://apt-rpm.org/tricks.shtml for details.
# cat /etc/apt/apt.conf.d/ignore-systemd.conf
/*
* This is the apt configuration file for systems on sysvinit,
* to ignore the installation of systemd packages,
* see http://apt-rpm.org/tricks.shtml for details.
*/
RPM
{
Ignore {
// systemd packages.
"systemd";
"systemd-services";
"systemd-sysvinit";
};
};
Просьба включить пакет apt-conf-ignore-systemd в образы alt-p9-xfce-sysv-2019*-{i586,x86_64}.iso