|
part pv.01 --size=1 --grow --ondisk=sda
|
bet | 6/6 | Sana | 21.03.2017 | Hajmi | 0,5 Mb. | | #565 |
part pv.01 --size=1 --grow --ondisk=sda
part pv.02 --size=1 --grow --ondisk=sdb
volgroup acrvg pv.01 pv.02
logvol swap --recommended --vgname=acrvg --name=swap
logvol / --fstype=ext4 --size=5000 --vgname=acrvg --name=root
logvol /opt/witness --fstype=ext4 --size=30000 --vgname=acrvg --name=witness
logvol /var/lib/pgsql --fstype=ext4 --size=100000 --vgname=acrvg --name=postgres
logvol /calls --fstype=ext4 --size=1000 --grow --vgname=acrvg --name=calls
Minimal package installation
By default kickstart installs the Gnome desktop. If you do not want a desktop or the X windows system, delete the packages associated with the desktop, leaving just the minimal packages required. Note that lines starting "-" tell kickstart not to install a package. These can all be left intact.
Example:
%packages
@ base
@ core
perl
mkisofs
perl-libwww-perl
chrony/ntp depending on version
-redhat-lsb
-ash
-aspell
-cups
-cups-libs
...
ACR-12.1/15.1-Kickstart-V3.docx Page
|
| |