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
|
#!/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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue