fixed typo

This commit is contained in:
Michael Trip 2020-09-20 21:24:01 +02:00
parent cdc64ad1d0
commit d61c609db6

View file

@ -13,10 +13,10 @@ eula --agreed
#!/bin/bash #!/bin/bash
DISK=$(lsblk --output NAME,TYPE | grep disk | head -n1 | cut -d" " -f1) DISK=$(lsblk --output NAME,TYPE | grep disk | head -n1 | cut -d" " -f1)
cat > /tmp/setup << EOF cat > /tmp/setup << EOF
clearpart --drives=$DISK --all --initlabel clearpart --all --initlabel
bootloader --location=mbr --boot-drive=$DISK bootloader --location=mbr --boot-drive=$DISK
zerombr zerombr
autoparti --type=lvm autopart
EOF EOF
NET_CFG=$(grep -oE 'net_cfg=#.*#' < /proc/cmdline) 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 ## network install mirror
url --url="http://mirror.neostrada.nl/centos/7/os/x86_64/" url --url="http://mirror.neostrada.nl/centos/7/os/x86_64/"
%packages --ignoremissing --excludedocs %packages
@core @core
bash-completion bash-completion
epel-release epel-release