Skip to content

Commit

Permalink
slices: try to fix some more ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Jul 5, 2024
1 parent e8fc3dc commit 2923b7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions slices/iproute2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ essential:
slices:
bins:
essential:
- libc6_libs
- iproute2_config
- iproute2_libs
- libbpf1_libs
- libcap2-bin_bins
- libc6_libs
- libcap2_libs
- libcap2-bin_bins
- libdb5.3t64_libs
- libelf1t64_libs
- libmnl0_libs
- libselinux1_libs
- libtirpc3t64_libs
- libxtables12_libs
- iproute2_config
- iproute2_libs
contents:
/bin/ip:
/bin/ss:
Expand Down
2 changes: 1 addition & 1 deletion slices/netplan.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ slices:
- libglib2.0-0t64_libs
- libnetplan1_libs
- libsystemd0_libs
- netplan-generator_data
- netplan.io_cli
- netplan-generator_data
- python3.12_standard
- python3-dbus_data
- python3-netifaces_data
Expand Down
2 changes: 1 addition & 1 deletion slices/python3-netplan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ slices:
essential:
- libc6_libs
- libnetplan1_libs
- python3.12_standard
- python3-cffi-backend_data
- python3.12_standard
contents:
/usr/lib/python3/dist-packages/netplan/**:

Expand Down
2 changes: 1 addition & 1 deletion slices/python3.12-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ slices:
- libpython3.12-minimal_libs
- zlib1g_libs
contents:
/usr/bin/python3.12:
/usr/bin/python3: {symlink: /usr/bin/python3.12}
/usr/bin/python3.12:
# The next two directories are created to mimic the behaviour in
# the "postinst" script.
/usr/local/lib/python3.12/: {make: true, mode: 02775}
Expand Down

0 comments on commit 2923b7c

Please sign in to comment.