X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcdrom;h=5a85002bae545d35d6b3bb75e086505bcaaaf796;hp=ede343e2abcb521b96ae345baf24ebca800f7b2e;hb=b2e75449a98f19e47b8aaf7623a6299749b21de6;hpb=97f0fdd5f3a9fc93c01be9e48b16090bc4559191 diff --git a/lfs/cdrom b/lfs/cdrom index ede343e2a..5a85002ba 100644 --- a/lfs/cdrom +++ b/lfs/cdrom @@ -52,6 +52,10 @@ md5 : ############################################################################### $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + # Update /etc/system-release, because the string might have changed + # since stage2 has been executed.. + echo "$(SYSTEM_RELEASE)" > /etc/system-release + rm -rf /install/cdrom /tmp/* mkdir -p /install/cdrom/doc @@ -113,4 +117,5 @@ else cd /install/cdrom && mkisofs -J -r -V "$(NAME)_$(VERSION)" \ -b boot/isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table \ -c boot/isolinux/boot.catalog . > /install/images/$(SNAME)-$(VERSION).$(MACHINE)-full-core$(CORE).iso + isohybrid /install/images/$(SNAME)-$(VERSION).$(MACHINE)-full-core$(CORE).iso endif