#935 Signed-off-by: Frederick Grose <fgrose@sugarlabs.org>
Closed a year ago by fgrose. Opened a year ago by fgrose.
fgrose/fedora-kickstarts nuu  into  main

file modified
-14
@@ -104,17 +104,3 @@ 

  

  %end

  

- 

- %post --nochroot

- # For livecd-creator builds only (lorax/livemedia-creator handles this directly)

- if [ -n "$LIVE_ROOT" ]; then

-     cp "$INSTALL_ROOT"/usr/share/licenses/*-release-common/* "$LIVE_ROOT/"

- 

-     # only installed on x86, x86_64

-     if [ -f /usr/bin/livecd-iso-to-disk ]; then

-         mkdir -p "$LIVE_ROOT/LiveOS"

-         cp /usr/bin/livecd-iso-to-disk "$LIVE_ROOT/LiveOS"

-     fi

- fi

- 

- %end

fedora-live-base: Drop post processing for file additions.

Remove code to copy licenses/release files & livecd-iso-to-disk, if
needed. livecd-creator now handles this directly.
(https://github.com/livecd-tools/livecd-tools/pull/260/commits/8d33dd973e9334d55109560efa5987553f88fbd7)

rebased onto 13cef06

a year ago

Pull-Request has been closed by fgrose

a year ago
Metadata