File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ zerombr
9090clearpart --linux --initlabel
9191
9292# Create primary system partitions (required for installs)
93- part /boot -- fstype =xfs -- size =1024 -- fsoptions = " nodev,nosuid,noexec "
93+ reqpart --add-boot
9494part pv.01 --grow --size =1
9595
9696# Create a Logical Volume Management (LVM) group (optional)
9797volgroup VolGroup pv.01
9898
9999# Create particular logical volumes (optional)
100- logvol / --fstype =xfs --name =root --vgname =VolGroup --size =10240 --grow
100+ logvol / --fstype =xfs --name =root --vgname =VolGroup --size =5120 --grow
101101# Ensure /home Located On Separate Partition
102102logvol /home --fstype =xfs --name =home --vgname =VolGroup --size =1024 --fsoptions =" nodev"
103103# Ensure /tmp Located On Separate Partition
You can’t perform that action at this time.
0 commit comments