aboutsummaryrefslogtreecommitdiffstats
path: root/alpine-xen.conf.mk
Commit message (Collapse)AuthorAgeFilesLines
* alpine-xen: add xen kernel paramsRoger Pau Monne2012-09-141-0/+3
| | | | | Allow user to set params to pass to the Xen Hypervisor kernel. An example about serial console boot is provided.
* alpine-xen: do not build apkovlNatanael Copa2012-07-031-1/+0
|
* alpine-xen: remove hvc0 consoleRoger Pau Monne2012-02-171-1/+0
| | | | | Removed console=hvc0 from kernel parameters since it can prevent output to vga on some systems.
* alpine-xen: update to kernel 3.2Roger Pau Monne2012-02-141-0/+1
| | | | | Update alpine-xen iso generation, to load the modules that where previously included inside the kernel in 3.0.
* alpine-iso: add support to create Xen Dom0 LiveCD/USBRoger Pau Monne2011-12-301-0/+4
A new profile has been added, called alpine-xen, that shoud be used when trying to craft a Xen Dom0 LiveCD/USB. Changes since v1: * Removed dummy net setup, since xencommons doesn't need net to start. Please review and comment.