summaryrefslogtreecommitdiff
path: root/debian/win32-loader_doc.txt
blob: 6162dddedd830f5ac3aa44ab586b0b76ff86f2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
===== Win32-Loader - @W32_VERSION@ =====

== What is Win32-Loader? ==

win32-loader is a component of the Debian-Installer that runs on Windows and
has the ability to load the actual installer either from the network or from
CD-ROM media (as in the version included in the official CD images).

This executable is the standalone flavour, which downloads the Debian
Installer from official Debian mirrors.

== How does it work? ==

After the language choice, the executable prompts the user for some
options and tries to get defaults from the Windows environment. It then
downloads the Debian installer and kernel from official Debian mirrors. It
puts them in a Windows directory and safely modifies the Windows bootloader to
enable a choice between the legacy Windows installation and the Debian
installer at boot time.

On the next reboot, the user can choose to continue the installation of
Debian. The installation will be run using the defaults gathered from the
runtime analysis and user prompting.

== Installation Guide ==

As the Debian Installer is a minimal system, one might want to take a look at
the Debian Installation Guide before launching win32-loader.exe:

	http://www.debian.org/releases/stable/installmanual

== Removal ==

When win32-loader.exe is uninstalled, it removes the Debian-Installer image
and kernel and restores the Windows bootloader settings.

== NSIS ==

win32-loader is heavily based on the "Nullsoft Scriptable Install System". In
fact it could not have seen the light without the flexibility and all the
features NSIS provides. This win32-loader.exe was built using the NSIS Debian
package in its @NSIS_VERSION@ version.

== Embedded software ==

win32-loader in its standalone flavour embeds various files and win32
executables from the following Debian packages:

@PACKAGES_LIST@
== Authors and licensing ==