mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +08:00
redhat: 改为使用 xfs 分区
This commit is contained in:
parent
1f648fceb3
commit
2e90561878
@ -12,8 +12,8 @@ reboot
|
||||
ignoredisk --only-use="sda|hda|xda|vda|xvda|nvme0n1"
|
||||
bootloader # 甲骨文x86输出到控制台添加 --append="console=ttyS0,9600"
|
||||
clearpart --all --initlabel
|
||||
reqpart # 如果需要,自动创建 efi 或 biosboot 分区
|
||||
part / --fstype=ext4 --grow # 不用 xfs 因为不能缩小容量
|
||||
reqpart # 如果需要,自动创建 efi 或 biosboot 分区
|
||||
part / --fstype=xfs --grow
|
||||
|
||||
# 软件
|
||||
%packages --ignoremissing # el9 minimal.iso fedora Server repo/iso 没有 tuned
|
||||
|
Loading…
x
Reference in New Issue
Block a user