If you’ve recently ran an apt upgrade on your
Understanding rpikernelhack
When the developers of the
This caused some major issues for Debian package developers when they started creating packages for the RPi. The Debian Package Manger (dpkg) was able to correctly place new files onto this FAT32 partition just fine (although it would toss a few warning errors in certain cases that were mostly benign). However, when dpkg tried to update the files it would fail miserably. This is due to the fact that FAT32 does not support hard links on the file system like other Linux file systems. Dpkg would try to create backups of files during its upgrade process, which includes creating hard links to them. A major monkey wrench!
RELATED: 50+ Rasbperry Pi Projects
So what is rpikernelhack?
Well, rpikernelhack is exactly what is sounds like. It’s a hack to get around the FAT32 problem initially created by developer Peter Green.
Peter’s workaround was to use the “diversion” feature offered in Debian package manger. Or as he likes to say he “abused the feature”. Diversion was originally intended to allow files to be “diverted” so they could be replaced with either locally modified versions or versions from another package. This is an important feature for package installers.
However, Peter was able to use it in a more sneaky way. He figured out he could use diversion to allow dpkg to install files files on the partition, and then move his files to their final location at the end of the install (or diversion) process! Brilliant!
To use a diversion, you must specify local, or specify a specific package name. If you specify a specific package the diversion process will affect files owned by all packages but not the one you specify. Hence a package name called rpikernelhack!
Therefore at its fundamentals rpikernelhack is nothing but a fake package name to allow developers and Debian package manager to work around the limitations of the FAT32 file system and install packages without crashing.
What is rpikernelhack? Well now you know! If you have any questions, ask in the comments below and we’ll do our best to answer you!
7 Responses
4.5
Thanks for this! When I first saw this I thought I had malware on my Raspi!!!
1.5
5
I just experienced the same and got a bit nercous. So thanks for your information.
Yeah! Its funny, but my first thought was RPIKernalHack was malware or a virus!
0.5