diff options
Diffstat (limited to 'build')
-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;"> |