Drop grub-legacy from the core package list
Let's save some space
This commit is contained in:
parent
10f26b6523
commit
9f834744a6
5
CONF.sh
5
CONF.sh
|
@ -85,9 +85,10 @@ fi
|
|||
# for the daily d-i builds. If not set, uses the official d-i images from
|
||||
# the Debian mirror.
|
||||
#export DI_WWW_HOME=default
|
||||
export DI_WWW_HOME=http://jack/d-i/
|
||||
|
||||
# Version number, "2.2 r0", "2.2 r1" etc.
|
||||
export DEBVERSION="9.0"
|
||||
export DEBVERSION="10.0-SBHACK"
|
||||
|
||||
# Official or non-official set.
|
||||
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
|
||||
|
@ -237,7 +238,7 @@ ATTEMPT_FALLBACK=yes
|
|||
# STICK4GB: 4GB USB stick or similar
|
||||
# STICK8GB: 8GB USB stick or similar
|
||||
# CUSTOM: up to you - specify a size to go with it (in 2K blocks)
|
||||
export DISKTYPE=CD
|
||||
#export DISKTYPE=CD
|
||||
#export DISKTYPE=CUSTOM
|
||||
#export CUSTOMSIZE=XXXX
|
||||
# If you want to over-ride this choice (e.g. to make a larger version of a given disk),
|
||||
|
|
Loading…
Reference in New Issue