From ca8d370c49ecce36299782e46d7bd312bfe284d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 5 Mar 2012 20:04:03 +0000 Subject: [PATCH] - disable raw and cramfs for initrd, raw is long time obsolete and cramfs is not important there Changed files: util-linux.spec -> 1.339 --- util-linux.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util-linux.spec b/util-linux.spec index a7154f4..d623b4b 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -673,6 +673,8 @@ export CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses -DHAVE_LSEEK64_PROTOTYPE --disable-shared \ --enable-static \ --disable-fsck \ + --disable-cramfs \ + --disable-raw \ --disable-libmount \ --disable-login-utils \ --disable-schedutils \ -- 2.44.0