#!/bin/bash
set -e
echo "INFO: restoring Debian default root config"
tar xvzf /usr/share/nakedroot/debianroot.tar.gz -C /
