mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Merge pull request #6783 from gurevichmark/squashfs_disk
squashfs on RHEL8.2 hierarchy testcase debug
This commit is contained in:
commit
b1a7d7f0ca
@ -162,6 +162,8 @@ cmd:if [[ "$$OS" =~ "ubuntu" ]]; then apt-get install -y squashfs-tools; fi
|
||||
#Make sure squashfs rpm is installed on SLES
|
||||
cmd:if [[ "$$OS" =~ "sle" ]]; then zypper install -y squashfs; fi
|
||||
|
||||
cmd:fdisk -l
|
||||
cmd:df -T
|
||||
cmd:packimage -m squashfs __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-netboot-compute
|
||||
check:rc==0
|
||||
check:output=~archive method:squashfs
|
||||
|
Loading…
x
Reference in New Issue
Block a user