Use standaloneVM's own kernel - not template's one
This commit is contained in:
parent
45f9611c93
commit
ce74483411
@ -2,8 +2,8 @@
|
||||
# This is a Xen VM config file for AppVMs
|
||||
#
|
||||
|
||||
kernel="%TEMPLATEDIR%/kernels/vmlinuz"
|
||||
ramdisk="%TEMPLATEDIR%/kernels/initramfs"
|
||||
kernel="%VMDIR%/kernels/vmlinuz"
|
||||
ramdisk="%VMDIR%/kernels/initramfs"
|
||||
extra="ro nomodeset xencons=hvc rd_NO_PLYMOUTH 3"
|
||||
root="/dev/mapper/dmroot"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user