]> xenbits.xen.org Git - xenclient/kernel.git/commitdiff
imported patch create_config.sh-x86_64-sane-default utility-guest
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)
buildconfigs/create_config.sh

index 685a06022628959b46d9faf37578b00004fbae1e..1c7fd8b7a2509cdf20d3978a1dde8852217e7d7b 100644 (file)
@@ -19,6 +19,7 @@ systype=$4
 # Derive from linux-defconfig_xen_x86_32 otherwise.
 #
 skeleton=buildconfigs/linux-defconfig_${extraversion#-}_${target_arch}${systype}
+[ -r $skeleton ] || skeleton=buildconfigs/linux-defconfig_xen_${target_arch}
 [ -r $skeleton ] || skeleton=buildconfigs/linux-defconfig_xen_x86_32
 [ -r $skeleton.local ] && skeleton=$skeleton.local
 cp $skeleton $config_file