pmb.chroot.apk: Use unl0kr instead of osk-sdl in example (MR 2289)

See https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2333
This commit is contained in:
Newbyte 2024-04-03 20:41:38 +02:00
parent 11c2206970
commit d02801a8b3
No known key found for this signature in database
GPG Key ID: 8A700086A9FE41FD
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ def install_run_apk(args, to_add, to_add_local, to_del, suffix):
:param to_add_local: return of packages_get_locally_built_apks()
:param to_del: list of pkgnames to be deleted, this should be set to
conflicting dependencies in any of the packages to be
installed or their dependencies (e.g. ["osk-sdl"])
installed or their dependencies (e.g. ["unl0kr"])
:param suffix: the chroot suffix, e.g. "native" or "rootfs_qemu-amd64"
"""
# Sanitize packages: don't allow '--allow-untrusted' and other options