Closed gthvn1 closed 11 years ago
If you install all your distribution in / you need to set variable kernel="kernel /boot/xen.gz..."
Maybe add something like this to see if /boot is mounted or not.
if os.path.ismount("/boot"): kernel = "kernel /xen.gz blabla" else: kernel = "kernel /boot/xen.gz blabla"
If you install all your distribution in / you need to set variable kernel="kernel /boot/xen.gz..."
Maybe add something like this to see if /boot is mounted or not.