#550 Move services call outside of packages section.
Closed 4 years ago by kevin. Opened 4 years ago by kevin.
Unknown source fix-zram-in-packages  into  master

file modified
+1 -2
@@ -24,7 +24,6 @@

  # Exclude unwanted packages from @anaconda-tools group

  -gfs2-utils

  -reiserfs-utils

+ %end

  

  services --enabled=zram-swap

- 

- %end

Right now since the services call is inside the packages section,
livemedia-creator fails with:

missing packages: services --enabled=zram-swap.

Moving it out after the %end of the packages section allows
ksflatten to do the right thing with it.

Signed-off-by: Kevin Fenzi kevin@scrye.com

Pull-Request has been closed by kevin

4 years ago
Metadata