diff --git a/CONF.sh b/CONF.sh index 99e58ad9..4e5cf334 100644 --- a/CONF.sh +++ b/CONF.sh @@ -62,7 +62,7 @@ export BASEDIR=`pwd` # export CDNAME=debian # Building $codename cd set ... -export CODENAME=stretch +export CODENAME=buster # By default use Debian installer packages from $CODENAME if [ -z "$DI_CODENAME" ]; then diff --git a/Makefile b/Makefile index c098578c..61ee714e 100755 --- a/Makefile +++ b/Makefile @@ -178,14 +178,14 @@ $(DB_DIR): $(LATEST_DB) fi endif -# Make sure unstable/sid points to testing/wheezy, as there is no build +# Make sure unstable/sid points to testing/buster, as there is no build # rule for unstable/sid. unstable-map: $(Q)if [ ! -d $(BASEDIR)/data/sid ] ; then \ - ln -s stretch $(BASEDIR)/data/sid ; \ + ln -s buster $(BASEDIR)/data/sid ; \ fi $(Q)if [ ! -d $(BASEDIR)/tools/boot/sid ] ; then \ - ln -s stretch $(BASEDIR)/tools/boot/sid ; \ + ln -s buster $(BASEDIR)/tools/boot/sid ; \ fi ################# diff --git a/data/buster/README.html.in b/data/buster/README.html.in index aa725eec..87e3f117 100644 --- a/data/buster/README.html.in +++ b/data/buster/README.html.in @@ -184,19 +184,19 @@ # endif # if (OFFICIAL_VAL == 2) # if OMIT_RELEASE_NOTES -

The Release Notes for "stretch" are available on the - Debian web +

The Release Notes for "buster" are available on the + Debian web site.

# else # if DISKNUM == 1 -

The Release Notes for Debian DEBIAN_KERNEL "stretch" are included on this disc +

The Release Notes for Debian DEBIAN_KERNEL "buster" are included on this disc in /doc/release-notes/, in several languages. Additional translations and updated versions for the Release Notes may be available from the - Debian web + Debian web site.

# else -

See the first disc in this set for the "stretch" Release Notes.

+

See the first disc in this set for the "buster" Release Notes.

# endif # endif # endif @@ -236,7 +236,7 @@ # if (OFFICIAL_VAL == 2) # if OMIT_MANUAL

An Installation Guide for this disc is available from - the + the Debian web site.

# else

An Installation Guide is included on this disc at @@ -249,13 +249,13 @@

Note: additional translations, other formats (like PDF and TXT) and updated versions for the Installation Guide are available from - the Debian web site. + the Debian web site.

# endif # else -

As this is not an official stretch release disc, then the +

As this is not an official buster release disc, then the installation guide many not be released yet. It will appear on the + href="http://www.debian.org/releases/buster/installmanual">the Debian web site when ready, but before then you could try the development version of the manual. diff --git a/easy-build.sh b/easy-build.sh index 5c868239..a3888f68 100755 --- a/easy-build.sh +++ b/easy-build.sh @@ -73,10 +73,10 @@ fi ## For what release to build images # The suite the installed system will be based on -export CODENAME=stretch +export CODENAME=buster # The suite from which the udebs for the installer will be taken (normally # the same as CODENAME) -export DI_CODENAME=stretch +export DI_CODENAME=buster ## The debian-installer images to use. This must match the suite (DI_CODENAME) diff --git a/tools/boot/buster/boot-sparc b/tools/boot/buster/boot-sparc index b5acc069..82285256 100755 --- a/tools/boot/buster/boot-sparc +++ b/tools/boot/buster/boot-sparc @@ -51,7 +51,7 @@ if [ -n "$ARCHIVE_EXTRACTED_SOURCES" ]; then fi # Some custom etc files -cp -f -p $BASEDIR/data/stretch/sparc/silo.conf $inst/boot/ +cp -f -p $BASEDIR/data/${CODENAME}/sparc/silo.conf $inst/boot/ if [ -n "$KERNEL_PARAMS" ]; then # Add KERNEL_PARAMS to any existing append line sed -i "/^[[:space:]]*append=\"/ s|append=\"|append=\"$KERNEL_PARAMS |" \ @@ -62,12 +62,12 @@ if [ -n "$KERNEL_PARAMS" ]; then $inst/boot/silo.conf fi fi -cat $BASEDIR/data/stretch/sparc/debian.txt \ +cat $BASEDIR/data/${CODENAME}/sparc/debian.txt \ | sed "s/\${MEDIA_TYPE}/CDROM/" \ | sed "s/\${DEBIAN_VERSION}/${CODENAME}/g" \ | sed "s/\${BUILD_DATE}/${BUILD_DATE}/g" \ > $inst/boot/debian.txt -cp $BASEDIR/data/stretch/sparc/notsupported.txt $inst/boot/ +cp $BASEDIR/data/${CODENAME}/sparc/notsupported.txt $inst/boot/ # Sparc64 kernel is so big, that uncompressing it corrupts SILO memory, so # uncompress it before hand. diff --git a/tools/boot/buster/boot-sparc64 b/tools/boot/buster/boot-sparc64 index 794991ce..1ba793d3 100755 --- a/tools/boot/buster/boot-sparc64 +++ b/tools/boot/buster/boot-sparc64 @@ -51,7 +51,7 @@ if [ -n "$ARCHIVE_EXTRACTED_SOURCES" ]; then fi # Some custom etc files -cp -f -p $BASEDIR/data/stretch/sparc64/silo.conf $inst/boot/ +cp -f -p $BASEDIR/data/${CODENAME}/sparc64/silo.conf $inst/boot/ if [ -n "$KERNEL_PARAMS" ]; then # Add KERNEL_PARAMS to any existing append line sed -i "/^[[:space:]]*append=\"/ s|append=\"|append=\"$KERNEL_PARAMS |" \ @@ -62,12 +62,12 @@ if [ -n "$KERNEL_PARAMS" ]; then $inst/boot/silo.conf fi fi -cat $BASEDIR/data/stretch/sparc64/debian.txt \ +cat $BASEDIR/data/${CODENAME}/sparc64/debian.txt \ | sed "s/\${MEDIA_TYPE}/CDROM/" \ | sed "s/\${DEBIAN_VERSION}/${CODENAME}/g" \ | sed "s/\${BUILD_DATE}/${BUILD_DATE}/g" \ > $inst/boot/debian.txt -cp $BASEDIR/data/stretch/sparc64/notsupported.txt $inst/boot/ +cp $BASEDIR/data/${CODENAME}/sparc64/notsupported.txt $inst/boot/ # Sparc64 kernel is so big, that uncompressing it corrupts SILO memory, so # uncompress it before hand.