Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphael/linux-pkg
ABS setup for building custom kernel
https://github.com/raphael/linux-pkg
Last synced: 11 days ago
JSON representation
ABS setup for building custom kernel
- Host: GitHub
- URL: https://github.com/raphael/linux-pkg
- Owner: raphael
- Created: 2015-05-17T23:07:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T06:35:31.000Z (over 9 years ago)
- Last Synced: 2024-10-05T21:41:30.243Z (3 months ago)
- Language: Shell
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArchLinux Kernel Builder
This project provides a simple(istic) tool for compiling custom ArchLinux kernel packages and
installing them.Example usage:
```bash
mkdir -p src
cd src
git clone https://github.com/torvalds/linux linux-4.1-rc3
cd linux-4.1-rc3
git checkout v4.1-rc3
cd ../..
install 4.1-rc3
```
*Note*: This package assumes that grub is being used and that it's setup on `/dev/sda`, update
`install` if your setup differs.The `install` script can be run multiple times. It builds the package incrementally and replaces
the kernel image used by grub with the latest one each time. This makes it convenient to try out
various config options.