View Single Post
Old 01-23-2022, 10:52 PM   #2
cwalls
Member
cwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheesecwalls can extract oil from cheese
 
Posts: 10
Karma: 1010
Join Date: Jan 2022
Device: Kindle Voyage 3G + WiFi (Europe)
This was very helpful to me, thank you!

I had to add this to custom_boot.sh:

Code:
[ -d /mnt/rootfs ] || mkdir /mnt/rootfs
mount -t proc proc /proc
sleep 0.1
I also tried to use `CONFIG_INITRAMFS_SOURCE="/path/to/orig.cpio"`, but it resulted in `Kernel panic - not syncing: broken padding`, not sure why.
cwalls is offline   Reply With Quote