Skip to content

NVIDIA/ubuntu-packaging-nvidia-modprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu packaging nvidia modprobe

License Contributing

Overview

Packaging templates for Ubuntu based Linux distros to build NVIDIA modprobe packages.

The main branch contains this README. The control and .install files can be found in the appropriate 16.04, 18.04, and 20.04 branches.

Table of Contents

Deliverables

This repo contains the template files used to build the following DEB packages:

- nvidia-modprobe

note: this package does not support "flavor" / locking to a specific driver branch.

Prerequisites

Clone this git repository:

Supported branches: 16.04, 18.04 & 20.04

git clone -b ${branch} https://github.com/NVIDIA/ubuntu-packaging-nvidia-modprobe
> ex: git clone -b 18.04 https://github.com/NVIDIA/ubuntu-packaging-nvidia-modprobe

Download a NVIDIA modprobe tarball:

Install build dependencies

note: these are only needed for building not installation

# Packaging
apt-get install debhelper devscripts dpkg-dev

Related

Contributing

See CONTRIBUTING.md