diff --git a/debian/changelog b/debian/changelog index 5d23f008..1e8311fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ livecd-rootfs (0.82) UNRELEASED; urgency=low * Default suite is the current one as returned by $(lsb_release -cs); depend on lsb-release. + * Use dpkg --print-architecture as --print-installation-architecture is + deprecated. -- Loic Minier Mon, 11 May 2009 09:53:39 +0200 diff --git a/livecd.sh b/livecd.sh index 4d690c03..fa0bb29c 100755 --- a/livecd.sh +++ b/livecd.sh @@ -68,7 +68,7 @@ export DEBIAN_FRONTEND=noninteractive export LANG=C export CASPER_GENERATE_UUID=1 SRCMIRROR=http://archive.ubuntu.com/ubuntu -ARCH=$(dpkg --print-installation-architecture) +ARCH=$(dpkg --print-architecture) OPTMIRROR= select_mirror () {