You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For comprehensive .deb creation, see: [Debian New Maintainers' Guide](https://www.debian.org/doc/manuals/maint-guide/)
606
607
607
608
## Building with Podman (Not Recommended)
608
609
For systems without systemd v250+ or where Nix installation isn't feasible, you can use the experimental Podman containerization support. This approach is not recommended due to slower build times and a complex setup process.
609
-
1. Configure the Podman daemon to use a storage driver other than OverlayFS
610
+
1. Configure the Podman daemon to use a storage driver other than OverlayFS
610
611
- The btrfs driver is fastest, but requires that you have a btrfs filesystem
611
612
- The storage driver can be configuring by editing `/etc/containers/storage.conf`
612
613
2. Build the development container:
@@ -615,7 +616,7 @@ For systems without systemd v250+ or where Nix installation isn't feasible, you
0 commit comments