From 3126d372203add0ec1372e00dc1b2ab5db05072d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 11 Feb 2011 12:18:27 +0100 Subject: [PATCH] initramfs-tools: umount /proc before calling /sbin/init, OpenRC will mount it for us. Bumprev. --- srcpkgs/initramfs-tools/files/init | 2 +- srcpkgs/initramfs-tools/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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