mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 13:01:54 +00:00
simplify/cleanup previous commit
This commit is contained in:
parent
25535d343f
commit
37638f5933
24
pct.adoc
24
pct.adoc
@ -207,26 +207,26 @@ randomize crontab:: so that cron does not start at the same time on all containe
|
|||||||
|
|
||||||
Changes made by {PVE} are enclosed by comment markers:
|
Changes made by {PVE} are enclosed by comment markers:
|
||||||
|
|
||||||
|
----
|
||||||
# --- BEGIN PVE ---
|
# --- BEGIN PVE ---
|
||||||
<data>
|
<data>
|
||||||
# --- END PVE ---
|
# --- END PVE ---
|
||||||
|
----
|
||||||
|
|
||||||
If no such section is found it will be inserted at a reasonable location
|
Those markers will be inserted at a reasonable location in the
|
||||||
in the file.
|
file. If such a section already exists, it will be updated in place
|
||||||
|
and will not be moved.
|
||||||
|
|
||||||
If such a section already exists it will be updated in place and will not be
|
Modification of a file can be prevented by adding a `.pve-ignore.`
|
||||||
moved.
|
file for it. For instance, if the file `/etc/.pve-ignore.hosts`
|
||||||
|
exists then the `/etc/hosts` file will not be touched. This can be a
|
||||||
Modification of a file can be prevented by adding a `.pve-ignore.` file for it.
|
simple empty file creatd via:
|
||||||
For instance, if the file `/etc/.pve-ignore.hosts` exists then the
|
|
||||||
`/etc/hosts` file will not be touched. (This can be a simple empty file creatd
|
|
||||||
via:
|
|
||||||
|
|
||||||
# touch /etc/.pve-ignore.hosts
|
# touch /etc/.pve-ignore.hosts
|
||||||
|
|
||||||
The above tasks are OS dependent and so they differ between different
|
Most modifications are OS dependent, so they differ between different
|
||||||
distributions. You can also disable all modifications entirely by manually
|
distributions and versions. You can completely disable modifications
|
||||||
setting the 'ostype' to 'unmanaged'.
|
by manually setting the 'ostype' to 'unmanaged'.
|
||||||
|
|
||||||
OS type detection is done by testing for certain files inside the
|
OS type detection is done by testing for certain files inside the
|
||||||
container:
|
container:
|
||||||
|
Loading…
Reference in New Issue
Block a user