termux / proot-distro

An utility for managing installations of the Linux distributions in Termux.
GNU General Public License v3.0
1.81k stars 209 forks source link

[Distribution]: Pardus #464

Open tarik-celik opened 3 weeks ago

tarik-celik commented 3 weeks ago

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)?

Biswa96 commented 3 weeks ago

Does it provide rootfs tarball instead of ISOs?

sylirre commented 3 weeks ago

@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

sulincix commented 1 week ago

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