File: control

package info (click to toggle)
yard 1.17.patch1-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 74
  • sloc: perl: 1,729; sh: 250; makefile: 176; asm: 32
file content (33 lines) | stat: -rw-r--r-- 1,479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: yard
Section: utils
Priority: optional
Maintainer: Bernd Schumacher <bernd_schumacher@hp.com>
Standards-Version: 2.5.1

Package: yard
Architecture: all
Depends: perl5, make (>=3.00), libc6 (>=2.0.0)
Suggests: ash (>=2.0.0)
Description: Perl scripts to build rescue disk(s) to revive a system
 .
 Yard is a suite of Perl scripts for creating custom boot/rescue
 disks.  Using a compressed filesystem, it can put a standard kernel
 image plus about 2.4 meg of utilities on a single floppy.  Yard is
 also useful for creating self-contained Linux-on-a-floppy systems.
 You specify a basic set of files and utilities for inclusion and
 Yard handles many of the details.  Features:
  - File specs allow absolute and relative filenames, symbolic links,
    file replacements and full shell-style globbing.
  - Automatically determines necessary libraries and loaders.
  - Allows stripping of binaries and libraries during copying.
  - Automatically regenerates ld.so.cache
  - Checks for broken symlinks
  - Checks /etc/{fstab,inittab,termcap,pam.conf} for common errors and
    inconsistencies.
  - Checks user directories and files mentioned in /etc/passwd
  - Checks command files (eg, rc.local and .login) and scripts for 
    missing binaries and command interpreters.
  - Automatically performs filesystem compression and copying.
  - Can be used with or without LILO.
  - Can make single or double disk sets.
  - Extensive checking of user choices and execution errors.