#!/bin/sh

dev=$2
id=$3

mkdir -p $dev/$id

echo biosgrub >$dev/$id/method

rm -f $dev/$id/use_filesystem
rm -f $dev/$id/filesystem

exit 0
