X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Finstaller;h=c02e0bac5c6f374212048e017b255f72e9eb3a1d;hb=90b0389a90b58695a05e419e9098b96cac66e003;hp=740793a04ac2aea846b8c301c40be9e7d3852536;hpb=88cb3aa68ec070f7dbb8607e12c29cda08ea8952;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/installer b/lfs/installer index 740793a04..c02e0bac5 100644 --- a/lfs/installer +++ b/lfs/installer @@ -65,5 +65,8 @@ $(TARGET) : #Patch ISO Name for download ... sed -i -e "s|ipfire.iso|download.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION).$(MACHINE)-full-core$(CORE).iso|g" \ /install/initrd/bin/downloadsource.sh + #Patch version for mediacheck ... + sed -i -e "s|FullIPFireVersion|$(SNAME)-$(VERSION)-core$(CORE)|g" \ + /install/initrd/bin/mountsource.sh @rm -rf $(DIR_APP) @$(POSTBUILD)