Changes between Version 6 and Version 7 of ventana/debian
- Timestamp:
- 06/18/2020 11:54:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/debian
v6 v7 167 167 #!bash 168 168 cd / 169 wget http://dev.gateworks.com/ventana/images/ gateworks-linux-4.20.tar.xz170 tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink169 wget http://dev.gateworks.com/ventana/images/linux-ventana.tar.xz 170 tar -xvf linux-ventana.tar.xz --keep-directory-symlink 171 171 depmod $(ls /lib/modules/) # create module dependencies 172 rm gateworks-linux-4.20.tar.xz172 rm linux-ventana.tar.xz 173 173 }}} 174 174 * you can either download a pre-built kernel tarball or build one yourself with features you desire - see linux/kernel for more info