aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts/mdev.conf
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-25 10:09:20 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-25 10:09:20 +0200
commit435c69849fe3a8af59563473445f105ebba5dda1 (patch)
tree43ab924bcb137b5bb337b4294a5dafcddd090530 /main/busybox-initscripts/mdev.conf
parent3635310776d7473390ec963e892d1b90d9ca8126 (diff)
downloadaports-435c69849fe3a8af59563473445f105ebba5dda1.tar.bz2
aports-435c69849fe3a8af59563473445f105ebba5dda1.tar.xz
main/busybox-initscripts: add --quiet to modprobe fbcon
If initramfs is built without kms feature, it will not have fbcon. Now with efifb and simplefb statically built to kernel image, the fb0 can appear always. Add -q to suppress this error.
Diffstat (limited to 'main/busybox-initscripts/mdev.conf')
-rw-r--r--main/busybox-initscripts/mdev.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox-initscripts/mdev.conf b/main/busybox-initscripts/mdev.conf
index 8e3ed73f4c..6d5a530a3d 100644
--- a/main/busybox-initscripts/mdev.conf
+++ b/main/busybox-initscripts/mdev.conf
@@ -6,7 +6,7 @@
# Syntax: %s %d:%d %s
# devices user:group mode
-$MODALIAS=.* root:root 0660 @modprobe -b "$MODALIAS"
+$MODALIAS=.* root:root 0660 @modprobe -q -b "$MODALIAS"
# null does already exist; therefore ownership has to be changed with command
null root:root 0666 @chmod 666 $MDEV