diff options
author | WlodekM <[email protected]> | 2025-02-19 10:31:13 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-02-19 10:31:13 +0200 |
commit | bd62694cbff5bb521924ee1608e5b3b3838ccbc6 (patch) | |
tree | 3fd2f0528404cc3507a883bcec746ac051d3bddc | |
parent | 3cafac0479d25ec70375712576ad2d965d10ebac (diff) |
-rwxr-xr-x | buildkernel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildkernel.sh b/buildkernel.sh index 8c1ab44..c5adf7a 100755 --- a/buildkernel.sh +++ b/buildkernel.sh @@ -33,7 +33,7 @@ INITPATH=$PWD/init.cpio cd init find . | cpio -o -H newc > ../init.cpio cd ../kernel -make +make -j4 # make isoimage FDARGS="initrd=/init.cpio init=/sbin/init rdinit=/init root=/dev/root" FDINITRD=$INITPATH -j 6 cd .. cp -f kernel/arch/x86/boot/bzImage ./iso/boot/vmlinuz |