Changes between Version 2 and Version 3 of Doc/OS/Xen
- Timestamp:
- Feb 7, 2008, 1:05:16 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/OS/Xen
v2 v3 35 35 || XEN_BOOTLOADER_DEFAULT || "/usr/bin/pypxeboot" || Default bootloader for VMs. Change this to e.g. pygrub if no DHCP server is available || 36 36 || XEN_BOOTLOADER || || nlist mapping VM names to bootloader to override default, e.g. nlist("gridgt4.cs.tcd.ie","/usr/bin/pypxeboot") || 37 || XEN_BOOTARGS || "vif[0]" || Argument needed by pypxeboot, set to "" for pygrub || 37 || XEN_BOOTARG_DEFAULT || "" || "vif[0]" argument needed by pypxeboot will be added automatically if using it, set to "" for pygrub || 38 || XEN_BOOTARGS || || nlist specifying special bootargs for individual VMs || 38 39 || XEN_CREATE_FILESYSTEMS || true || Whether ncm-xen should try and create filesystems defined for VMs || 39 40 || XEN_CREATE_DOMAINS || true || Whether ncm-xen should try and create (i.e. start up) domains when it runs || 40 || XEN_PROFILE_PREFIX || Not needed at GI as FQDNs are used for node names||41 || XEN_PROFILE_PREFIX || "" || Only needed if using old "profile_" naming scheme for nodes|| 41 42 42 43 = Guest configuration =