Document BOOTDISKS.
This commit is contained in:
parent
5ae7bd488d
commit
ca36edb6c3
4
CONF.sh
4
CONF.sh
|
@ -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 '#'
|
||||
|
|
|
@ -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 '#'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue