diff options
author | Frans Pop <elendil@planet.nl> | 2006-04-29 19:46:52 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-04-29 19:46:52 +0000 |
commit | 38d0077a7ee31c6e72bdb098c494ff0e4a6af8a5 (patch) | |
tree | 6b652a2117c4d27522cac0632c09f5dd3c0568fb /fi/using-d-i/modules/iso-scan.xml | |
parent | 675e5edbece0a84afe6745bc10d6868503a8c828 (diff) | |
download | installation-guide-38d0077a7ee31c6e72bdb098c494ff0e4a6af8a5.zip |
- Switch Finnish from XML-based to PO-based translation
- Correct placement of changelog entries from Joey
Diffstat (limited to 'fi/using-d-i/modules/iso-scan.xml')
-rw-r--r-- | fi/using-d-i/modules/iso-scan.xml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/fi/using-d-i/modules/iso-scan.xml b/fi/using-d-i/modules/iso-scan.xml deleted file mode 100644 index 5d5a055d4..000000000 --- a/fi/using-d-i/modules/iso-scan.xml +++ /dev/null @@ -1,47 +0,0 @@ -<!-- retain these comments for translator revision tracking --> -<!-- original version: 23058 untranslated --> - - <sect3 id="iso-scan"> - <title>Looking for the Debian Installer ISO Image</title> -<para> - -When installing via the <emphasis>hd-media</emphasis> method, there -will be a moment where you need to find and mount the Debian Installer -iso image in order to get the rest of the installation files. The -component <command>iso-scan</command> does exactly this. - -</para><para> - -At first, <command>iso-scan</command> automatically mounts all block -devices (e.g. partitions) which have some known filesystem on them and -sequentially searches for filenames ending with -<filename>.iso</filename> (or <filename>.ISO</filename> for that -matter). Beware that the first attempt scans only files in the root -directory and in the first level of subdirectories (i.e. it finds -<filename>/<replaceable>whatever</replaceable>.iso</filename>, -<filename>/data/<replaceable>whatever</replaceable>.iso</filename>, -but not -<filename>/data/tmp/<replaceable>whatever</replaceable>.iso</filename>). -After an iso image has been found, <command>iso-scan</command> checks -its content to determine if the image is a valid Debian iso image or -not. In the former case we are done, in the latter -<command>iso-scan</command> seeks for another image. - -</para><para> - -In case the previous attempt to find an installer iso image fails, -<command>iso-scan</command> will ask you whether you would like to -perform a more thorough search. This pass doesn't just look into the -topmost directories, but really traverses whole filesystem. - -</para><para> - -If <command>iso-scan</command> does not discover your installer iso -image, reboot back to your original operating system and check if the -image is named correctly (ending in <filename>.iso</filename>), if it is -placed on a filesystem recognizable by &d-i;, and if it is not -corrupted (verify the checksum). Experienced Unix users could do this -without rebooting on the second console. - -</para> - </sect3> |