Changeset 62 for devel/dploy-pxe


Ignore:
Timestamp:
06/04/08 16:41:16 (4 years ago)
Author:
bruno
Message:

Still working on post install scripts

Location:
devel/dploy-pxe
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • devel/dploy-pxe/install.sh

    r53 r62  
    1616mkdir -p $local/bin 
    1717install -m 0755 bin/dploy-add2pxe $local/bin  
     18install -m 0755 bin/dploy-pxe-post $local/bin  
    1819 
    1920# The script need to know where the CONFDIR is 
    20 perl -pi -e "s|PBCONF|$conf|" $local/bin/dploy-add2pxe 
     21perl -pi -e "s|PBCONF|$conf|" $local/bin/dploy-add2pxe $local/bin/dploy-pxe-post 
Note: See TracChangeset for help on using the changeset viewer.