fixed typo
This commit is contained in:
parent
cdc64ad1d0
commit
d61c609db6
1 changed files with 3 additions and 3 deletions
|
|
@ -13,10 +13,10 @@ eula --agreed
|
|||
#!/bin/bash
|
||||
DISK=$(lsblk --output NAME,TYPE | grep disk | head -n1 | cut -d" " -f1)
|
||||
cat > /tmp/setup << EOF
|
||||
clearpart --drives=$DISK --all --initlabel
|
||||
clearpart --all --initlabel
|
||||
bootloader --location=mbr --boot-drive=$DISK
|
||||
zerombr
|
||||
autoparti --type=lvm
|
||||
autopart
|
||||
EOF
|
||||
|
||||
NET_CFG=$(grep -oE 'net_cfg=#.*#' < /proc/cmdline)
|
||||
|
|
@ -53,7 +53,7 @@ repo --name=epel --baseurl=https://dl.fedoraproject.org/pub/epel/7/x86_64/
|
|||
## network install mirror
|
||||
url --url="http://mirror.neostrada.nl/centos/7/os/x86_64/"
|
||||
|
||||
%packages --ignoremissing --excludedocs
|
||||
%packages
|
||||
@core
|
||||
bash-completion
|
||||
epel-release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue