#!/bin/bash -e

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