Skip to content

Commit

Permalink
osbuild: drop patchset given OSBuild v137 release
Browse files Browse the repository at this point in the history
All patches are upstream and released so we can drop these now.
Notably this includes initial full upstream support for building
live artifacts using OSBuild [1].

[1] osbuild/osbuild#1947
  • Loading branch information
dustymabe committed Dec 19, 2024
1 parent 242a88e commit 7816488
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,105 deletions.
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ write_archive_info() {
}

patch_osbuild() {
return # we have no patches right now

# Add a few patches that either haven't made it into a release or
# that will be obsoleted with other work that will be done soon.

Expand All @@ -173,9 +175,8 @@ patch_osbuild() {
mv /usr/bin/osbuild-mpp /usr/lib/osbuild/tools/

# Now all the software is under the /usr/lib/osbuild dir and we can patch
cat /usr/lib/coreos-assembler/0001-osbuild-remoteloop-add-more-loop-device-options.patch \
/usr/lib/coreos-assembler/0001-util-osrelease.py-Replaced-string-stripping-with-shl.patch \
/usr/lib/coreos-assembler/0005-stages-add-coreos.live-artifacts.mono-stage.patch \
cat patch1.patch \
patch2.patch \
| patch -d /usr/lib/osbuild -p1

# And then move the files back; supermin appliance creation will need it back
Expand Down
92 changes: 0 additions & 92 deletions src/0001-osbuild-remoteloop-add-more-loop-device-options.patch

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7816488

Please sign in to comment.