1
0
Fork 0

Replace sysvinit with systemd

This commit is contained in:
Alex Kotov 2020-02-09 14:40:54 +05:00
parent 0cb2c5424d
commit d68586e3a2
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 24 deletions

View File

@ -15,7 +15,6 @@ Table of contents
* [Dependencies](#dependencies)
* [Build](#build)
* [System configuration](#system-configuration)
* [TODO](#todo)
@ -61,17 +60,3 @@ The following information can be helpful when you connect:
* SSH host keys are generated at first startup,
so fingerprint is different for each installation of the same image
* User has passwordless sudo
TODO
----
* [ ] Firewall
* [ ] Wi-Fi switcher
* [ ] 3G/4G dongle
* [ ] Use Debian armhf instead of Raspbian
* [ ] Upgrade from Debian 8 Jessie to Debian 9 Stretch
* [x] Use sysvinit instead of systemd
* [ ] Use custom kernel
* [ ] Build own distribution from scratch

View File

@ -132,15 +132,6 @@ apt-get dist-upgrade -y
apt-get autoremove -y --purge
EOF
##
# Replace systemd with sysvinit.
#
on_chroot << EOF
apt-get install -y sysvinit-core
apt-get purge -y systemd systemd-sysv
apt-get autoremove -y --purge
EOF
##
# Install kernel and bootloader.
#