#!/bin/sh

#set -e

if [ -e /scripts/functions ]
then
	. /scripts/functions
fi

mountroot ()
{
	# initramfs-tools entry point for live-boot is mountroot(); function
	Main
}
