Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions centos7-minimal.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ text
auth --enableshadow --passalgo=sha512
keyboard --vckeymap=us --xlayouts='us'

# Installation files source (CentOS-7.0-1406-x86_64-Minimal.iso)
cdrom
# Installation files source
cdrom # install straight from booted disk
#url --url http://mirror.centos.org/centos/7/os/x86_64/ # http install

# Using only primary disk, ignoring others
ignoredisk --only-use=sda
Expand Down Expand Up @@ -44,7 +45,7 @@ autopart --type=lvm
# Eject cdrom and reboot
reboot --eject

# Installing only packages for minimal install
# Installing only packages for minimal install
%packages
@Core
chrony
Expand Down