]> git.ipfire.org Git - people/ms/pakfire.git/commit - src/libpakfire/mount.c
arch: Teach Pakfire to run a different arch effectively
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Aug 2023 19:34:59 +0000 (19:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Aug 2023 19:34:59 +0000 (19:34 +0000)
commit652f2a99887f48e03d64da5aa5a7d7d22b702b13
tree7398885ee7019c1780179b0055bb7095d27f2936
parent6779a33f1638796e6b163cf0f596863720a63812
arch: Teach Pakfire to run a different arch effectively

This is useful to let Pakfire think it is running in "noarch" mode, when
we of course actually have to install some binary packages.

This might also become useful when bootstrapping the distribution for a
new architecture.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/arch.c
src/libpakfire/db.c
src/libpakfire/dist.c
src/libpakfire/include/pakfire/arch.h
src/libpakfire/include/pakfire/pakfire.h
src/libpakfire/jail.c
src/libpakfire/mount.c
src/libpakfire/pakfire.c
src/libpakfire/repo.c