installer: Remove mountsource.sh

A small library for hardware-related things has been
created and uses libudev for listing all available devices.
This commit is contained in:
Michael Tremer
2014-07-09 18:13:51 +02:00
parent ef7686badb
commit f0fa1795c4
8 changed files with 199 additions and 98 deletions

View File

@@ -61,12 +61,10 @@ $(TARGET) :
-DNAME='\"$(NAME)\"' -DSNAME='\"$(SNAME)\"' -DVERSION='\"$(VERSION)\"' \
-DSLOGAN='\"$(SLOGAN)\"' -DCONFIG_ROOT='\"$(CONFIG_ROOT)\"' -DKERNEL_VERSION='\"$(KVER)\"'"
cd $(DIR_APP)/install && install -v -m 0755 install probenic.sh \
downloadsource.sh mountsource.sh mountdest.sh /install/initrd/bin
downloadsource.sh mountdest.sh /install/initrd/bin
#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)