31
انجمن تازهکاران / پاسخ : سلام مشکل حذف
« آخرین ارسال توسط AliKhorsand 20 مهر 1404، 07:01 بظ »ویندوز دیسک هارو شناسایی نمیکنه
apt install sysvinit-core sysv-rc orphan-sysvinit-scripts elogind libpam-elogind
جلوگیری از نصب مجدد systemd :apt-mark hold systemd systemd-sysv libpam-systemd
cat > /etc/apt/preferences.d/nosystemd << "EOF"
Package: systemd*
Pin: release *
Pin-Priority: -1
EOF
الان میتونی با خیال راحت کرنل کامل نصب کنی چون systemd قفل شده:apt install linux-image-amd64
Why is it that programmers always confuse Halloween with Christmas?
Because 31 OCT = 25 DEC
Installing init and the kernel
We need a kernel and init system. This could be done later but I prefer getting it out of the way first.
For systemd:
# apt instal systemd systemd-sysv libpam-systemd libsystemd0
For sysvinit:
# apt install sysvinit-core sysv-rc orphan-sysvinit-scripts elogind libpam-elogind
Install the kernel:
# apt install linux-image-amd64
Swap amd64 for another architecture if you need.