Fixed some unnecessary comment lines
This commit is contained in:
parent
708668758a
commit
10450ca67b
@ -12,10 +12,6 @@
|
|||||||
# To build the image locally, you need to install ImageFactory and
|
# To build the image locally, you need to install ImageFactory and
|
||||||
# various additional helpers and configuration files.
|
# various additional helpers and configuration files.
|
||||||
# See Fedora Server Edition user documentation tutorial.
|
# See Fedora Server Edition user documentation tutorial.
|
||||||
# Changelog
|
|
||||||
# 1.01 modified partitioning to "reqpart --add-boot" to cover architecture
|
|
||||||
# specific differences
|
|
||||||
|
|
||||||
|
|
||||||
# Use text mode install
|
# Use text mode install
|
||||||
text
|
text
|
||||||
@ -58,8 +54,6 @@ firstboot --reconfig
|
|||||||
# Partition Information. Use GPT by default (since Fedora 37)
|
# Partition Information. Use GPT by default (since Fedora 37)
|
||||||
# Resemble the Partitioning used for Fedora Server Install media
|
# Resemble the Partitioning used for Fedora Server Install media
|
||||||
clearpart --all --initlabel --disklabel=gpt
|
clearpart --all --initlabel --disklabel=gpt
|
||||||
##part biosboot --size=1 --fstype=biosboot
|
|
||||||
##part /boot --size=1000 --fstype=xfs --label=boot
|
|
||||||
reqpart --add-boot
|
reqpart --add-boot
|
||||||
part pv.007 --size=4000 --grow
|
part pv.007 --size=4000 --grow
|
||||||
volgroup sysvg pv.007
|
volgroup sysvg pv.007
|
||||||
|
Loading…
Reference in New Issue
Block a user