Hi Michal et al, When running sequence-patches.sh --vanilla I would expect the vanilla config file to be copied to the generated source tree, not the default config file. That's not the case though, except when only the vanilla config file is available. What about the following change to address that? --- scripts/sequence-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/scripts/sequence-patch.sh +++ b/scripts/sequence-patch.sh @@ -304,7 +304,7 @@ if [ $# -ge 1 ]; then fi if test -z "$CONFIG"; then - if test "$VANILLA_ONLY" = 1; then + if test "$VANILLA_ONLY" = 1 || $VANILLA; then CONFIG=$(uname -m)-vanilla else CONFIG=$(uname -m)-default Thanks, -- Jean Delvare SUSE L3 Support -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org