]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
installer: change url for netinstall.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 14 Jan 2011 22:30:03 +0000 (23:30 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 14 Jan 2011 22:30:03 +0000 (23:30 +0100)
lfs/installer
src/install+setup/install/downloadsource.sh

index 553d59901c9dfd30758610c92303cb90fe4cecbd..76619630de10e80682e3864852412b056514e269 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -63,7 +63,7 @@ $(TARGET) :
        cd $(DIR_APP)/install && install -v -m 0755 install probenic.sh \
                probehw.sh downloadsource.sh mountsource.sh mountdest.sh /install/initrd/bin
        #Patch ISO Name for download ...
-       sed -i -e "s|ipfire.iso|$(SNAME)-$(VERSION).$(MACHINE)-full-core$(CORE).iso|g" \
+       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
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index fad2609d59db40a6b9ce03bdcdad5b0f2b415e89..5c6360dca16bfc540354bc70dd1818bc96593968 100644 (file)
@@ -19,7 +19,9 @@
 #                                                                             #
 ###############################################################################
 
-IPFireISO=download.ipfire.org/iso/ipfire.iso
+#lfs change the url while build!
+IPFireISO=ipfire.iso
+#
 
 #Get user defined download from boot cmdline
 grep "netinstall=" /proc/cmdline > /dev/null && CMDLINE=1