Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions modules/00-vanilla-apx-stacks.yml

This file was deleted.

35 changes: 0 additions & 35 deletions modules/00-vanilla-apx.yml

This file was deleted.

6 changes: 6 additions & 0 deletions modules/998-distrobox-symlink.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# this module exists to allow legacy apx containers to locate distrobox executables
name: distrobox-symlink
type: shell
commands:
- mkdir -p /usr/share/apx/distrobox
- ln -s /usr/bin/distrobox-init /usr/bin/distrobox-export /usr/bin/distrobox-host-exec /usr/share/apx/distrobox/
3 changes: 1 addition & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ stages:
includes:
- modules/00-vanilla-abroot.yml
- modules/00-vanilla-base-files.yml
- modules/00-vanilla-apx.yml
- modules/00-vanilla-apx-stacks.yml
- modules/01-kernel.yml
- modules/02-kernel-version-file.yml
- modules/03-fswarn.yml
Expand All @@ -51,6 +49,7 @@ stages:
- modules/120-fingerprint.yml
- modules/140-manpages.yml
- modules/150-init-executable.yml
- modules/998-distrobox-symlink.yml
- modules/998-podman-registry.yml
- modules/999-replace-locale-gen.yml
- modules/999-remove-grub-files.yml
Expand Down