initramfs-tools: use default size for /run, 10MB is too little.

This commit is contained in:
Juan RP 2011-07-08 00:54:17 +02:00
parent 769a2eed38
commit c335a73af5
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ if ! mount -t devtmpfs -o size=$tmpfs_size,mode=0755 devtmpfs /dev; then
[ -e /dev/null ] || mknod /dev/null c 1 3
fi
# Also mount a tmpfs for /run directory.
mount -t tmpfs -o size=$tmpfs_size,mode=0755,nosuid,nodev tmpfs /run
mount -t tmpfs -o mode=0755,nosuid,nodev tmpfs /run
mkdir /run/udev
mkdir /run/.initramfs

View file

@ -1,6 +1,6 @@
# Template file for 'initramfs-tools'
pkgname=initramfs-tools
_localver=0.99.18 # This is the XBPS version
_localver=0.99.19 # This is the XBPS version
_distver=0.98.8 # This should match debian version
version=${_localver}.${_distver}
build_style=custom-install