#!/bin/sh
exec tail -n +3 $0

echo "Adding WinXP entry"

menuentry "Windows XP Professional" {
	set root=(hd0,1)
	chainloader +1
}
