Revision 8afaedb3 example/hooks/windows/mbr

b/example/hooks/windows/mbr
10 10

  
11 11
trap cleanup EXIT
12 12
echo -n "Installing a master boot record for the windows disk..."
13
install-mbr -p 1 -i n ${BLOCKDEV}
13
$INSTALL_MBR -p 1 -i n ${BLOCKDEV}
14 14
echo "done"
15 15

  
16 16
#execute cleanups

Also available in: Unified diff