-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
[Distribution]: Pardus #464
Labels
enhancement
New feature or request
Comments
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. 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 |
Done for 4.19.x release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: