Ignore:
Timestamp:
Dec 11, 2007 12:54:07 AM (6 years ago)
Author:
jrollins
Message:

debirf: see changelog (moved to GPLv3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debirf/fs/usr/bin/make-debirf

    r775 r778  
    88# Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>. 
    99# 
    10 # They are Copyright 2007, and are all released under the GPL, version 2 
    11 # or later. 
     10# They are Copyright 2007, and are all released under the GPL, 
     11# version 3 or later. 
    1212 
    1313############################################################### 
     
    2929usage() { 
    3030    cat <<EOF 
    31 Usage: $CMD [options] profile [kernel] 
    32 Create a debirf system.  'profile' is a path to a debirf profile 
    33 directory.  If a kernel is specified, it will override the kernel 
    34 specified in the profile debirf.conf. 
     31Usage: $CMD [options] profile [kernel.deb] 
     32Create a debirf system.  The 'profile' is a path to a debirf profile 
     33directory.  If no kernel is specified, make-debirf will use the  
     34latest kernel for the specified suite.  If a path to a kernel deb is  
     35specified on the command line, that will be installed instead. 
    3536 
    3637options: 
     
    320321if [ "$STAGE_ROOT" = 'true' ] ; then 
    321322 
    322 # check specified kernel package exists 
     323# check if specified kernel package exists 
    323324if [ ! -f "$DEBIRF_KERNEL_PACKAGE" ] ; then 
    324     if apt-cache show "$DEBIRF_KERNEL_PACKAGE" > /dev/null ; then 
    325         echo "Using apt kernel package '$DEBIRF_KERNEL_PACKAGE'." 
    326     else 
    327         failure "Specified kernel package '$DEBIRF_KERNEL_PACKAGE' not found." 
    328     fi 
    329 else 
    330     echo "Using deb kernel package '$DEBIRF_KERNEL_PACKAGE'." 
     325    failure "Kernel package '$DEBIRF_KERNEL_PACKAGE' not found." 
    331326fi 
    332327 
Note: See TracChangeset for help on using the changeset viewer.