Skip to content
Automates kernel revisions and rolling
Python
Find file
New pull request
Latest commit f09699d @akerl add prospectus
Failed to load latest commit information.
test
.coveragerc
.gitignore
.prospectus add prospectus
CHANGELOG.md release v1.0.0
LICENSE update license
MANIFEST
README.md
circle.yml
cleanup.py
requirements.txt
roller.py remove old impor
setup.py attempt to fix super
tox.ini remove 32

README.md

roller

Latest Version Dependency Status Build Status Coverage Status Code Quality MIT Licensed

Roller provides a pythonic Kernel object for configuring and compiling kernels, and a streamlined command line tool for using that object

Usage

./roller.py

Options

* -h, --help: show the help text
* --version: show the version
* -v, --verbose: increase verbosity, which includes using progress bars for downloading/extracting
* -k, --kernel: pick the version you want to build. (defaults to latest stable)
* -n, --new-revision: set new revision to create
    * "next" will automatically increment to the next revision
    * Omit this to build directly from the selected config without modification
* -c, --config: kernel version to get the initial configuration from (defaults to current running version)
* -r, --config-revision: kernel revision to use for initial configuration
    * "current", which is the default, will use /proc/config.gz
    * "none" will base configuration on `make allnoconfig` rather than using current or a saved config file
* -s, --skip-install: don't install kernel to /boot
* -p, --patch: Open a shell before configuration to allow patching the kernel tree
* -b, --build-dir: Set path to use for downloading/extracting kernel (defaults to /tmp)
* -d, --config-dir: Set path for kernel configs (defaults to $build_dir/configs)

Installation

pip install roller

License

roller is released under the MIT License. See the bundled LICENSE file for details.

Something went wrong with that request. Please try again.