fedora-sysv / initscripts

📜 Scripts to bring up network interfaces and legacy utilities in Fedora.
GNU General Public License v2.0
46 stars 51 forks source link

spec: Initscripts now requires chkconfig #374

Closed jamacku closed 3 years ago

jamacku commented 3 years ago

As a easy way to get full legacy system V support.

jamacku commented 3 years ago

CI: bash: ./.github/workflows/check-shell.sh: No such file or directory

No shell script was changed.

UPDATE: Rebase to upstream master fixed the issue!

AdamWill commented 2 years ago

This change may be implicated in Fedora's network install images going over their size limits, though there may be other factors too (I'm still looking into it). See https://bugzilla.redhat.com/show_bug.cgi?id=2009730 .

jamacku commented 2 years ago

@AdamWill, In my opinion initscripts doesn't have to be in default Fedora's network install images.

AdamWill commented 2 years ago

The reason for its inclusion is: "## import-state.service for switchroot" (added in 2018) in response to https://bugzilla.redhat.com/show_bug.cgi?id=1615332 . /usr/lib/systemd/system/import-state.service is still a part of initscripts, so it looks like we probably still need it.