Changes between Version 49 and Version 50 of ventana/ubuntu
- Timestamp:
- 12/20/2019 06:56:22 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ubuntu
v49 v50 272 272 #!bash 273 273 cd / 274 wget http://dev.gateworks.com/ventana/images/gateworks-linux- imx6-4.20.7.tar.xz275 tar -xvf gateworks-linux- imx6-4.20.7.tar.xz --keep-directory-symlink274 wget http://dev.gateworks.com/ventana/images/gateworks-linux-4.20.tar.xz 275 tar -xvf gateworks-linux-4.20.tar.xz --keep-directory-symlink 276 276 depmod $(ls /lib/modules/) # create module dependencies 277 rm gateworks-linux- imx6-4.20.7.tar.xz277 rm gateworks-linux-4.20.tar.xz 278 278 }}} 279 279 * the {{{depmod}}} trick above is to run depmod with the exact kernel version (which will be the subdir in /lib/modules). An alternative is to run {{{depmod}}} after the first boot … … 302 302 #!bash 303 303 cd / 304 wget http://dev.gateworks.com/ventana/images/gateworks-linux- 4.20.tar.xz304 wget http://dev.gateworks.com/ventana/images/gateworks-linux-imx6-3.14.48.tar.gz 305 305 tar -xvf gateworks-linux-imx6-3.14.48.tar.gz --keep-directory-symlink 306 306 depmod $(ls /lib/modules/) # create module dependencies