~ubuntu-branches/ubuntu/raring/installation-guide/raring-proposed

« back to all changes in this revision

Viewing changes to en/using-d-i/modules/user-setup.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-02-25 12:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080225123748-xcb1iwv50tfs1q3s
Tags: 20080211ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, hppa, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of the GTK frontend.
* Bump kernelversion to 2.6.24.
* Bump GNOME version to 2.22.
* Bump release version and names for Hardy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: user-setup.xml 43741 2007-01-01 13:26:51Z fjp $ -->
3
 
 
4
 
   <sect3 id="user-setup">
5
 
   <title>Setting Up Users And Passwords</title>
6
 
 
7
 
    <sect4 id="user-setup-root" condition="not-ubuntu">
8
 
    <title>Set the Root Password</title>
 
2
<!-- $Id: user-setup.xml 50618 2007-12-25 09:18:06Z fjp $ -->
 
3
 
 
4
   <sect3 id="user-setup-root" condition="not-ubuntu">
 
5
   <title>Set the Root Password</title>
9
6
 
10
7
<!-- TODO: Document sudo setup (no root password); medium/low prio only -->
11
8
 
32
29
are administering a machine with more than one system administrator.
33
30
 
34
31
</para>
35
 
   </sect4>
 
32
  </sect3>
36
33
 
37
 
   <sect4 id="make-normal-user">
38
 
   <title>Create an Ordinary User</title>
 
34
  <sect3 id="make-normal-user">
 
35
  <title>Create an Ordinary User</title>
39
36
 
40
37
<para>
41
38
 
82
79
account, use the <command>adduser</command> command.
83
80
 
84
81
</para>
85
 
    </sect4>
86
82
   </sect3>