Document BOOTDISKS.

This commit is contained in:
Petter Reinholdtsen 2002-12-14 13:58:15 +00:00
parent 5ae7bd488d
commit ca36edb6c3
3 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,7 @@ unset LOCALDEBS || true
unset SECURED || true
unset SECURITY || true
unset BOOTDIR || true
unset BOOTDISKS || true
unset SYMLINK || true
unset COPYLINK || true
unset MKISOFS || true
@ -189,6 +190,9 @@ export PUBLISH_URL="http://cdimage.debian.org/jigdo-area"
export PUBLISH_NONUS_URL="http://non-US.cdimage.debian.org/jigdo-area"
export PUBLISH_PATH="/home/jigdo-area/"
# Where to find the boot disks
#export BOOTDISKS=$TOPDIR/ftp/skolelinux/boot-floppies
# File with list of packages to include when running debootstrap from
# the first stage installer (currently only supported in
# debian-installer). One package per line. Lines starting with '#'

4
debian/CONF.sh vendored
View File

@ -9,6 +9,7 @@ unset LOCALDEBS || true
unset SECURED || true
unset SECURITY || true
unset BOOTDIR || true
unset BOOTDISKS || true
unset SYMLINK || true
unset COPYLINK || true
unset MKISOFS || true
@ -184,6 +185,9 @@ export PUBLISH_URL="http://cdimage.debian.org/jigdo-area"
export PUBLISH_NONUS_URL="http://non-US.cdimage.debian.org/jigdo-area"
export PUBLISH_PATH="/home/jigdo-area/"
# Where to find the boot disks
#export BOOTDISKS=$TOPDIR/ftp/skolelinux/boot-floppies
# File with list of packages to include when running debootstrap from
# the first stage installer (currently only supported in
# debian-installer). One package per line. Lines starting with '#'

1
debian/changelog vendored
View File

@ -17,6 +17,7 @@ debian-cd (2.2.16) UNRELEASED; urgency=low
- Add support for BASE_INCLUDE and BASE_EXCLUDE, making files
cdrom/.disk/base_include and .../base_exclude used by
debian-installer.
- Document BOOTDISKS.
-- Tollef Fog Heen <tfheen@debian.org> Sat, 7 Dec 2002 10:58:53 +0100