Skip to content

marevol/linux-5.3-xps_13_2in1

Repository files navigation

Linux Kernel 5.3 for Dell XPS 13 2 in 1

This repository is for My Ubuntu 19.10 environment :) Please do this at your own risk.

Build DEB Package for Ubuntu 19.10

Setup

  1. Uncomment the following lines in /etc/apt/source.list.
deb-src http://archive.ubuntu.com/ubuntu bionic main restricted #Added by software-properties
deb-src http://security.ubuntu.com/ubuntu bionic-security restricted main multiverse universe
  1. Install packages.
$ sudo apt install kernel-package
$ sudo apt install git ccache fakeroot libncurses5-dev
$ sudo apt build-dep linux

Build Kernel

  1. Download a source code.
$ git clone https://github.com/marevol/linux-5.3-xps_13_2in1.git
$ cd linux-5.3-xps_13_2in1
  1. Build a linux kernel.
$ sudo -s
# make-kpkg -j `nproc` --rootcmd fakeroot --initrd --append_to_version=-xps --revision=001 kernel_image kernel_headers
  1. Install deb packages.
# cd ..
# dpkg -i linux-headers-5.3*.deb linux-image-5.3*.deb
  1. Reboot

References

About

Linux Kernel 5.3 for XPS 13 2 in 1 (7390)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published