aboutsummaryrefslogtreecommitdiffstats
path: root/alpine-xen.packages
Commit message (Collapse)AuthorAgeFilesLines
* alpine-xen: add various useful toolsNatanael Copa2015-07-071-0/+6
| | | | disk tools and openvswitch is likely used so ship those with the iso.
* alpine-xen: remove wpa_supplicant and wireless-toolsNatanael Copa2014-11-271-3/+5
| | | | | | | we remove wifi tools by replacng network-extras with bridge, bonding and vlan packages. sort list alphabetically while here.
* alpine-xen: remove xendNatanael Copa2014-10-141-1/+0
|
* alpine-xen: add xen-xend packageRoger Pau Monne2012-09-141-0/+1
| | | | | Since xend is deprecated in 4.2, we will split it in a different subpackage, that will not be installed by default.
* add network-extras to package listsNatanael Copa2012-03-161-2/+1
|
* alpine-xen: update to kernel 3.2Roger Pau Monne2012-02-141-1/+0
| | | | | 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/+10
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.