diff --git a/create_offlinerepo.sh b/create_offlinerepo.sh
index 5e5891c74cfeccf7b1363b58b986a65f34bcc748..acd43c3c6a9cbd4dd939d8812a11ba9b6890d0a4 100755
--- a/create_offlinerepo.sh
+++ b/create_offlinerepo.sh
@@ -32,6 +32,7 @@ ISO_DESCRIPTION="$(grep DISTRIB_DESCRIPTION "$workspace/offlinerepo/squashfs-roo
 echo "deb $APT_SOURCE_URL_OVERRIDE ${ISO_RELEASE} main restricted universe multiverse" > "$workspace/offlinerepo/squashfs-root/etc/apt/sources.list"
 echo "deb $APT_SOURCE_URL_OVERRIDE ${ISO_RELEASE}-security main restricted universe multiverse" >> "$workspace/offlinerepo/squashfs-root/etc/apt/sources.list"
 echo "deb $APT_SOURCE_URL_OVERRIDE ${ISO_RELEASE}-updates main restricted universe multiverse" >> "$workspace/offlinerepo/squashfs-root/etc/apt/sources.list"
+echo "deb $APT_SOURCE_URL_OVERRIDE ${ISO_RELEASE}-backports main restricted universe multiverse" >> "$workspace/offlinerepo/squashfs-root/etc/apt/sources.list"
 apt-get -o Dir="$workspace"/offlinerepo/squashfs-root update
 
 {