chromebooks
chromebooks copied to clipboard
Add kappa support
Adds initial support to kappa - in mainline kernel
for some reason, I cant compile because of basename: missing operand.
Looks like @bilelmoussaoui already reported this [1]. Looking at it now. Meanwhile I think you try to use the following if kappa is already enabled in Fedora kernel.
# ./chromebook-setup.sh deploy_fedora --architecture=arm64 --storage=/dev/sdX
[1] https://github.com/eballetbo/chromebooks/issues/41
Thanks!
Testing the image right now. Will report back in a few hours
Tried the image, but kappa boots into a black screen.
Found the reason why. It has not even copied the rootfs files. The last thing the script outputs is "/home/linux/chromebooks/tmpdir mount(2) system call failed: File Exists."
Can you enable set -x
in the script and rerun again?
Sorry,
I didn't have much time.
I will test this sometime in this week.
Can you build from your side?
I tried building with latest master, but it won't mount. I am busy this week. Will post output soon.
1 year later - I merged all the commits, and I will be testing again.
Please squash all the commits and create one with a meaningful commit message (i.e https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/ ). Thanks.