We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pardus 23 should be added since it is the latest relase
http://pardus.org.tr/
No response
The text was updated successfully, but these errors were encountered:
Does it provide rootfs tarball instead of ISOs?
Sorry, something went wrong.
@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
No branches or pull requests
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)?
The text was updated successfully, but these errors were encountered: