dimkr wrote: ↑Sat Nov 12, 2022 7:00 amYou can download a prebuilt kernel from https://github.com/puppylinux-woof-CE/w ... el-kit.yml. Click on one of the job runs, then on the number below "Artifacts".
@dimkr Thanks for quick response.
I chose the Kernel link kernel-kit-output-5.15.x-x86_64
and downloaded the file kernel-kit-output-5.15.x-x86_64.zip
.
The .zip file was placed in the folder woof-out_x86_64_x86_64_ubuntu_jammy64/huge_kernel/
Running the script ./3builddistro
again would not detect the file placed in the huge_kernel folder.
Extracted the .zip file using unzip command.
Code: Select all
FP: /mnt/home/PL/woof-out_x86_64_x86_64_ubuntu_jammy64/huge_kernel # ls -1 kernel-kit-output-*
kernel-kit-output-5.15.x-x86_64.zip
FP: /mnt/home/PL/woof-out_x86_64_x86_64_ubuntu_jammy64/huge_kernel # unzip kernel-kit-output-5.15.x-x86_64.zip
Archive: kernel-kit-output-5.15.x-x86_64.zip
inflating: huge-5.15.77-kernel-kit.tar.bz2.md5.txt
inflating: huge-5.15.77-kernel-kit.tar.bz2.sha256.txt
inflating: huge-5.15.77-kernel-kit.tar.bz2
inflating: kbuild-5.15.77.sfs.md5.txt
inflating: kbuild-5.15.77.sfs.sha256.txt
inflating: kbuild-5.15.77.sfs
inflating: kernel_sources-5.15.77-kernel-kit.sfs.md5.txt
inflating: kernel_sources-5.15.77-kernel-kit.sfs.sha256.txt
inflating: kernel_sources-5.15.77-kernel-kit.sfs
Ran the command ./3builddistro
one more time.
script fails with the ERROR message .md5.txt and .sha256.txt not found
Code: Select all
...
pinstall.sh finished OK
setting PS1="\w\$ " as the CLI prompt.
Now setting /etc/os-release file
Installing HUGE kernel to build/
Please choose the number of the kernel you wish to use
1 ../huge_kernel/huge-5.15.77-kernel-kit.tar.bz2
2 ../huge_kernel/huge-5.15.77-kernel-kit.tar.bz2.sha256.txt
1
You chose ../huge_kernel/huge-5.15.77-kernel-kit.tar.bz2.
Kernel is 5.15.77-kernel-kit version
tar: huge-5.15.77-kernel-kit.tar.bz2.md5.txt: Not found in archive
tar: huge-5.15.77-kernel-kit.tar.bz2.sha256.txt: Not found in archive
tar: Exiting with failure status due to previous errors
.txt files do exist in the folder.
Do I need to rename the original .zip file as huge_... to work around this error ?