| 1 |
install |
|---|
| 2 |
nfs --server=172.16.120.1 --dir=/root/uss/WKS/BetaWorkspace/distrotools/createimage/vm9/tmp/image --opts=ro,noatime,async,vers=3 |
|---|
| 3 |
lang en_US |
|---|
| 4 |
keyboard us |
|---|
| 5 |
|
|---|
| 6 |
network --device eth0 --onboot=yes --bootproto=dhcp --hostname caca |
|---|
| 7 |
text |
|---|
| 8 |
authconfig --enableshadow --enablemd5 |
|---|
| 9 |
rootpw --iscrypted $1$k0boX3Bz$kGZ2N33.jjdlsR88sPJWR1 |
|---|
| 10 |
firewall --disabled |
|---|
| 11 |
selinux --disabled |
|---|
| 12 |
timezone Europe/Paris |
|---|
| 13 |
bootloader --location=mbr --append="rhgb quiet" |
|---|
| 14 |
zerombr |
|---|
| 15 |
clearpart --all --initlabel |
|---|
| 16 |
part / --fstype ext3 --size=10 --grow |
|---|
| 17 |
part swap --size=512 |
|---|
| 18 |
poweroff |
|---|
| 19 |
%packages --nobase --ignoremissing |
|---|
| 20 |
* |
|---|
| 21 |
* |
|---|
| 22 |
%end |
|---|