2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 21:20:36 +00:00

add stop lable for Dev to debug

This commit is contained in:
junxiawang
2017-05-17 08:19:23 -04:00
parent 4dd1407d05
commit d4dd40c292
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
start:SN_setup_case
start:SN_setup_case:stop:yes
os:Linux
cmd:fdisk -l
cmd:df -T

View File

@ -1,4 +1,4 @@
start:reg_linux_diskfull_installation_flat
start:reg_linux_diskfull_installation_flat:stop:yes
os:Linux
cmd:fdisk -l
cmd:df -T

View File

@ -1,4 +1,4 @@
start:reg_linux_diskfull_installation_hierarchy
start:reg_linux_diskfull_installation_hierarchy:stop:yes
os:Linux
cmd:xdsh $$SN fdisk -l
cmd:xdsh $$SN df -T

View File

@ -1,4 +1,4 @@
start:reg_linux_diskless_installation_flat
start:reg_linux_diskless_installation_flat:stop:yes
os:Linux
cmd:fdisk -l
cmd:df -T

View File

@ -1,4 +1,4 @@
start:reg_linux_diskless_installation_hierarchy
start:reg_linux_diskless_installation_hierarchy:stop:yes
os:Linux
cmd:xdsh $$SN fdisk -l
cmd:xdsh $$SN df -T

View File

@ -1,4 +1,4 @@
start:reg_linux_statelite_installation_flat
start:reg_linux_statelite_installation_flat:stop:yes
os:Linux
cmd:fdisk -l
cmd:df -T

View File

@ -1,4 +1,4 @@
start:reg_linux_statelite_installation_hierarchy_by_nfs
start:reg_linux_statelite_installation_hierarchy_by_nfs:stop:yes
os:Linux
cmd:xdsh $$SN fdisk -l
cmd:xdsh $$SN df -T

View File

@ -1,4 +1,4 @@
start:reg_linux_statelite_installation_hierarchy_by_ramdisk
start:reg_linux_statelite_installation_hierarchy_by_ramdisk:stop:yes
os:Linux
cmd:xdsh $$SN fdisk -l
cmd:xdsh $$SN df -T