fai 3.4.0 source package in Debian

Changelog

fai (3.4.0) unstable; urgency=low


  The "FAI in New York at DebConf10" Release.

  [ Thomas Lange ]
  * [23c9130] make-fai-nfsroot: fix typo
  * [66a6491] year++
  * [63b89bd] add comment to lib/subroutines regarding /dev mount
  * [29381ac] mkramdisk: use exit in main routine (closes: #583289)
  * [f10e41a] ainsl: exit with 0 if line already exists in the file
  * [2fba437] sources.list: fix security.geo.debian.org domain entries
  * [b4301ee] install_packages: fix typo in warn message
  * [cc5fff4] make-fai-nfsroot, make-fai-nfsroot.8: add option -B,
    (closes: #576092) (thanks to Mika Prokop for the patch)
  * [c29d0f9] disk-info: rename subroutine
  * [d92d340] remove leading space in debian/control long description
  * [23ffbe6] remove unneeded else for extracting base.tgz
  * [ab0ca37] dhcp-edit: new command that adds or removes entries
    to/from dhcpd.conf
  * [e3c99bc] control: change dependencies on fai-setup-storage
  * [ee748e9] fai-chboot,fai-chboot.8: add option -P
  * [3fc2e78] setup-storage.8: add info about flag_initial
  * [84a3c16] doc/error-levels: describe error levels of task_error
    subroutine
  * [52d0c1d] make-fai-nfsroot: remove etc/hostname and 70-persistent-
    net.rules from nfsroot and base.tgz (thanks to Manuel Hachtkemper
    for the patch)
  * [ed3e77f] subroutines: do not dump bash array variables
  * [265475d] add different implementation for dumping variables, thanks
    to Andreas Schuldei
  * [61044db] add $modified, add more messages, fix code for adding a
    host
  * [433dc9f] make-fai-nfsroot: fix typo, remove redundant rm command
  * [dda0071] put ROOTPW into quotes, so empty password will work
    (thanks to Adrien Cunin for the patch)
  * [c043d96] 10-misc, subroutines: move adding /etc/hosts entry from
    task_prepareapt
  * [dc71219] fai-do-scripts: add cfengine 3 support
  * [0752918] savelog.LAST: ignore ACPI Warning
  * [6612e23] task_sysinfo: remove call of sysinfo (non open source
    software), check if blkid exists before calling it
  * [9350d55] ftar, ftar.8: add xz support
  * [0af7676] fcopy, fai-cd, fai-do-scripts, ftar, fai-debconf, dhcp-
    edit, fai-class, install_packages, ainsl, fai-mirror, fai-chboot:
    remove version information, remove e-mail address for bugs
  * [1dddb1b] fai-cd: add grub2 support (thanks to Sebastian Hetze for
    the patch)
  * [035f6cb] fai-cd: remove grub test which is already done before
  * [5648a55] fai-cd.8: add option -G
  * [f848790] fcopy: do not copy file if preinst script fails
    (closes: #573044) thanks to Andreas Schuldei for the patch
  * [89d2d14] - mkramdisks: add option -a, remove use of FAI_NORAMDISK,
                use FAI_RAMDISKS
              - subroutines: adjust to new option of mkramdisks
  * [4f1170b] fix typo (in changelog)
  * [0840cce] subroutines: new subroutine umount_csspace, so it can be
    used in user hooks (thanks to Waldemar for the patch)
  * [6769f42] fai-guide.txt: add info how to generate the encrypted
    password
  * [e486952] control: update to new standards version
  * [530f72a] fai-cd: add checks if package download succeeded
  * [60fef62] fai-cd.8: add option -G
  * [654d771] grub.cfg, Makefile: add missing grub.cfg to package
  * [604e894] fai-server.install: add missing grub.cfg
  * [0c0c21a] fai-cd: fix, use grub.cfg for grub2
  * [e752bb5] fai-mirror, fai-mirror.8: add option -m
  * [4470a12] disk_config: use UUID's in fstab
  * [763e15b] make-fai-nfsroot: force creating of symlinks
    (closes: #588009)
  * [8c5ad04] - fai-mirror: use $mirrordir if no argument given
                (closes: #428597)
              - get-config-dir-svn: use exit code of first command of
                pipe (closes: #557544)
  * [09351aa] fai-mirror: use $mirrordir if no argument given
    (closes: #428597)
  * [63b4678] fix line break, so normal text line does not start with a
    dot
  * [9560a33] get-config-dir: change error message
  * [b503fa6] savelog.LAST: add ignore pattern
  * [6f2b222] savelog.LAST: add ignore pattern
  * [7e5037d] new setup-fai-test-environment script create two virtual
    machines for testing

  [ Michael Tautschnig ]
  * [11ecfca] added changelog entry for install_packages typo fix
  * [0d847ff] move setup-storage into a separate package (fai-setup-
    storage) Thanks Michael Prokop <email address hidden> for the patch
    (closes: #575812)
  * [fa23848] Added sizespec non-terminal to grammer for nicer
    formatting as suggested by Thomas
  * [4ec8cc0] minor hyphen-used-as-minus-sign fix
  * [e8f982b] Merged a larger number of patches from experimental into
    trunk:
    - setup-storage: Bumped version number to 1.3
    - setup-storage/Volumes.pm: Only read sizes and partitioning of disks
      referenced in the configuration (thanks Henning Sprang).
    - setup-storage, setup-storage/{Parser.pm,Volumes.pm}: Added support for new
      preserve_lazy option that will preserve volumes that exist, but newly
      create them if not found.
    - setup-storage.8: Document new preserve_lazy option.
    - setup-storage/{Commands.pm,Volumes.pm}: Completed support for preserve in
      LVM/RAID contexts; extended checking for volume groups that remain alive,
      fixed bug in LV resize code, disable existing volume groups, remove
      non-preserved volume groups (thanks Mathieu Alorent <email address hidden> for
      extensive testing).
    - setup-storage/{Volumes.pm,Sizes.pm}: eff_size is bytes. Always.
    - setup-storage/Commands.pm: Prefer resize2fs over parted to resize logical
      volumes. Future versions of parted will allow even more use of resize2fs.
      Fix use of eff_size as bytes.
    - setup-storage/{Parser.pm,Commands.pm}: Added support for new always_format
      option.
    - setup-storage.8: Documented new always_format option.
    - setup-storage/Volumes.pm: Fixed uninitialized variable warnings in parsing
      output of parted 2.2.
    - setup-storage/Volumes.pm: Use VG size for volume group size, not space in
      use. Thanks Mathieu Alorent for reporting this.
    - setup-storage/Init.pm: Properly handle /dev/cciss disk devices, even
      without partitions (thanks Steffen Grunewald
      <email address hidden> and Mathieu Alorent <email address hidden>).
    - setup-storage/Parser.pm: Handle parse errors earlier for more informative
      error messages.
    - setup-storage/Volumes.pm: Proper error message in case an extended
      partition is marked as preserve
    - setup-storage/Exec.pm: All unexpected non-zero exit codes of subcommands
      lead to immediate failure of setup-storage.
    - setup-storage/Volumes.pm: Use absolute path names for devices in volume
      groups, RAID volumes.
    - Makefile, fai-nfsroot.dirs, fai-nfsroot.install, get-boot-info:
      Install dhclient-fai.conf and dhclient-fai-script into /usr/share/fai
      instead of /etc/dhcp3 (closes: #585063).
    - dhcp-edit, control: Updated to work with isc-dhcp-server or
      dhcp3-server, whichever is available.
    - fai-guide.txt: Updated to isc-dhcp-server.
    - setup-storage.8: Nicer formatting of size specifications in grammar as
      suggested by Thomas.

  [ Michael Prokop ]
  * [6feb888] [fa070e7] [ded4ad2] [d37a316] [40f0da1] [408ca00] [350a726]
    [6326855] [064d4cf] Merge fixes.
  * [185cf56] Add myself as uploader, ack-ed by Thomas Lange.
  * [389013d] Replace lenny with squeeze in all apt related sources.
  * [3cb6394] conf/NFSROOT, doc/includes/faisetup.txt: drop deprecated
    aufs-modules-* package.
  * [f3b4bad] 20-hwdetect.source: make sure the kernel module directory
    drivers/ide/pci exists before using it.
  * [34bad06] package_config/GNOME: drop deprecated packages iceweasel-
    gnome-support, icedove-gnome-support and gnome-apt.
  * [9432b29] simple examples: use GRUB_PC as default, add info header
    to GRUB and GRUB_PC scripts.
  * [9510b74] bin/make-fai-nfsroot: do not divert update-initramfs by
    default any longer
  * [3881bcb] subroutines, fai: make sure fai exits with the according
    return
  * [73129a7] subroutines: add support for task_error to task configure
  * [5eab8a7] subroutines: use task_error level 420 instead of 855 as
    discussed with Thomas
  * [b7ae34e] install_packages: support retrieving sources for Debian
    based
  * [e9fe657] install_packages.8: fix wording of description of -N
    option
  * [479ca7f] subroutines, fai: display date of execution (fai_rundate)
    on startup
  * [47cfab9] subroutines: /proc + /sys might be empty because they were
    unmounted

  [ Julien BLACHE ]
  * setup-storage/Parser.pm: add support for RAM:XX% (closes: #493237)
  * setup-storage.8: document RAM:XX%.
  * setup-storage/Commands.pm: support the TMPFS key where necessary.
  * setup-storage/Fstab.pm: add support for tmpfs mounts.
  * setup-storage/Parser.pm: add a new tmpfs stanza, a new tmpfs volume type
    and tmpfs_size (slightly differing from the regular size, no range
    support).
  * setup-storage.8: document the tmpfs stanza.
  * setup-storage/Commands.pm: support the creation of journal devices
    (ext3/4) and filesystems with external journal (ext3/4, xfs).
  * setup-storage/Parser.pm: add support for FS_journal and FS:journal=.
  * setup-storage.8: document external journal support.
  * bin/device2grub: try to find and use a stable name (by-id) for the device
    if the shortname has no match in device.map. Needed now that grub2 in
    unstable has switched to using stable names in device.map.

  [ Michael Goetze ]
  * [df9a32f] Minor doc bug (wrong path)

 -- Michael Prokop <email address hidden>  Sat, 07 Aug 2010 20:23:42 -0400

Upload details

Uploaded by:
Thomas Lange
Uploaded to:
Sid
Original maintainer:
Thomas Lange
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Downloads

File Size SHA-256 Checksum
fai_3.4.0.dsc 1.0 KiB dae098c88d419e205c3038c46a86e00c89270755bc8732bdeb0f38d9a2f92aca
fai_3.4.0.tar.gz 283.9 KiB 7b409671cdffd59a52544f00069c5d939bd88d6f5851bb237ff5e0502a7b1e3c

No changes file available.

Binary packages built by this source