~mfisch/ubuntu/precise/live-manual/live-manual-fix-ftbfs-831392

« back to all changes in this revision

Viewing changes to manual/it/user_customization-runtime.ssi

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2011-09-30 14:53:41 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: package-import@ubuntu.com-20110930145341-9km1b3ip4mhuhtzh
Tags: upstream-3.0~a8
ImportĀ upstreamĀ versionĀ 3.0~a8

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
}code
30
30
 
 
31
It is also possible to change the default username "user" and the default
 
32
password "live". If you want to do that for any reason, you can easily
 
33
achieve it as follows:
 
34
 
 
35
To change the default username you can simply specify it in your config:
 
36
 
 
37
code{
 
38
 
 
39
$ lb config --bootappend-live "username=live-user"
 
40
 
 
41
}code
 
42
 
 
43
One possible way of changing the default password is by means of a hook as
 
44
described in {Boot-time hooks}#boot-time-hooks. In order to do that you can
 
45
use the "passwd" hook from #{/usr/share/doc/live-config/examples/hooks}#,
 
46
prefix it accordingly (e.g. 200-passwd) and add it to
 
47
#{config/chroot_local-includes/lib/live/config/}#
 
48
 
31
49
2~customizing-locale-and-language Personalizzare la localizzazione e la
32
50
lingua
33
51