Replace sysvinit with systemd
This commit is contained in:
parent
0cb2c5424d
commit
d68586e3a2
2 changed files with 0 additions and 24 deletions
15
README.md
15
README.md
|
@ -15,7 +15,6 @@ Table of contents
|
||||||
* [Dependencies](#dependencies)
|
* [Dependencies](#dependencies)
|
||||||
* [Build](#build)
|
* [Build](#build)
|
||||||
* [System configuration](#system-configuration)
|
* [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,
|
* SSH host keys are generated at first startup,
|
||||||
so fingerprint is different for each installation of the same image
|
so fingerprint is different for each installation of the same image
|
||||||
* User has passwordless sudo
|
* 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
|
|
||||||
|
|
9
build.sh
9
build.sh
|
@ -132,15 +132,6 @@ apt-get dist-upgrade -y
|
||||||
apt-get autoremove -y --purge
|
apt-get autoremove -y --purge
|
||||||
EOF
|
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.
|
# Install kernel and bootloader.
|
||||||
#
|
#
|
||||||
|
|
Reference in a new issue