Add function to get package version using underscore separator
[hvlinux.git] / stage2 / packages-update
index 9ad7f44..c16504f 100755 (executable)
@@ -50,6 +50,7 @@ lpkg 1 ${UDEV}
 lpkg 1 ${XZ_UTILS}
 
 # These packages are only for stage2
+fpkg -e "tar.bz2" ${BC} "http://alpha.gnu.org/gnu/bc"
 fpkg -e "tar.gz" ${PERL} "http://www.cpan.org/src/5.0"
 fpkg -s "manpages" ${MANPAGES} "http://tldp.org"
 
@@ -92,5 +93,7 @@ fpkg -m gnu ${GRUB}
 fpkg -e "tar.gz" ${DHCP} "ftp://ftp.isc.org/isc/dhcp/$(get_pkg_ver ${DHCP})"
 
 fpkg -e "tar.gz" ${ACPID} "http://www.tedfelix.com/linux"
+fpkg -m hv ${HV_UTILITIES}
+fpkg -m sf ${GPTFDISK}
 
 exit $?