diff --git a/generic/linuxrc b/generic/linuxrc index 1d5f746..39d0ca9 100644 --- a/generic/linuxrc +++ b/generic/linuxrc @@ -254,7 +254,7 @@ then devfsd /dev -np fi -if [ "${DO_lvm2}" -a "{USE_LVM2_NORMAL}" -eq '1' ] +if [ "${DO_lvm2}" -a "${USE_LVM2_NORMAL}" -eq '1' ] then if [ -e '/sbin/vgscan' -a -e '/sbin/vgchange' ] then @@ -265,7 +265,7 @@ then fi fi -if [ "${DO_evms2}" -a "{USE_LVM2_NORMAL}" -eq '1' ] +if [ "${DO_evms2}" -a "${USE_LVM2_NORMAL}" -eq '1' ] then if [ -e '/sbin/evms_activate' ] then diff --git a/genkernel b/genkernel index 544d8be..7dcfb6b 100755 --- a/genkernel +++ b/genkernel @@ -1,7 +1,7 @@ #!/bin/bash # Genkernel v3 -GK_V='3.1.0f' +GK_V='3.1.0h' TEMP='/var/tmp/genkernel' TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified.