Boot the ISO, and the installer starts itself.
live/init is the init for the Keru live ISO. Its entire job is to get you into the installer as fast as possible — no shell prompt, no manual steps between boot and "craft your system."
$CONSOLE (/dev/tty1 by default) so installer messages land where you can see them./proc, /sys, /dev (devtmpfs, with tmpfs fallback), /dev/pts, /dev/shm — the essentials the installer needs.root= if given, or looks for a KERU*-labeled device to find the read-only squashfs payload; otherwise assumes the installer is on the current root.exec sh installer/install.sh — the TUI starts immediately.[ keru ] booting installer... [ keru ] Keru OS — craft your system == Init system == [runit] == C library == [glibc] == Filesystem == [ext4] # and you're choosing — the installer opened itself.
console= kernel param so serial consoles work too.