initramfs-tools: umount /proc before calling /sbin/init, OpenRC will mount it for us. Bumprev.

This commit is contained in:
Juan RP 2011-02-11 12:18:27 +01:00
parent 71654225aa
commit 3126d37220
2 changed files with 2 additions and 2 deletions

View file

@ -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}"

View file

@ -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