Open tarik-celik opened 3 weeks ago
Does it provide rootfs tarball instead of ISOs?
@Biswa96 No ISO or tarball needed for Debian-based distributions.
We already have Pardus, that request just to update it.
https://github.com/termux/proot-distro/blob/master/distro-build/pardus.sh
pardus has seperated pardus and pardus-deb repositories. Pardus debootstrap must be like this:
debootstrap --no-check-gpg --variant minbase --arch=amd64 yirmiuc-deb work/rootfs "https://depo.pardus.org.tr/pardus"
echo "deb http://depo.pardus.org.tr/pardus yirmiuc-deb main contrib non-free non-free-firmware" > work/rootfs/etc/apt/sources.list
echo "deb http://depo.pardus.org.tr/pardus yirmiuc main contrib non-free non-free-firmware" >> work/rootfs/etc/apt/sources.list
echo "deb http://depo.pardus.org.tr/guvenlik yirmiuc-deb main contrib non-free non-free-firmware" >> work/rootfs/etc/apt/sources.list
chroot work/rootfs apt update
chroot work/rootfs apt full-upgrade -yq
Description
Pardus 23 should be added since it is the latest relase
Home page URL
http://pardus.org.tr/
Root file system archive URL
No response
Does 64bit ARM builds available (arm64, aarch64)?