# Nestri rootfs OpenRC config rc_parallel="YES" rc_depend_strict="NO" rc_interactive="NO" rc_shell_timeout="0" # Every service's start/fail line, on the host directory that outlives the VM. # # Without this a guest nobody can log into reports nothing about its own boot: # a service that was skipped because a dependency failed looks exactly like a # service that was never registered. /nestri/logs is a virtiofs share, so the # record survives the guest — see the fstab entry below. rc_logger="YES" rc_log_path="/nestri/logs/rc.log" rc_verbose="NO" # cgroup v2 rc_cgroup_mode="unified" # Don't bother trying to set hostname twice rc_hotplug="!net.*" # Faster sulogin behavior on emergency rc_shell="/bin/sh" # Default umask umask 022