diff options
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@ |