A simple shell script that checks minimal requirement to compile Linux kernel
I have just learnt about shell and lfd103, and I write this script to check minimal requirement.

How to use?
- Download the script from my gist.
chmod +x checklinuxbuildminimalrequirement.sh./ checklinuxbuildminimalrequirement.sh
Comments
-
Nice idea. However, I'm not sure how you generated the list of requirements and I know some are missing, such as the elf and ssl development utilities which are needed for kernel compilation, and you certainly don't need pcmciautils since I don't think anyone has needed a PCMCIA card for a long time. The file "Documentation/CHANGES" lists requirements but tends to be out of date. You could use the ready-for.sh script at https://training.linuxfoundation.org/cm/prep page and run it as in ./ready-for.sh --install LFD420 (LFD420 is a kernel devel course) and probably you'll get what you need. However, if you really want to know for learning purposes exactly what you need that is somewhat of a sledgehammer
0 -
@coop said:
Nice idea. However, I'm not sure how you generated the list of requirements and I know some are missing, such as the elf and ssl development utilities which are needed for kernel compilation, and you certainly don't need pcmciautils since I don't think anyone has needed a PCMCIA card for a long time. The file "Documentation/CHANGES" lists requirements but tends to be out of date. You could use the ready-for.sh script at https://training.linuxfoundation.org/cm/prep page and run it as in ./ready-for.sh --install LFD420 (LFD420 is a kernel devel course) and probably you'll get what you need. However, if you really want to know for learning purposes exactly what you need that is somewhat of a sledgehammerWhile taking the "A Beginner's Guide to Linux Kernel Development (LFD103)" course. think that your comment should be mentioned in "Chapter 5 - Configuring Your Development System."
in the "Minimal requirements to compile the Kernel" page: "https://www.kernel.org/doc/html/latest/process/changes.html" there should be a command that includes all the packages, which will make it easier to validate your workspace.
For Debain:
sudo apt-get install pahole util-linux kmod e2fsprogs jfsutils reiserfsprogs xfsprogs squashfs-tools btrfs-progs pcmciautils quota ppp mount procps udev grub-legacy iptables openssl libssl-dev bc cpio tarthe mcelog isn't working for me.
0 -
@ShuahKhanLF > @ozlevi said:
@coop said:
Nice idea. However, I'm not sure how you generated the list of requirements and I know some are missing, such as the elf and ssl development utilities which are needed for kernel compilation, and you certainly don't need pcmciautils since I don't think anyone has needed a PCMCIA card for a long time. The file "Documentation/CHANGES" lists requirements but tends to be out of date. You could use the ready-for.sh script at https://training.linuxfoundation.org/cm/prep page and run it as in ./ready-for.sh --install LFD420 (LFD420 is a kernel devel course) and probably you'll get what you need. However, if you really want to know for learning purposes exactly what you need that is somewhat of a sledgehammerWhile taking the "A Beginner's Guide to Linux Kernel Development (LFD103)" course. think that your comment should be mentioned in "Chapter 5 - Configuring Your Development System."
in the "Minimal requirements to compile the Kernel" page: "https://www.kernel.org/doc/html/latest/process/changes.html" there should be a command that includes all the packages, which will make it easier to validate your workspace.
For Debain:
sudo apt-get install pahole util-linux kmod e2fsprogs jfsutils reiserfsprogs xfsprogs squashfs-tools btrfs-progs pcmciautils quota ppp mount procps udev grub-legacy iptables openssl libssl-dev bc cpio tarthe mcelog isn't working for me.
0 -
+libelf-dev
0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 13 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 35 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 773 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 32 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 470 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 310 Kernel Development
- 722 Software Development
- 1K Software
- 418 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
