6c799ac4f6
We plan to make a lot of changes to the initramfs which will require incresaing the size. There are some devices that have literally no free space for this, so make a -minimal initramfs fork that can continue to support those while we update the regular initramfs. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
33 lines
825 B
Text
33 lines
825 B
Text
#
|
|
# This is an mdev config for the postmarketOS initramfs
|
|
#
|
|
|
|
# Devices:
|
|
# Syntax: %s %d:%d %s
|
|
# devices user:group mode
|
|
|
|
$MODALIAS=.* 0:0 0660 @modprobe -q -b "$MODALIAS"
|
|
|
|
# null does already exist; therefore ownership has to be changed with command
|
|
null 0:0 0666 @chmod 666 $MDEV
|
|
zero 0:0 0666
|
|
full 0:0 0666
|
|
|
|
random 0:0 0666
|
|
urandom 0:0 0444
|
|
hwrandom 0:0 0660
|
|
|
|
console 0:0 0600
|
|
|
|
kmem 0:0 0640
|
|
mem 0:0 0640
|
|
|
|
# Set up /dev/disk/by-* symlinks
|
|
dasd.* 0:0 0660 */lib/mdev/persistent-storage
|
|
mmcblk.* 0:0 0660 */lib/mdev/persistent-storage
|
|
nbd.* 0:0 0660 */lib/mdev/persistent-storage
|
|
nvme.* 0:0 0660 */lib/mdev/persistent-storage
|
|
sd[a-z].* 0:0 0660 */lib/mdev/persistent-storage
|
|
sr[0-9]+ 0:0 0660 */lib/mdev/persistent-storage
|
|
vd[a-z].* 0:0 0660 */lib/mdev/persistent-storage
|
|
xvd[a-z].* 0:0 0660 */lib/mdev/persistent-storage
|