Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mephresgh/blcs
Linux kernel compile script
https://github.com/mephresgh/blcs
compile-script kernel linux posix-sh shell shell-script
Last synced: about 14 hours ago
JSON representation
Linux kernel compile script
- Host: GitHub
- URL: https://github.com/mephresgh/blcs
- Owner: MephresGH
- License: gpl-3.0
- Created: 2025-01-12T01:34:17.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-30T22:17:15.000Z (3 days ago)
- Last Synced: 2025-01-30T23:18:59.667Z (3 days ago)
- Topics: compile-script, kernel, linux, posix-sh, shell, shell-script
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash Linux Compilation Script
### INTRODUCTION
Bash Linux Compilation Script (BLCS) is a basic script that allows you to compile a regular Linux kernel in a streamlined way.
The purpose of this project is to provide a more basic alternative to linux-tkg, not including any patches or config files.### DEPENDENCIES
The following tools are required to run BLCS:
- GNU coreutils
- GNU make
- GNU findutils
- git
- cd (shell-dependant; usually standard)
- booster (initramfs generator; optional)Not having any of those programs will lead to errors. Ensure everything mentioned is installed.