Yesterday, 11:57 AM
Minimal community edition of Armbian to run a minimal OS, podman and OpenClaw
(Just wanted to update my recent success)
Downloaded community rolling release minimal Arabian image from:
https://www.armbian.com/rock64/
Etchered onto 4Gb SD-Card.
Booted, user:root pass:1234
Added ssh key, disable root password.
Ran the armbian-update
$> sudo apt-get install f2fs-tools
$> armbian-config (transfer os to internal emmc
(this worked like a charm, uses f2fs and leave /boot as ext)
$> sudo apt-get install git
$> sudo apt-get install apt-transport-https
Using podman required the following dependencies:
$> apt install uidmap
$> apt install nftables
$> apt install catatonit
$> apt install passt
$> apt install podman
$> apt install podman-compose
$> git clone --depth 10 https://github.com/openclaw/openclaw
$> # tmp isn’t big enough for the next steps
$> mount -o remount,size=2600M /tmp
$> cd openclaw
$> ./setup-podman.sh --quadlet
$> sudo systemctl --machine openclaw@ --user start openclaw.service
(Just wanted to update my recent success)
Downloaded community rolling release minimal Arabian image from:
https://www.armbian.com/rock64/
Etchered onto 4Gb SD-Card.
Booted, user:root pass:1234
Added ssh key, disable root password.
Ran the armbian-update
$> sudo apt-get install f2fs-tools
$> armbian-config (transfer os to internal emmc
(this worked like a charm, uses f2fs and leave /boot as ext)
$> sudo apt-get install git
$> sudo apt-get install apt-transport-https
Using podman required the following dependencies:
$> apt install uidmap
$> apt install nftables
$> apt install catatonit
$> apt install passt
$> apt install podman
$> apt install podman-compose
$> git clone --depth 10 https://github.com/openclaw/openclaw
$> # tmp isn’t big enough for the next steps
$> mount -o remount,size=2600M /tmp
$> cd openclaw
$> ./setup-podman.sh --quadlet
$> sudo systemctl --machine openclaw@ --user start openclaw.service

