mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 05:25:32 +00:00
add stop lable for Dev to debug
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
start:SN_setup_case
|
||||
start:SN_setup_case:stop:yes
|
||||
os:Linux
|
||||
cmd:fdisk -l
|
||||
cmd:df -T
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user