#!/bin/bash -e

sed -i '/RUN_FIRSTBOOT/ s/=.*/=true/g' /etc/default/inithooks
FORCE_INTERACTIVE=y /usr/lib/inithooks/run
