Fix bug preventing clean unmounting of rootfs
[hvlinux.git] / stage2 / packages-update
index 65ded1f..524aac9 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 USE_LFS_PATCHES=1
+USE_LFS_OLD_PATCHES=1
 USE_BLFS_PATCHES=1
 USE_CLFS_PATCHES=1
 USE_HV_PATCHES=1
@@ -98,4 +99,7 @@ fpkg -m hv ${HV_UTILITIES}
 fpkg -e "tgz" ${ICU} "http://download.icu-project.org/files/icu4c/49.1.2"
 fpkg -m sf ${GPTFDISK}
 
+fpkg -e "tar.gz" ${LZO}  "http://www.oberhumer.com/opensource/lzo/download"
+fpkg -e "tar.gz" ${LZOP} "http://www.lzop.org/download"
+
 exit $?