#!/bin/sh

#set -e

. /lib/live/boot.sh

. /scripts/functions

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