Changeset 305
- Timestamp:
- Mar 13, 2007 3:18:23 PM (6 years ago)
- Location:
- trunk/debirf
- Files:
-
- 2 edited
-
debirf.conf (modified) (1 diff)
-
plugins/hostname (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debirf/debirf.conf
r303 r305 1 1 #!/bin/bash 2 2 # DEBIRF configuration file: this will be sourced by bash 3 4 # label for debirf system (for hostname and initrd) 5 DEBIRF_LABEL=${DEBIRF_LABEL:-debirf} 3 6 4 7 # where to build the debirf -
trunk/debirf/plugins/hostname
r296 r305 3 3 # add system name 4 4 5 echo debirf> "$DEBIRF_ROOT"/etc/hostname5 echo "$DEBIRF_LABEL" > "$DEBIRF_ROOT"/etc/hostname
Note: See TracChangeset
for help on using the changeset viewer.

