diff --git a/boottoolsfunctions.lib b/boottoolsfunctions.lib index 79eeff0..111a73a 100755 --- a/boottoolsfunctions.lib +++ b/boottoolsfunctions.lib @@ -72,7 +72,8 @@ case "${1,,}" in OSDISTRIB=$(lsb_release -is) OSCODENAME=$(lsb_release -cs) OSRELEASE=$(uname -a | awk '{print $3}') - uname -a | grep x86_64 > /dev/null && OSARCH="amd64" || OSARCH="i386" + #uname -a | grep x86_64 > /dev/null && OSARCH="amd64" || OSARCH="i386" + OSARCH="i386" export OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; esac diff --git a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh index a8e2325..d4cc234 100755 --- a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh +++ b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh @@ -45,15 +45,15 @@ which spartlnx.run || $(wget http://damien.guibouret.free.fr/savepart.zip &>/dev #gpt -echo "gptfdisk" -apt-get install -y uuid-dev libicu-dev libpopt-dev libpopt0 ncurses-base libncurses5-dev -wget -O download.tgz http://sourceforge.net/projects/gptfdisk/files/gptfdisk/0.8.5/gptfdisk-0.8.5.tar.gz/download -O gptfdisk-0.8.5.tar.gz -tar xzvf gptfdisk-0.8.5.tar.gz -cd gptfdisk-0.8.5 -make -cp -va sgdisk gdisk fixparts cgdisk /sbin -cd .. -rm -fr gptfdisk-0.8.5* +#echo "gptfdisk" +#apt-get install -y uuid-dev libicu-dev libpopt-dev libpopt0 ncurses-base libncurses5-dev +#wget -O download.tgz http://sourceforge.net/projects/gptfdisk/files/gptfdisk/0.8.5/gptfdisk-0.8.5.tar.gz/download -O gptfdisk-0.8.5.tar.gz +#tar xzvf gptfdisk-0.8.5.tar.gz +#cd gptfdisk-0.8.5 +#make +#cp -va sgdisk gdisk fixparts cgdisk /sbin +#cd .. +#rm -fr gptfdisk-0.8.5* # Mach-O loader for Linux echo "maloader" diff --git a/includes/usr/bin/boot-tools/listpackages/sw.cloning b/includes/usr/bin/boot-tools/listpackages/sw.cloning index e24c84c..b4c8c76 100644 --- a/includes/usr/bin/boot-tools/listpackages/sw.cloning +++ b/includes/usr/bin/boot-tools/listpackages/sw.cloning @@ -3,14 +3,17 @@ install drbl-partimage install fsarchiver install pv install kexec-tools +install pxe-kexec install mbuffer install parted +install gdisk install drbl-chntpw #install chntpw install clonezilla install registry-tools install reglookup install libparse-win32registry-perl +install libwin-hivex-perl install grokevt install libhivex0 install libhivex-bin diff --git a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local index aafdff8..2978f40 100644 --- a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local +++ b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local @@ -2,7 +2,7 @@ install squashfs-tools install unionfs-fuse install drbl-ntfsprogs -install ntfsprogs +#install ntfsprogs install ntfs-3g install dosfstools install fatresize @@ -26,3 +26,5 @@ install ufsutils install zfs-fuse install android-tools-adb install android-tools-fastboot +install android-tools-fsutils +install f2fs-tools