[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH V5 2/3] xl.cfg: add 'cmdline' in config file
On Mon, 2014-07-07 at 14:34 +0800, Chunyan Liu wrote: > Currently in xl.cfg, use 'root' and 'extra' to generate the command > line. 'cmdline' could be a more generic equivalent. So, add 'cmdline' > in xl.cfg and let it be preferred. 'root' and 'extra' still works. > But when 'cmdline' is specified, 'root' and 'extra' will be ignored. > > [HVM config example] > [snip] > builder="hvm" > device_model_override="/home/cyliu/git/qemu/x86_64-softmmu/qemu-system-x86_64" > kernel="/mnt/vmlinuz-3.0.13-0.27-default" > ramdisk="/mnt/initrd-3.0.13-0.27-default" > root="/dev/hda2" > extra="console=tty0 console=ttyS0" > [snip] > > or: > > [snip] > builder="hvm" > device_model_override="/home/cyliu/git/qemu/x86_64-softmmu/qemu-system-x86_64" > kernel="/mnt/vmlinuz-3.0.13-0.27-default" > ramdisk="/mnt/initrd-3.0.13-0.27-default" > cmdline="root=/dev/hda2 console=tty0 console=ttyS0" > [snip] > > > Signed-off-by: Chunyan Liu <cyliu@xxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |