mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Have the whole uml kernel, modules, tools, and genext2fs properly
compiling now that a new binutils was installed. Now need to make the helper_root_fs and Initrd with the uml kernel which was just made and should be just about there. This will all be done as non-root. And finally need to adjust gbootroot_pkg so all the new compiled stuff can be extracted in their proper place, ofcourse, this could be done in the Makefile, too.
This commit is contained in:
parent
3690d3cc42
commit
580d55a40a
@ -88,6 +88,7 @@ kernel:
|
||||
if [ -e $(KERNEL_DIR)/linux ] ; then \
|
||||
objcopy --strip-all $(KERNEL_DIR)/linux $(KERNEL); \
|
||||
fi;
|
||||
cp $(KERNEL_DIR)/.config $(KCONFIG)
|
||||
|
||||
modules:
|
||||
cd linux-$(VERSION) ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user