initramfs-tools: create /run/udev and /run/initramfs-tools with proper perms.
This commit is contained in:
@@ -35,8 +35,8 @@ fi
|
|||||||
# Also mount a tmpfs for /run directory.
|
# Also mount a tmpfs for /run directory.
|
||||||
mount -t tmpfs -o mode=0755,nosuid,nodev tmpfs /run
|
mount -t tmpfs -o mode=0755,nosuid,nodev tmpfs /run
|
||||||
|
|
||||||
mkdir /run/udev
|
mkdir -m0755 /run/udev
|
||||||
mkdir /run/initramfs
|
mkdir -m0755 /run/initramfs
|
||||||
|
|
||||||
# Set modprobe env
|
# Set modprobe env
|
||||||
export MODPROBE_OPTIONS="-qb"
|
export MODPROBE_OPTIONS="-qb"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'initramfs-tools'
|
# Template file for 'initramfs-tools'
|
||||||
pkgname=initramfs-tools
|
pkgname=initramfs-tools
|
||||||
_localver=109 # This is the XBPS version
|
_localver=110 # This is the XBPS version
|
||||||
_distver=0.99 # This should match debian version
|
_distver=0.99 # This should match debian version
|
||||||
version=${_distver}.${_localver}
|
version=${_distver}.${_localver}
|
||||||
short_desc="Tools for generating an initramfs"
|
short_desc="Tools for generating an initramfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user