与傀儡剃刀的LiveCD

我有几台服务器,并希望使用自编码面板提供使用razor服务器的live cd和O / S重新安装。 Razor的文档非常糟糕,我只看到了一些关于O / S安装的信息。

有没有办法使用剃刀启动裸机服务器到LiveCD的ISO?

是的,我使用gentoo.task/boot_install.erb

 #!ipxe echo Razor <%= task.label %> task boot_call echo Installation node: <%= node_url %> echo Installation repo: <%= repo_url %> sleep 3 kernel <%= repo_url("/rescue64") %> <%= render_template("kernel_args").strip %> || goto error initrd <%= repo_url("/initram.igz") %> || goto error boot :error prompt --key s --timeout 60 ERROR, hit 's' for the iPXE shell; reboot in 60 seconds && shell || reboot 

gentoo.task/kernel_args.erb

 vga=791 setkmap=us console=tty0 console=ttyS1,115200 netboot=<%= repo_url("/sysrcd.dat") %> rootpass=<%= node.root_password %> ar_source=http://172.100.1.1:18080/autoruns 

autoruns目录是DHCP服务器上的主机。