Some mistakes in README
This commit is contained in:
parent
2645e5cf95
commit
3b3e7d339d
10
README.md
10
README.md
|
@ -3,10 +3,10 @@
|
||||||
Check system configuration for a gentoo machine (VM or PHYSICAL) based on GRIFON's architecture.
|
Check system configuration for a gentoo machine (VM or PHYSICAL) based on GRIFON's architecture.
|
||||||
It's a Gentoo OS configuration recipe. This script normally doesn't modify anything on the system.
|
It's a Gentoo OS configuration recipe. This script normally doesn't modify anything on the system.
|
||||||
|
|
||||||
To use (with root user) :
|
To use (with root user) :
|
||||||
mv ./vars.example ./vars.sh
|
mv ./vars.example ./vars.sh
|
||||||
vim ./vars.sh # Edit all values which will be used by the script
|
vim ./vars.sh # Edit all values which will be used by the script
|
||||||
./recipe_gentoo.sh [--physical]
|
./recipe_gentoo.sh [--physical]
|
||||||
|
|
||||||
If you cannot execute the script, add the 'x' permission for the user (chmod u+x ./recipe_gentoo.sh).
|
If you cannot execute the script, add the 'x' permission for the user (chmod u+x ./recipe_gentoo.sh).
|
||||||
|
|
||||||
|
@ -37,4 +37,4 @@ Checked point :
|
||||||
- Check if the selected Gentoo profile is the expected profile
|
- Check if the selected Gentoo profile is the expected profile
|
||||||
- Check if auto-update script is configured (presence, executable and if cron task is configured)
|
- Check if auto-update script is configured (presence, executable and if cron task is configured)
|
||||||
- Check if auto-backup script is configured (presence, executable, content, connection to remote service, if cron task is configured ...)
|
- Check if auto-backup script is configured (presence, executable, content, connection to remote service, if cron task is configured ...)
|
||||||
- Print additional manuel verification (send reporting mail, if /etc conf file need to be updated, if a new kernel can be installed, if server-side for Icinga, SNMP and Munin are configured)
|
- Print additional manual verifications (send reporting mail, if /etc conf file need to be updated, if a new kernel can be installed, if server-side for Icinga / SNMP / Munin are configured)
|
||||||
|
|
Loading…
Reference in a new issue