Substitute into yaboot.msg the same as is done for isolinux.txt.
(and also sync yaboot.msg with d-i again)
This commit is contained in:
parent
255fba8d92
commit
67be21fe01
|
@ -1,5 +1,8 @@
|
|||
Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
|
||||
|
||||
This is a Debian installation ${MEDIA_TYPE},
|
||||
built on ${BUILD_DATE}.
|
||||
|
||||
In addition to the default 'install' option,
|
||||
there is 'install-safe' which you should try if
|
||||
the system fails to boot at all (the typical
|
||||
|
|
|
@ -31,6 +31,7 @@ debian-cd (2.2.17) UNRELEASED; urgency=low
|
|||
- Switch from netcfg-static/dhcp to just netcfg.
|
||||
- Split udeb_includes for businesscard and netinst; netinst does not
|
||||
need choose-mirror, while businesscard does.
|
||||
- Substitute into yaboot.msg the same as is done for isolinux.txt.
|
||||
|
||||
-- Raphael Hertzog <hertzog@debian.org> Wed, 20 Aug 2003 20:17:06 +0200
|
||||
|
||||
|
|
|
@ -56,8 +56,12 @@ fi
|
|||
# generate/download images for "powermac"
|
||||
# (missing: bootvars1.3b.sit.hqx, BootX_1.2.2.sit, boot-floppy-hfs.img)
|
||||
cd $INSTALLDIR/powermac
|
||||
BUILD_DATE=$(date +%Y%m%d)
|
||||
cat $BASEDIR/data/sarge/yaboot/boot.msg \
|
||||
| sed "s/CODENAME/${CODENAME}/g" > boot.msg
|
||||
| sed "s/\${MEDIA_TYPE}/CDROM/" \
|
||||
| sed "s/\$(DEBIAN_VERSION)/${CODENAME}/g" \
|
||||
| sed "s/\${BUILD_DATE}/${BUILD_DATE}/g" \
|
||||
> boot.msg
|
||||
cat $BASEDIR/data/sarge/yaboot/yaboot.conf \
|
||||
| sed "s/CODENAME/${CODENAME}/g" > yaboot.conf
|
||||
cp $BASEDIR/data/yaboot/ofboot.b ofboot.b
|
||||
|
|
Loading…
Reference in New Issue