diff options
Diffstat (limited to 'it')
-rw-r--r-- | it/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml index 11012055f..6d132a759 100644 --- a/it/appendix/preseed.xml +++ b/it/appendix/preseed.xml @@ -1899,7 +1899,7 @@ un file e di mettere alcune configurazioni particolari in altri file. # string echo if [ "`hostname`" = bob ]; then echo bob.cfg; fi <!-- # Most flexibly of all, this downloads a program and runs it. The program -# can use commands such as debconf-set to manupulate the debconf database. +# can use commands such as debconf-set to manipulate the debconf database. # Note that if the filenames are relative, they are taken from the same # directory as the preconfiguration file that runs them. --> |