Changeset 313


Ignore:
Timestamp:
Mar 13, 2007 5:21:02 PM (6 years ago)
Author:
dkg
Message:

debirf: cleaned up another really dumb bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debirf/make-debirf

    r312 r313  
    5858    #ln sbin/init to /init 
    5959    ln -sf sbin/init "$DEBIRF_ROOT/init" 
     60     
     61    local KERNAVAIL=$(ls -1 "$DEBIRF_ROOT/lib/modules" | head -n1) 
    6062    # create root image 
    6163    msg "creating debirf initrd..." 
    62     ( cd "$DEBIRF_ROOT" && find * | cpio -H newc --create  | gzip ) > "${DEBIRF_LABEL}_${DEBIRF_DISTRO}_${DEBIRF_".cgz 
     64    ( cd "$DEBIRF_ROOT" && find * | cpio -H newc --create  | gzip ) > "${DEBIRF_LABEL}_${DEBIRF_DISTRO}_${KERNAVAIL}".cgz 
    6365} 
    6466 
Note: See TracChangeset for help on using the changeset viewer.