-
-
Notifications
You must be signed in to change notification settings - Fork 15
Bring folk-live-build into this repo #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copying from Folk README
Need to fix HDD size for some reason. Doesn't boot yet (need EFI?). Need to check if this is editable and if it's desirable to make it editable this way
This reverts commit fb56bed.
Notes in README about structure that we're gonna try to aim for.
Use fdisk hack to just stick FAT32 writable onto the end of the iso-hybrid MBR.
hack to append partition to iso-hybrid didn't work. Now need to figure out how to build EFI on the hdd image.
(having home folder loaded by persistence breaks /etc/skel, it looks like)
Use a boot-time hook to set up persistence. Enable iwd service which hopefully (untested) will make boot-time wifi setup work.
(so we can copy only non-gitignored stuff to the flash drive)
so it only copies actual source files, not image stuff in live-build subdirectory. Now uses repo clone instead of symlink.
Collaborator
Author
|
(Merging now, and deleting the folk-live-build repo.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The whole repo https://github.com/FolkComputer/folk-live-build has been put into the live-build subdirectory of this repo (preserving history, although old revisions may not build out of the box since repo/submodule/symlink paths are messed up). I've wanted to do this so we can version package dependencies / OS setup dependencies alongside the corresponding Folk code.
Fixes https://github.com/FolkComputer/folk-live-build/issues/6.
README has been updated to point to the Releases page on this repo instead of on folk-live-build, and I've made a new release with an updated live img.
Not strictly necessary to review since it doesn't touch Folk core, but feel free -- will probably merge tomorrow.
Follow-up tasks: