mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 11:51:11 +00:00
Imported 2.669
No reason for CPC update specified.
This commit is contained in:
parent
3c6bd6f450
commit
6c332e6f04
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.669) groovy; urgency=medium
|
||||
|
||||
* chroot: disable amd64 codepath on riscv64
|
||||
|
||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 25 Jun 2020 18:02:51 +0100
|
||||
|
||||
livecd-rootfs (2.668) groovy; urgency=medium
|
||||
|
||||
[ Łukasz 'sil2100' Zemczak ]
|
||||
|
@ -116,8 +116,8 @@ fi
|
||||
|
||||
|
||||
case $arch in
|
||||
# ARM, ppc and s390 images are special
|
||||
armhf|arm64|powerpc|ppc64el|s390x)
|
||||
# ARM, ppc, riscv64 and s390x images are special
|
||||
armhf|arm64|powerpc|ppc64el|s390x|riscv64)
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user