Skip to content

Build with Ubuntu 22.04.4, do not wait for network on boot

Latest
Compare
Choose a tag to compare
@mplattu mplattu released this 02 Apr 14:14
· 24 commits to main since this release

Typically the Abitti server is itself the DHCP server for Abitti clients. In the exam network there is no DHCP servers and the regular Ubuntu Server requires response from DHCP to boot. This pull request makes following changes:

  • Masks (makes ineffective) two systemd targets (NetworkManager and systemd-networkd) waiting network on boot.
  • Remove open-iscsi package which requires network access on boot.
  • Remove systemd-networkd-dispatcher as NetworkManager is used to control the network.
  • A new script ytl-linux-purge-deb executed by cron on boot. The script removes named deb packages on boot, if installed. This is used to remove the aforementioned open-iscsi and

Install image was updated to Ubuntu 22.04.04