-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(24.04): fix release errors (#148)
* fix(24.04): bash binaries are now in /usr/bin * fix(24.04): dash binaries are now in /usr/bin * fix(24.04): libunwind-13 was removed from Noble * fix(24.04): coreutils binaries moved to /usr/bin * fix(24.04): fix paths for libbz2-1.0 * fix(24.04): fix paths for libc6 * fix(24.04): fix conflict with libnsl * fix(24.04): fix symlinks in base-files * fix(24.04): fix /lib symlink in base-files * fix(24.04): fix libmvec for arm64 and amd64
- Loading branch information
1 parent
f2e0be2
commit 836e616
Showing
7 changed files
with
57 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ slices: | |
essential: | ||
- libc6_libs | ||
contents: | ||
/bin/dash: | ||
/bin/sh: | ||
/usr/bin/dash: | ||
/usr/bin/sh: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ slices: | |
essential: | ||
- libc6_libs | ||
contents: | ||
/lib/*-linux-*/libbz2.so.1*: | ||
/usr/lib/*-linux-*/libbz2.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.