4 changed files with 37 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
### PARTITIONING |
||||
|
# LVM |
||||
|
volgroup cl pv.01 |
||||
|
logvol / --vgname=cl --fstype xfs --size=1 --name=root --fsoptions="defaults" --grow |
@ -0,0 +1,31 @@ |
|||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/centos7/media_netboot.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/authentication.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/authentication_rootpw.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/logging.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/selinux.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/services.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/bootloader.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/disk_layout.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/disk_layout_lvm.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/networking.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/firewall.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/centos7/repo.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/locale.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/groups.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/system_finalize.cfg |
||||
|
|
||||
|
%pre |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/pre.cfg |
||||
|
%end |
||||
|
|
||||
|
%packages |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/packages.cfg |
||||
|
%end |
||||
|
|
||||
|
|
||||
|
%post --erroronfail |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/post.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/centos7/post.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/cron.cfg |
||||
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/post.cfg |
||||
|
%end |
@ -0,0 +1,2 @@ |
|||||
|
### NETWORKING |
||||
|
network --device=link --bootproto=static --ip=78.129.208.174 --gateway=78.129.208.1 --netmask=255.255.255.0 --nameserver=8.8.8.8,8.8.4.4 --hostname=albert --onboot=yes --activate |
Loading…
Reference in new issue