Jump to content

Nycki

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This post from February 2025 claims that RP5 and RPMini are supported: https://www.armbian.com/newsflash/armbian-v25-2/ however, I can't find them on the downloads page. I also don't currently own an RPMini, I am tempted to buy one but I wanted to make sure it was supported first. What's the state of support right now?
  2. I noticed there's a community overlay module that adds a "first boot" script which, among other things, allows you to connect to wifi without ever connecting a monitor or keyboard. But, this overlap doesn't seem to come with the current raspberry pi 4b image (Armbian_23.5.1_Rpi4b_jammy_current_6.1.29.img). I tried downloading the build script, but I don't see an option to enable overlays in that either. Is this supported at this time? Also, I know I could just use raspbian if I want this feature, but I'm hoping to work with armbian because I want my build process to be reproducible on other boards.
  3. Thank you Igor, that worked! The complete fix was as simple as: sudo rm -rf ~/.local/share/containers sudo apt install podman uidmap slirp4netns and now I can run rootless containers with podman!
  4. Using release Armbian_23.5.1_Rpi4b_jammy_current_6.1.29 on a Raspberry Pi 4b. From a clean install: $ sudo apt update $ sudo apt upgrade $ sudo apt install podman $ podman run --rm docker.io/library/hello-world Error: command required for rootless mode with multiple IDs: exec: "newuidmap": executable file not found in $PATH Podman runs fine with sudo, so for now I can use that as a workaround, but it would be nice to run rootless containers for dev environments. There is a related issue on the official podman repo, but the solutions there don't seem to apply to armbian. https://github.com/containers/podman/issues/9271
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines