initramfs-tools: umount /proc before calling /sbin/init, OpenRC will mount it for us. Bumprev.
This commit is contained in:
parent
71654225aa
commit
3126d37220
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue