diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-10-02 13:32:56 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-10-07 09:18:01 -0400 |
commit | 66e00ebfd7c72e830fe29536604a045d8b3fb4ca (patch) | |
tree | 48b7ff42331abb4d9b759b042f9fc29523c6421c /system/xen/domU/mydom | |
parent | 7bd3b03bf1a0e3a0f7162372c725618dd71b261c (diff) |
system/xen: Added (updated to version 4.2.0 from 13.37 repo)
This isn't quite ready yet, but it should at least mostly work.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/domU/mydom')
-rw-r--r-- | system/xen/domU/mydom | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/xen/domU/mydom b/system/xen/domU/mydom new file mode 100644 index 0000000000000..72f7f511ef367 --- /dev/null +++ b/system/xen/domU/mydom @@ -0,0 +1,10 @@ +kernel = "/boot/vmlinuz-xen" +ramdisk = "/boot/initrd-xen.gz" +memory = 128 +name = "Slackware" +vif = [ 'mac=00:16:3e:00:00:01'] +disk = [ 'file:/full_path_to/slackware.img,xvda1,w', + 'file:/full_path_to/swap_file,xvda2,w' ] +root = "/dev/xvda1 ro" +extra = "3" +extra = "console=hvc0 elevator=noop" |