Giter VIP home page Giter VIP logo

kernel-snap's Introduction

Build yourself a Ubuntu kernel snap

Sample snapcraft.yaml for advanced users who want to rebuild the kernel from Ubuntu official kernel source.

Introduction

Supported Hardware:

1. Dell Edge Gateway 3001/3002/3003
2. Dell Edge Gateway 5000/5100

Target OS:

Ubuntu Core 16

Build Environment:

Ubuntu Desktop 16.04 64bit

Building a Custom Kernel - HowTo

Kernel source code

$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git

Preparation

$ sudo apt-get update
$ sudo apt-get build-dep linux-image-$(uname -r)

Download sample files

$ git clone https://github.com/CragW/kernel-snap.git
$ cd kernel-snap

Build the kernel snap

$ sudo snapcraft

The time to finish the build depends on the configuration of build machine. At the end, kernel-x_4.x_amd64.snap will be generated in the same directory.

Notes

  • Testing a custom built kernel snap requires switching off Secure Boot in the BIOS.
  • No support/maintainence for custom built kernel snap.

Testing

On the supported hardware devices, check the current kerne1 snap revision:

$ snap list

For example: (The revision is 40)

Name                Version        Rev  Developer  Notes
caracalla-kernel    4.4.0-2002.2   40   canonical  -

Backup the r40 kernel snap

$ cp /var/lib/snapd/snaps/caracalla-kernel_40.snap ~/

Replace the current kernel snap with developing(custom built) kernel snap

$ sudo cp <name of devel kernel snap> /var/lib/snapd/snaps/caracalla-kernel_40.snap

Reboot the system and test the kernel

$ sudo reboot

Restore kernel snap

Copy back the original kernel snap

$ sudo cp ~/caracalla-kernel_40.snap /var/lib/snapd/snaps/caracalla-kernel_40.snap

Reboot the system

$ sudo reboot

OS Recovery

When things go wrong, you may factory restore the system entirely.

kernel-snap's People

Contributors

cragw avatar daedalus81 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.