~ubuntu-branches/ubuntu/maverick/installation-guide/maverick

« back to all changes in this revision

Viewing changes to eu/install-methods/floppy/i386.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* 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, armel, 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).
  - 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 win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 14602 untranslated -->
3
 
 
4
 
 
5
 
<!--  This is not set off for i386 only, because many people will have -->
6
 
<!--  access to a PC in order to make a floppy for other arches. --> 
7
 
 
8
 
  <sect2><title>Writing Disk Images From DOS, Windows, or OS/2</title>
9
 
 
10
 
<para condition="workaround-bug-99926">
11
 
 
12
 
If you have access to an i386 machine, you can use one of the 
13
 
following programs to copy images to floppies.
14
 
<!-- links from 99926 info -->
15
 
 
16
 
</para><para condition="workaround-bug-99926">
17
 
 
18
 
The FDVOL, WrtDsk or RaWrite3 programs can be used under MS-DOS.
19
 
 
20
 
</para><para condition="workaround-bug-99926">
21
 
 
22
 
<ulink url="http://www.minix-vmd.org/pub/Minix-vmd/dosutil/">
23
 
</ulink>
24
 
 
25
 
</para><para condition="workaround-bug-99926">
26
 
 
27
 
To use these programs, first make sure that you are booted into
28
 
DOS. Trying to use these programs from within a DOS box in Windows, or
29
 
double-clicking on these programs from the Windows Explorer is
30
 
<emphasis>not</emphasis> expected to work.  If you don't know how to
31
 
boot into DOS, just hit <keycap>F8</keycap> while booting.
32
 
 
33
 
</para><para>
34
 
 
35
 
<command>NTRawrite</command> is a freeware contemporary version of
36
 
<command>Rawrite/Rawrite3</command> that is compatible with WinNT and
37
 
Win2K. It is a self-explanatory GUI application; you select the disk
38
 
drive to write to, browse to the disk image you want to place there
39
 
and hit the Write button.
40
 
 
41
 
</para><para>
42
 
 
43
 
<ulink url="http://sourceforge.net/projects/ntrawrite/"></ulink>
44
 
 
45
 
</para><para>
46
 
 
47
 
These tools can be also found on the Official Debian CD-ROMs under the
48
 
<filename>/tools</filename> directory.
49
 
 
50
 
</para>
51
 
  </sect2>