aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-07-23 22:52:00 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-07-24 00:56:47 +0200
commit31475eb3e28e326553c89753874df3171cdf33ec (patch)
treef002db5ed6f1a5d59ed9050c7af9ce06bd62e45b /defaults/linuxrc
parentcryptsetup: Enable UDEV support (diff)
downloadgenkernel-31475eb3e28e326553c89753874df3171cdf33ec.tar.gz
genkernel-31475eb3e28e326553c89753874df3171cdf33ec.tar.bz2
genkernel-31475eb3e28e326553c89753874df3171cdf33ec.zip
bcache: Switch to UDEV usage
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'defaults/linuxrc')
-rw-r--r--defaults/linuxrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 4c1b470b..e9e97b68 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -147,9 +147,6 @@ do
;;
esac
;;
- dobcache)
- USE_BCACHE=1
- ;;
dobtrfs)
USE_BTRFS=1
;;
@@ -526,13 +523,6 @@ then
FIRSTMODS="${FIRSTMODS} crc32_generic"
fi
-if [ "${USE_BCACHE}" = '1' ]
-then
- # Force loading of bcache module in case module loading would
- # be skipped because $REAL_ROOT is already present
- FIRSTMODS="${FIRSTMODS} bcache"
-fi
-
splash 'init'
cmdline_hwopts