Use correct version of boot configuration files

This commit is contained in:
Frans Pop 2007-07-26 08:18:52 +00:00
parent 7a414b8567
commit 79c1614a0a
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ ar p "${MIRROR}/${DELODEB}" data.tar.gz | tar xz ./boot/delo.2nd
mkdir -p $CDROOT/boot
mv boot/delo.2nd $CDROOT/boot/delo.2nd
install -m 644 -D $BASEDIR/data/etch/delo.conf "$CDROOT"/etc/delo.conf
install -m 644 -D $BASEDIR/data/lenny/delo.conf "$CDROOT"/etc/delo.conf
if [ ! "$DI_WWW_HOME" ];then
if [ ! "$DI_DIR" ];then

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
#
# boot-sparc etch+
# boot-sparc lenny+
#
# Do install stuff for sparc, including making first CD bootable
@ -45,8 +45,8 @@ silo_deb=$MIRROR/`zcat $MIRROR/dists/$DI_CODENAME/main/binary-sparc/Packages.gz
tar zxf - -C $inst/ ./boot/{isofs,second}.b)
# Some custom etc files
cp -f -p $BASEDIR/data/etch/sparc/silo.conf $inst/boot/
cat $BASEDIR/data/etch/sparc/debian.txt \
cp -f -p $BASEDIR/data/lenny/sparc/silo.conf $inst/boot/
cat $BASEDIR/data/lenny/sparc/debian.txt \
| sed "s/\${MEDIA_TYPE}/CDROM/" \
| sed "s/\${DEBIAN_VERSION}/${CODENAME}/g" \
| sed "s/\${BUILD_DATE}/${BUILD_DATE}/g" \