File tree Expand file tree Collapse file tree 2 files changed +14
-22
lines changed
Expand file tree Collapse file tree 2 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 8383 " local" ,
8484 ]
8585 testcase : [
86- " btrfs-subvol" ,
87- " efi-partition" ,
88- " efi-reqpartition" ,
89- " luks" ,
90- " luks+crypttab+noparam" ,
91- " luks+lukskey-noparam" ,
92- " luks+lukskey-plain" ,
93- " luks+lukskey-raw" ,
94- " luks-over-lvm" ,
95- " luks-over-raid1" ,
96- " lvm" ,
97- " lvm+luks" ,
98- " partition" ,
99- " partition+usr" ,
100- " pipeline" ,
101- " raid1" ,
102- " raid1+raid5" ,
103- " raid1-degraded" ,
104- " raid5" ,
105- " zfs-partition" ,
86+ " f2fs-partition" ,
10687 ]
10788 exclude :
10889 - name : fedora
@@ -194,8 +175,6 @@ jobs:
194175 " sshfs" ,
195176 ]
196177 testcase : [
197- " sshfs-network-dhcp" ,
198- " sshfs-network-static1" ,
199178 ]
200179 fail-fast : false
201180 steps :
Original file line number Diff line number Diff line change 1+ # param KICKSTART_DISKS=1
2+ # param BOOT_DISKS=1
3+ # param BOOT_CMDLINE="$BOOT_CMDLINE rdacct=1 rdlog=console rd-debug-udev=1 quiet panic=0 root=LABEL=ROOT"
4+
5+ ignoredisk --drives =LABEL =SYSIMAGE
6+ clearpart --all --initlabel --disklabel =mbr
7+
8+ part /boot --size =10% --fstype =ext4 --label =BOOT
9+ part / --grow --fstype =f2fs --label =ROOT
10+
11+ liveimg --url =dir:///sysimage/
12+
13+ shutdown
You can’t perform that action at this time.
0 commit comments