diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-07-03 22:20:05 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-04 15:27:56 +0100 |
commit | 22b787d17bf038d50b8f9a31db09c7de3a8f82eb (patch) | |
tree | 03432ab45eb6494573f84441d62278d58e060983 /appliance | |
parent | 349814e9d912c4f372b8fbdfb10b03749911021f (diff) | |
download | libguestfs-22b787d17bf038d50b8f9a31db09c7de3a8f82eb.tar.gz libguestfs-22b787d17bf038d50b8f9a31db09c7de3a8f82eb.tar.xz libguestfs-22b787d17bf038d50b8f9a31db09c7de3a8f82eb.zip |
select proper kernel by architecture
Diffstat (limited to 'appliance')
-rw-r--r-- | appliance/debian/debirf.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/debian/debirf.conf.in b/appliance/debian/debirf.conf.in index a3dc16fe..12506c55 100644 --- a/appliance/debian/debirf.conf.in +++ b/appliance/debian/debirf.conf.in @@ -1,5 +1,5 @@ DEBIRF_LABEL="debirf-libguestfs" DEBIRF_SUITE=@REPO@ DEBIRF_MIRROR=@MIRROR@/${DEBIRF_DISTRO} -DEBIRF_KERNEL_ARCH=486 +DEBIRF_KERNEL_ARCH=@DEBIAN_KERNEL_ARCH@ |