Commit Graph

9 Commits

Author SHA1 Message Date
Austin English b76b029b7d initramfs/resources/initramfs-init: fix shellcheck issues 2020-12-27 10:22:49 -06:00
SolidHal cb3245f9ee Sometime when booting from USB the kernel doesn't enumerate devices fast enough, leaving us unable to find
the device we are booting from. Give the kernel some time. Fixes #255
2020-12-08 21:56:13 -08:00
SolidHal 7987244a77 add clean_most target. makes more sense than the clean_all command almost all of the time
fixed small makefile clean bugs
2020-09-17 08:46:10 -07:00
SolidHal 3da727d641 Properly add build dirs as pre-reqs
Build dirs need to exists before we can do much of our work. Before we "solved" this with
a bunch of mkdir calls. @filberg pointed out that we can do order only pre-reqs, so this
commit implements them across the codebase

This uncovered a second issue; when we pull down the kernel sources they keep the timestamp
from the server. Added --no-use-server-timestamps to stop this from causing useless rebuilds.

finally this commit pulls the downloaded kernel sources out of the tree and into their proper
spot in the build dir
2020-09-05 14:21:07 -07:00
SolidHal 9a427ab15d fixup initramfs for arm64 2020-08-04 23:05:00 -07:00
SolidHal a970a8c8fa gather initramfs dynamic libraries... dynamically 2020-07-19 20:30:39 -07:00
SolidHal 1ffb33c36a don't use a rule for creating the build dirs, causes unnecessary rebuilds
as directory timestamps update regularly
2020-07-07 23:16:02 -07:00
SolidHal 91731ae4dd Rework and organize the filesystem build 2020-06-29 20:39:56 -07:00
Hal Emmerich 4d4145f16f Inital rework/reorganization
more to do
2020-06-21 02:28:45 -05:00