Changeset 361


Ignore:
Timestamp:
Mar 15, 2007 12:59:22 PM (6 years ago)
Author:
jrollins
Message:

debirf: fixed my address. modified control wording.

Location:
trunk/debirf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/debirf/COPYING

    r351 r361  
    1 The debirf scripts were written by Jameson Rollins <jamieaddress?> and 
    2 Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>. 
     1The debirf scripts were written by Jameson Rollins <jrollins@finestructure.net> 
     2and Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>. 
    33 
    44They are Copyright 2007, and are all released under the GPL, version 2 
  • trunk/debirf/debian/control

    r356 r361  
    33Priority: extra 
    44Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> 
    5 Uploaders: Jameson Rollins <jamieaddress?> 
     5Uploaders: Jameson Rollins <jrollins@fifthhorseman.net> 
    66Build-Depends: debhelper (>= 4) 
    77Standards-Version: 3.7.2.2 
     
    1111Depends: debootstrap, cpio, apt 
    1212Recommends: kernel-package, fakeroot, linux-patch-inittmpfs 
    13 Description: build a kernel and initrd to run debian from RAM 
     13Description: build a kernel and initrd to run Debian from RAM 
    1414 debirf (Debian on Initial Ram Filesystem) is a set of tools designed 
    1515 to create and prepare a kernel and initial ram filesystem that can 
    16  run a full-blown debian environment entirely from RAM. 
     16 run a full-blown Debian environment entirely from RAM. 
    1717 . 
    18  The kernel and initrd pair created by debirf can be placed in your 
    19  systems boot partition for quick-and-easy system repair or burned to 
    20  read-only media for a known-good snapshot for forensics. 
     18 The kernel and initrd pair created by debirf can be used for any myriad of 
     19 purposes, from quick-and-easy system repair to diskless thin clients.  The 
     20 kernel and initrd can be placed in your system boot partition, burnt to 
     21 read-only media, or supplied by a netboot server. 
    2122 . 
    22  The debirf tools use a plugin architecture which allows you to 
    23  specify what components you want in your generated image. 
     23 The debirf tools use a plugin architecture which allows one to customize 
     24 debirf for any possible purpose by specifying what components are included 
     25 in the generated image.  
    2426 . 
    25   Homepage: http://cmrg.fifthhorseman.net/wiki/debirf 
     27 Homepage: http://cmrg.fifthhorseman.net/wiki/debirf 
  • trunk/debirf/debian/copyright

    r352 r361  
    44It was downloaded from http://cmrg.fifthhorseman.net/wiki/debirf 
    55 
    6 Upstream Authors: Jameson Rollins <jamieaddress?> and  
     6Upstream Authors: Jameson Rollins <jrollins@fifthhorseman.net> and  
    77     Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> 
    88 
Note: See TracChangeset for help on using the changeset viewer.