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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: diskless
Section: misc
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.5.5
Build-Depends-Indep: debhelper (>= 4.1.16), jade, docbook-dsssl, sgml-data, docbook-xml
Package: diskless
Architecture: all
Depends: libmd5-perl,m4,perl5, debootstrap (>= 0.1.15)
Suggests: netboot
Conflicts: diskless-image
Description: Generate NFS file structure for diskless boot.
This package comes with two programs, diskless_newimage, and
diskless_newhost to simplify setting up and maintaining diskless
clients NFS-Root file structure.
.
These programs ask user friendly questions to aid configuration
of the diskless system to the administrators preference.
.
Either the diskless-image-simple or diskless-image-secure
packages are required to be available (NOT INSTALLED!) in
order to use this package.
Package: diskless-image-simple
Architecture: all
Depends: debconf
Provides: diskless-image
Conflicts: diskless-image,diskless
Description: Files required for simple NFS-Root image.
This package contains files required to boot an NFS-Root disk image. It
also contains template files for setting up individual hosts.
.
WARNING: This package can and will break your computer. Do not install
manually. It should only be installed via the diskless-newimage, part of
the diskless package.
Package: diskless-image-secure
Architecture: all
Depends: debconf
Provides: diskless-image
Conflicts: diskless-image,diskless
Description: Files required for secure NFS-Root image.
This package contains files required to boot an NFS-Root disk image. It
also contains template files for setting up individual hosts.
.
Using this package is more secure then diskless-image-simple, as only
one partition needs read-write access, and it is completely refreshed
from a read-only NFS mount on every boot. If you suspect somebody
has cracked into your NFS-root host, rebooting it will restore it back to
its original state. However, this makes it slower to boot then the
diskless-image-simple.
.
WARNING: This package can and will break your computer. Do not install
manually. It should only be installed via the diskless-newimage, part of
the diskless package.
|