LiveCD Avec un rasoir de marionnette

J'ai plusieurs serveurs et je veux fournir live cd et réinstaller O / S par razor-server Du panneau auto-ajusté. W. Razor très mauvaise documentation, et je n'ai vu que des informations sur l'installation O / S.

Est-il un moyen de télécharger un serveur sans système d'exploitation dans une image ISO LiveCD Avec l'aide d'un rasoir?
Invité:

Babette

Confirmation de:

Oui, j'utilise RescueCD.

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

et

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

Catalogue autoruns Situé sur le serveur DHCP.

Pour répondre aux questions, connectez-vous ou registre