]> git.ipfire.org Git - people/ms/bricklayer.git/commit
bootloader: Don't use Pakfire jail to run GRUB commands
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Nov 2022 14:36:54 +0000 (14:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Nov 2022 14:36:54 +0000 (14:36 +0000)
commita57e98a4f1246e7ae31a776253b6746c8d74d245
treed81ac0fbb82d0de507404dd2bab61b3dfe8bd035
parent7455ccc8d061312d58204c0d9e8123477c8ca5bb
bootloader: Don't use Pakfire jail to run GRUB commands

GRUB seems to be very pissy when it does not have full access to the
system - understandably :)

We now create a very simple chroot environment for GRUB to install
itself.

Signed-off-by: root <root@michael.haj.ipfire.org>
src/python/__init__.py
src/python/bootloaders.py