Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在从 Proxmox 2.1 上的命令行创建 VM 时,我试图找到一种传递内核参数的方法。
我希望能够使用 QM 命令批量创建 VM,并传递 kickstart 参数,类似于 libvirt -x 选项。
以前有人做过吗?
从 qm 手册页:
args: ... 注意:此选项仅供专家使用。它允许您将任意参数传递给 kvm,例如: args: -no-reboot -no-hpet
AFAIC,用它来设置-serialKVM 参数,如下所示:
-serial
参数:-serial unix:/var/run/qemu-server/104.serial,server,nowait
它也应该与-appendKVM 选项一起使用,但尚未对其进行测试。
-append