Changeset 305


Ignore:
Timestamp:
Mar 13, 2007 3:18:23 PM (6 years ago)
Author:
jrollins
Message:

debirf: added DEBIRF_LABEL variable.

Location:
trunk/debirf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debirf/debirf.conf

    r303 r305  
    11#!/bin/bash 
    22# DEBIRF configuration file: this will be sourced by bash 
     3 
     4# label for debirf system (for hostname and initrd) 
     5DEBIRF_LABEL=${DEBIRF_LABEL:-debirf} 
    36 
    47# where to build the debirf 
  • trunk/debirf/plugins/hostname

    r296 r305  
    33# add system name 
    44 
    5 echo debirf > "$DEBIRF_ROOT"/etc/hostname 
     5echo "$DEBIRF_LABEL" > "$DEBIRF_ROOT"/etc/hostname 
Note: See TracChangeset for help on using the changeset viewer.