Changes between Version 6 and Version 7 of ventana/debian


Ignore:
Timestamp:
06/18/2020 11:54:55 PM (4 years ago)
Author:
Tim Harvey
Comment:

use version-agnostic kernel install

Legend:

Unmodified
Added
Removed
Modified
  • ventana/debian

    v6 v7  
    167167#!bash
    168168cd /
    169 wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz
    170 tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink
     169wget http://dev.gateworks.com/ventana/images/linux-ventana.tar.xz
     170tar -xvf linux-ventana.tar.xz --keep-directory-symlink
    171171depmod $(ls /lib/modules/) # create module dependencies
    172 rm gateworks-linux-4.20.tar.xz
     172rm linux-ventana.tar.xz
    173173}}}
    174174 * you can either download a pre-built kernel tarball or build one yourself with features you desire - see linux/kernel for more info