]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - mod-condecor.sh
Simplify main code by moving state checks to modules itself
[projects/geninitrd.git] / mod-condecor.sh
index b6461ff364a392297d6837ceae59bcf91ce9ad4d..a165048bb3e87a9bc3c5f76e6b8cb583c18f7db5 100644 (file)
@@ -22,6 +22,9 @@ setup_mod_condecor() {
 # generate initrd fragment
 # @access      public
 initrd_gen_fbcondecor() {
+       if ! is_yes "$FB_CON_DECOR"; then
+               return
+       fi
        debug "Generating fbcondecor"
 
        if [ -r /etc/sysconfig/splash ]; then
This page took 0.058724 seconds and 4 git commands to generate.