diff --git a/srcpkgs/initramfs-tools/files/init b/srcpkgs/initramfs-tools/files/init index f8fa3b6b3bb..229bf1041e7 100755 --- a/srcpkgs/initramfs-tools/files/init +++ b/srcpkgs/initramfs-tools/files/init @@ -240,7 +240,7 @@ run_scripts /scripts/init-bottom # Move virtual filesystems over to the real filesystem mount -n -o move /sys ${rootmnt}/sys -mount -n -o move /proc ${rootmnt}/proc +umount /proc validate_init() { checktarget="${1}" diff --git a/srcpkgs/initramfs-tools/template b/srcpkgs/initramfs-tools/template index cf2ab7f4658..e5c8b29ad7c 100644 --- a/srcpkgs/initramfs-tools/template +++ b/srcpkgs/initramfs-tools/template @@ -1,6 +1,6 @@ # Template file for 'initramfs-tools' pkgname=initramfs-tools -_localver=0.99.7.1 # This is the XBPS version +_localver=0.99.7.2 # This is the XBPS version _distver=0.98.5 # This should match debian version version=${_localver}.${_distver} build_style=custom-install