#645 remove systemd from packages
Merged 3 years ago by cverna. Opened 3 years ago by siddharthvipul1.
siddharthvipul1/fedora-kickstarts master  into  master

@@ -26,11 +26,6 @@ 

  # https://pagure.io/atomic-wg/issue/308

  printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf

  

- # https://bugzilla.redhat.com/show_bug.cgi?id=1576993

- systemctl disable dnf-makecache.timer

- 

- #Mask mount units and getty service so that we don't get login prompt

- systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service

  

  # https://bugzilla.redhat.com/show_bug.cgi?id=1343138

  # Fix /run/lock breakage since it's not tmpfs in docker
@@ -44,7 +39,6 @@ 

  #   [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m

  #

  umount /run

- systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true

  rm /run/nologin # https://pagure.io/atomic-wg/issue/316

  

  # Final pruning

@@ -38,8 +38,6 @@ 

  shadow-utils

  sssd-client

  util-linux

- # needed by Anaconda https://bugzilla.redhat.com/show_bug.cgi?id=1744115

- systemd

  -kernel

  -dosfstools

  -e2fsprogs

Anaconda bug that needed systemd has been resolved
https://github.com/rhinstaller/anaconda/pull/2098

Signed-off-by: siddharthvipul siddharthvipul1@gmail.com

rebased onto 8eeca3a9bab1bbb68ff2cf77d8b4b7ee3ed16028

3 years ago

rebased onto 88f782355c0cf9d22542f30c964e0c1f48d599f1

3 years ago

rebased onto ed48111

3 years ago

Pull-Request has been merged by cverna

3 years ago