diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-01 00:44:15 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-01 00:44:15 +0000 |
commit | 022bdb8d2b48fec2245e64725f73a58990efd468 (patch) | |
tree | 029caec1101573e5a6e8ffac3bfe759fc54d493f /modules/auto_installation/templates | |
parent | 13dad16194bd35c60bd51ce2aaa6a813e8238574 (diff) | |
download | puppet-022bdb8d2b48fec2245e64725f73a58990efd468.tar puppet-022bdb8d2b48fec2245e64725f73a58990efd468.tar.gz puppet-022bdb8d2b48fec2245e64725f73a58990efd468.tar.bz2 puppet-022bdb8d2b48fec2245e64725f73a58990efd468.tar.xz puppet-022bdb8d2b48fec2245e64725f73a58990efd468.zip |
add basic structure for pxe boot
Diffstat (limited to 'modules/auto_installation/templates')
-rw-r--r-- | modules/auto_installation/templates/default | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/auto_installation/templates/default b/modules/auto_installation/templates/default new file mode 100644 index 00000000..0fbf023a --- /dev/null +++ b/modules/auto_installation/templates/default @@ -0,0 +1,25 @@ +DEFAULT menu.c32 +PROMPT 10 +TIMEOUT 100 +NOESCAPE 1 + +MENU SHIFTKEY 1 +MENU TITLE PXE Boot on <%= fqdn %> + +LABEL local + MENU LABEL Local + localboot 0 +<% +# insert entry for remote boot : +# LABEL mdv2010.1 +# MENU DEFAULT +# MENU LABEL Install mdv 2010.1 +# kernel mdv_2010.1/vmlinuz +# +# append initrd=mdv_2010.1/all.rdz useless_thing_accepted=1 lang=fr automatic=int:eth0,netw:dhcp,met:ftp,ser:distrib-coffee.ipsl.jussieu.fr,dir:/pub/linux/MandrivaLinux/official/2010.1/i586/ kickstart=http://nanardon.zarb.org/~misc/auto_inst.cfg.pl +# + + +%> + + |