Skip to content

Commit

Permalink
grml-live: remove GRML_SMALL exclude of vmlinuz, initrd.img
Browse files Browse the repository at this point in the history
The exclusion does not work today. /boot/ inside the squashfs always has
vmlinuz* and initrd.img* files. IMO if the exclude would work, it would break
build-only mode later.
  • Loading branch information
zeha committed Dec 10, 2024
1 parent 69c9093 commit d864226
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -1519,11 +1519,6 @@ else
SQUASHFS_OPTIONS="$SQUASHFS_OPTIONS -ef $SQUASHFS_EXCLUDES_FILE -wildcards"
fi

# get rid of unnecessary files when building grml-small for final release:
if hasclass GRML_SMALL ; then
SQUASHFS_OPTIONS="$SQUASHFS_OPTIONS -e initrd.img* vmlinuz*"
fi

# log stuff
SQUASHFS_STDERR="$(mktemp -t grml-live.XXXXXX)"

Expand Down

0 comments on commit d864226

Please sign in to comment.