Changeset 782


Ignore:
Timestamp:
Dec 11, 2007 3:55:08 PM (5 years ago)
Author:
jrollins
Message:

debirf: added one line to install-kernel to remove old kernel modules
if they exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debirf/fs/usr/share/debirf/plugins/install-kernel

    r781 r782  
    1616# version 3 or later. 
    1717 
     18# clear out old modules if they exist, to avoid confusion 
     19rm -rf "$DEBIRF_ROOT/lib/modules" 
     20 
     21# download/copy in kernel package 
    1822if [ -z "$DEBIRF_KERNEL_PACKAGE" ] ; then 
    1923    # otherwise, try to figure out the kernel to install 
Note: See TracChangeset for help on using the changeset viewer.