mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
start:geninitrd_i_n_o_p
|
|
label:others
|
|
os:Linux
|
|
cmd:copycds $$ISO
|
|
cmd:genimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-netboot-compute
|
|
check:rc==0
|
|
cmd:ls -l /install/netboot/__GETNODEATTR($$CN,os)__/__GETNODEATTR($$CN,arch)__/compute/initrd-stateless.gz
|
|
check:rc==0
|
|
cmd:ls -l /install/netboot/__GETNODEATTR($$CN,os)__/__GETNODEATTR($$CN,arch)__/compute/initrd-statelite.gz
|
|
check:rc==0
|
|
end
|