-
- Downloads
chroot/other/kernel_flavor_installed: support generic kernel name
kernel is named /boot/vmlinuz now, looking at the filename will no longer tell us what flavor it is. This now will look at /usr/share/kernel, which has always contained the kernel 'flavor', and since we currently only install 1 kernel these days, guarding this with pmaports.cfg should be unnecessary. In the worst case (if there are multiple kernel 'flavors' installed), it'll just grab the first one and return it.
Showing
- pmb/chroot/initfs.py 3 additions, 5 deletionspmb/chroot/initfs.py
- pmb/chroot/other.py 15 additions, 18 deletionspmb/chroot/other.py
- pmb/flasher/frontend.py 1 addition, 2 deletionspmb/flasher/frontend.py
- pmb/helpers/frontend.py 7 additions, 5 deletionspmb/helpers/frontend.py
- pmb/install/_install.py 2 additions, 2 deletionspmb/install/_install.py
- pmb/qemu/run.py 1 addition, 1 deletionpmb/qemu/run.py
Loading
Please register or sign in to comment