#!/bin/bash set -e if [ -d /etc/first-boot.d ]; then rc_local=/etc/rc.local mv $rc_local $rc_local.REAL dd of=$rc_local <