diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-09-05 21:57:21 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-09-05 21:57:21 +0000 |
commit | ef87d135a6c048e13cc4a159f578ce7c59be8ccc (patch) | |
tree | 7d79fbb3ef6c72dbf071e161177b3e3ff9cd9d4c /build/entities | |
parent | 004534bcf0c534cbe4f3d4e2248822433943f9ce (diff) | |
download | installation-guide-ef87d135a6c048e13cc4a159f578ce7c59be8ccc.zip |
* Document booting from DOS (Closes: Bug#518808).
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/common.ent | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 8426edd09..a8b4e83eb 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -159,6 +159,11 @@ to first switch tasksel to that DE using the following command, e.g: append="mcd=0x320,11" read-only'> +<!-- CD directory containing the kernel binary and ramdisk image, + according to the architecture. --> +<!ENTITY x86-install-dir + "install.<filename arch='i386'>386</filename><filename arch='amd64'>amd</filename>"> + <!-- prefix for files that can be downloaded --> <!-- <![ %official-web-build; [ <!ENTITY downloadable-file "&url-boot-floppies;"> ]]> --> <!ENTITY downloadable-file "&url-debian-installer;"> |