/[fai]/trunk/debian/changelog
ViewVC logotype

Diff of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3854 by lange, Tue Sep 5 12:24:15 2006 UTC revision 5479 by lange, Thu Jul 23 10:58:41 2009 UTC
# Line 1  Line 1 
1  fai (3~beta2) unstable; urgency=low  fai (3.2.23~beta5) unstable; urgency=low
2    
3    * make pathes conform to FHS : (closes: #340608, #311524, #336650, #309554, #340609)    [ Thomas Lange ]
4      * subroutines-linux: fix log message
5        remove yes pipe when calling debootstrap
6        if NEXTTEST is used, define a class for next reboot. Thanks to
7        Sebastian Hetze for this patch.
8      * subroutines: do not unset the functions task_$taskname after use
9        fill task_tests with code, execute tests before task chboot
10      * fai-class: add string warning to message
11      * task_sysinfo: call blkid on all disks
12      * fcopy.8: improve info for calling postinst
13      * fai-guide.sgml: add hint how to define classes on the kernel command
14        line (closes: #497548), remove outdated information about
15        /files/packages, add section about tests
16      * ainsl: create missing path elements if -a is used (closes: #447199)
17      * make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985)
18        dereference symli nks when copying file into nfsroot
19      * debian/control: Depends: iproute for fai-client, fai-server
20      * fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info,
21        task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig
22        by proper ip + shell magic calls (closes: #524347). Thanks to Luk
23        Claes for the patch
24      * fai-savelog: cd to the right place if LOGREMOTEDIR is set, thanks to
25        Robin Powell for the patch (closes: #515704)
26      * fai-mirror: remove use of $addpackages (closes: #537544)
27      * fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf,
28        because it's only needed on an install server
29      * fai-cd, fai: get FAI_CONFIGDIR from new config file
30      * fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print
31        warning if FAI_CONFIGDIR is still in the wrong place
32      * fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf
33      * fai, fai.8: add option -s/--cspace to specify the config space URL
34      * disk_config/*: add nosuid and nodev to some partitions
35      * menu.lst/postinst: add /g to perl substitution command
36      * fai-class: do not remove additional-classes when in debug mode,
37        use the comma separated list of $ADDCLASSES for classes (closes: 497548)
38      * fai-class.1: add ADDCLASS feature
39      * package_config/FAIBASE: remove rsh-client, discover
40      * fai-chboot: ignore ~ and .bak entries
41      * faimond-gui: add task tests
42      * tests/Faitest.pm: new file including subroutines for tests. Thanks to
43        Sebastian Hetze for the initial version.
44      * tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE
45      * disk_config/FAIBASE: add file system labels
46      * examples/more-tests: add more tests from Sebastian
47    
48      [ Michael Tautschnig ]
49      * setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if
50        bootable is not explicitly set.
51      * setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell
52        udev to settle (udevsettle is used in etch, udevadm settle for sid; thanks
53        matrix.systems@matrix.msu.edu for a first patch). (closes: #530656)
54      * setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with
55        current mdadm versions.
56      * setup-storage/Volumes.pm: Ignore another line of output from parted
57        (GPT-related warning). Thanks Andreas Schuldei for noticing this.
58      * setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for
59        unset (but necessary) environment variables, print full device names in
60        several error/warning messages instead of the partition id only.
61      * setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may
62        be caused by earlier use in RAID array, tell the user how to solve the
63        problem). Ignore exit code 3 of vol_id -l.
64      * setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the
65        original expression anymore, store earlier $2 as $opts; don't use options
66        sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback).
67      * setup-storage/Sizes.pm: Properly deal with missing (as in RAID specs) or
68        non-existing (user error) devices in estimate_size; don't do stupid divide
69        by 2 in RAID1 setup. (closes: #525138)
70      * setup-storage/Commands.pm: Proper use of hash reference when checking for
71        "missing" option.
72      * setup-storage/Parser.pm: Ensure that RAID volumes marked preserve don't
73        count as extra RAID volumes being defined.
74      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Added support for raid10
75        (thanks William Francis for suggesting this).
76      * setup-storage/Volumes.pm: Fixed perl syntax error, properly handle
77        existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for
78        debugging this).  (closes: #532321)
79      * Bumped setup-storage version number to 1.1.
80    
81     -- Thomas Lange <lange@debian.org>  Thu, 23 Jul 2009 12:58:43 +0200
82    
83    fai (3.2.20) unstable; urgency=low
84    
85      [ Thomas Lange ]
86      * menu.lst: remove year
87      * fai-cd: add option -B, that creates a boot-only CD (without containing
88        the nfsroot, the partitial mirror and the config space)
89      * conf/menu.lst.boot-only: new config file for the boot only CD
90      * fai-cd.8: add option -B
91      * fai-abort: add missing lsb header
92      * control: remove duplicate fields
93      * copyright: fix lintian warning
94    
95      [ Michael Tautschnig ]
96      * fixed several hyphen-used-as-minus-sign errors in man pages
97      * update to standards version 3.8.1, no changes needed
98      * replaced dh_clean -k by dh_prep
99      * use dh_lintian to install lintian overrides
100      * added override for fai-nfsroot (diverts foreign /etc/init.d.rcS)
101      * Build-Depends: debhelper (>= 7)
102      * setup-storage/Sizes.pm: Clarified error message in cases where the user
103        specified a partition is larger than the entire disk
104      * setup-storage/Parser.pm, setup-storage/Sizes.pm, setup-storage/Volumes.pm:
105        Added pseudo-disklabel gpt-bios to support GPT on systems with BIOS
106        instead of EFI. Also installs an additional partition to store whatever
107        doesn't fit into MBR.
108      * setup-storage: bumped version to 1.0.5 (gpt-bios support)
109    
110     -- Thomas Lange <lange@debian.org>  Mon, 04 May 2009 10:42:25 +0200
111    
112    fai (3.2.19) unstable; urgency=low
113    
114      * subroutines-linux: get-config-dir was never run if -z $monserver,
115        which may be the case when no DHCP was done (dirinstall, softupdates,
116        or install using fixed IP); problem was introduced by patch in r5338.
117        (closes: #525096)
118        adjust indentation
119    
120     -- Thomas Lange <lange@debian.org>  Wed, 22 Apr 2009 13:39:58 +0200
121    
122    fai (3.2.18) unstable; urgency=low
123    
124      [ Thomas Lange ]
125      * control: add depends on net-tools for fai-client (closes: #521027)
126      * ainsl: add test if target file exists,
127        improve exit codes (closes: #500244)
128      * fai-cd: use a pipe when sending commands to grub
129      * ftar, fcopy: add info about the other tool
130      * new file live.conf will disable some messages during booting
131      * make-fai-nfsroot: call apt-get update when using -k (closes: #507892),
132        -k now also upgrades all packages inside the nfsroot,
133        add -N to install_packages call, this is good for cross architecture
134        building the nfsroot
135        check if debootstrap finished properly (closes: #524369)
136        try to umount mirror before removing old nfsroot (closes: #500208)
137      * fai-do-scripts: skip files with certain suffixes (closes: #500579),
138        improve test if $debug is set to 1 (closes: #496072)
139        call cfagent scripts with -v if fai is in debug mode
140      * lib/subroutines-linux: don't rely on ' as a field separator when
141        parsing boot.log, use = and strip off any quotes (closes: #439250),
142        check earlier if faimond is available, send TASKBEGIN message
143      * lib/get-config-dir-svn: Make username in svn:// config url optional
144        (thanks Alexander Fisher) (closes: #441436)
145      * bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5)
146        (thanks Sebastian Harl) (closes: #504801)
147      * lib/get-config-dir-svn: Added support for password in SVN URL  (thanks
148        Robin Powell) (closes: #515057)
149      * 20-removable_media: add fd0 entry to fstab only if device is present
150      * fai-cd, make-fai-nfsroot: awk can also do the grep
151      * NFSROOT: install AMD64 packages with aptitude, this also helps when
152        building an amd64 nfsroot on i386
153      * fai-mirror: check if -C was used, (thanks to James Richardson for the
154        patch) (closes: #523625), fixing informal message (closes: #516385)
155      * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
156        in a file called class/*.var (closes: #515139),
157        create /var/run/fai (closes: #515775)
158        always change HOSTNAME when -u was used (closes: #456978)
159        add -u to help message
160      * fai-client.dirs, fai-server.dirs: remove /var/run/fai
161      * subroutines: add trap for softupdates (closes: #449236)
162        stop_fai_installation() sends message to faimond
163        send TASKEND faiend message
164        include target directory information into stamp (closes: #503653)
165      * packages_config/FAIBASE: add lvm2 (closes: #517417)
166      * fai-chboot: always add $append to pxe configuration (closes: #495535)
167      * fai-chboot.8: fix description of -i
168      * compat,rules: update to compat level 7
169      * fai-mirror: set Dir::Etc option instead of changing
170        Dir::Etc::sourceslist only (thanks Sebastian Harl) (closes: #504813)
171      * get-config-dir-git: do not clone into an existing directory (thanks
172        Sebastian Harl) (closes: #506463)
173      * mount2dir: add commands to create /var/lock and /var/run on the
174        filesystem mounted at / (closes: #464541)
175      * make-fai-nfsroot.8: adjust informationen about -U (closes: #520257)
176      * fai,subroutines: move definition of trap clean_exit into task
177        dirinstall
178    
179      [ Michael Tautschnig ]
180      * setup-storage: Bumped version number to 1.0.4
181      * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
182        compatible with etch (thanks Vincent Fortier)
183      * setup-storage/Sizes.pm: Immediately fail if partitions > 2TB are to be
184        created on msdos disk labels
185      * setup-storage: Enable debug mode if -d was given on the command line
186      * setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text
187        replace syntax and additional random initialization of partition
188        (thanks William Famy) (closes: #500821)
189      * examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case
190        lvm2 or mdadm have been installed.
191      * example/simple/classes/50-host-classes: Added hosts bear (class
192        LVM_XEN_SERVER) and puma (RAID_XEN_VIRTUAL)
193      * example/simple/disk_config/{LVM_XEN_SERVER,RAID_XEN_VIRTUAL}: Added
194        corresponding disk_config examples that have a large LVM and a software
195        RAID configured
196      * conf/NFSROOT, debian/control, setup-storage/Volumes.pm: Moving back to
197        Linux::LVM perl module for parsing LVM command output as #488205 has been
198        fixed.
199      * setup-storage/Parser.pm, setup-storage.8: Added and documented support for
200        glob patterns in device names (e.g., /dev/disk/by-id/scsi-*)
201      * setup-storage/Sizes.pm: Fail early, if a non-existing device is used in a
202        volume group.
203      * setup-storage/Commands.pm: Properly handle existing volume groups and only
204        extend them if the underlying devices are preserved, otherwise create them
205        anew.
206      * setup-storage/Volumes.pm, setup-storage/Parser.pm: Always write a new
207        disklabel, if no partition on the disk must be preserved
208      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make sure that the
209        user hasn't configured spares/missing devices with RAID-0 and only add
210        --spare-devices if at least 1 is configured. Thanks Camille Barette.
211        (closes: #508192)
212      * setup-storage/Commands.pm: Use the proper id for telling the user about
213        preserved/resized partitions. (closes: #521290)
214      * setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to
215        regular expressions (thanks Jean Spirat)
216      * setup-storage/Commands.pm: If the disk config is marked virtual, create
217        dummy commands to tell later commands that the devices exist
218        (closes: #508247)
219      * setup-storage/Parser.pm: Support :encrypt with all mountpoint
220        specifications
221      * setup-storage/Sizes.pm: Properly tell the user that the lower bound of a
222        parition size is already too high
223      * setup-storage/Commands.pm: Added debug output in command dependency sorter
224      * setup-storage/Parser.pm, setup-storage/Commands.pm: Make random
225        initialization of encrypted partitions configurable
226      * setup-storage.8: Document new encryption possibilities
227      * lib/get-config-dir-*: task_error requires the exit code of the
228        preceeding command as the second argument
229      * lib/subroutines-linux: The exit code of a command earlier in a pipe
230        must be read using $PIPESTATUS, not $? (closes: #444210)
231      * bin/faimond: Try to load Proc::Daemon only in case -d is given; if it
232        fails, print a helpful error message (closes: #513090)
233      * bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve
234        markers also check whether the to-be-preserved volume is defined at all
235        (closes: #521153)
236      * setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for
237        optional (pv|vg|lv|md)createopts
238      * man/setup-storage.8: Documented these new options
239      * Moved parsing of createopts,tuneopts to Parser.pm for simpler code and
240        better syntax checking (closes: #521172)
241      * setup-storage/Sizes.pm: Change die to warn in case a preserved partition
242        is not aligned to cylinder boundaries
243      * setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to
244        be created (i.e., it will not be preserved)
245      * fai-gude.sgml: add hint how to avoid this bug (closes: #265973)
246    
247     -- Thomas Lange <lange@debian.org>  Mon, 20 Apr 2009 12:02:57 +0200
248    
249    fai (3.2.17) unstable; urgency=medium
250    
251      * fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
252        number is only due to the way packages move within Debian releases.
253      * Added myself to uploaders.
254      * Fix typo in fai-do-scripts which prevented perl scripts to be executed,
255        thanks to Andrew Ruthven for reporting this. (Closes: #504662)
256      * setup-storage/Parser.pm: Do not enforce a space after VG/LV names in
257        resize/preserve options. Thanks to Frederic Blanc for the patch.
258        (closes: #516849)
259      * fai-mirror: honor $debug and $qflag environment variables, thanks to
260        Michael Tautschnig. (Closes: #494431)
261      * device2grub: Add /dev/i2o/hdX  to the list of recognized devices. Thanks
262        to Jürgen Kahnert for the patch. (Closes: #515101)
263    
264     -- Holger Levsen <holger@debian.org>  Wed, 25 Feb 2009 12:26:19 +0100
265    
266    fai (3.2.16) unstable; urgency=high
267    
268      [ Thomas Lange ]
269      * fai: fix RC bug, missing umount (closes: #511391)
270      * README: year++
271      * prcopyleft: year++
272    
273      [ Colin Tuckley ]
274      * fixed spelling mistakes in faimond.8, faimond-gui.1
275    
276     -- Thomas Lange <lange@debian.org>  Mon, 12 Jan 2009 13:12:26 +0100
277    
278    fai (3.2.15) unstable; urgency=low
279    
280      [ Thomas Lange ]
281      * fai-server.manpages: faimond-gui.1 was not included into the package
282      * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
283        fai-cd.8, fai-guide.sgml
284      * lib/subroutines: check *.var files if they are readable
285      * bootexample.sgml: fix typo
286      * dhcpd.conf/FAISERVER: fix wrong path in example
287      * links.html: fix typo (closes: #508598)
288      * fai-guide.sgml: fix package name in documentation (closes: #504797)
289      * get-boot-info: fix wrong test parameter (closes: #509090)
290      * setup-storage: increase version number
291    
292      [ Colin Tuckley ]
293      * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
294    
295      [ Sebastian Harl ]
296      * fai-guide.sgml: fix several typos, mention Git, use $FAI instead of
297        /fai (closes: #507129)
298    
299      [ Michael Tautschnig ]
300      * Commands.pm: Print an informational message whenever a volume or
301        partition is preserved or resized (closes: #508893)
302    
303     -- Thomas Lange <lange@debian.org>  Mon, 22 Dec 2008 14:51:54 +0100
304    
305    fai (3.2.14) unstable; urgency=low
306    
307      * fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
308      * install_packages: fix usage of option -n (closes: #489546)
309      * setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any
310        of the commands to avoid all the possible pitfalls, simplyfies the
311        code quite a bit. (closes: #503729)
312    
313     -- Thomas Lange <lange@debian.org>  Tue, 28 Oct 2008 10:32:20 +0100
314    
315    fai (3.2.13) unstable; urgency=low
316    
317      * lib/setup-storage/Commands.pm: fixed dependency error in vgcreate
318        commands (closes: #502462)
319      * fcopy: fix ordering of classes (closes: #502975)
320    
321     -- Thomas Lange <lange@debian.org>  Wed, 22 Oct 2008 12:14:51 +0200
322    
323    fai (3.2.12) unstable; urgency=low
324    
325      * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
326        preserved partition does not match the size specified in the
327        disk_config; fail, if an extended partition is to be created in place
328        of a to-be-preserved partition (closes: #501772)
329      * setup-storage/Exec.pm: recent versions of parted log errors to
330        stdout instead of stderr + adaption of error messages to current ones
331        (closes: #500823)
332      * setup-storage/Volumes.pm: Handle new error message in case of
333        missing disk label (closes: #500823)
334      * setup-storage: extended debug output of sorted commands
335        (closes: #500822)
336      * setup-storage/Commands.pm: Properly sort commands, fixed dependency
337        errors, use start_byte for new config instead of begin_byte
338        (closes: #500822)
339      * setup-storage: increase version number
340      * make-fai-nfsroot: print version of debootstrap (closes: #500046)
341      * fai-guide.sgml: minor update in example
342      * fai-chboot.8: fix warning from man
343    
344     -- Thomas Lange <lange@debian.org>  Wed, 15 Oct 2008 11:25:39 +0200
345    
346    fai (3.2.11) unstable; urgency=low
347    
348      * control: depend on syslinux-common instead of syslinux (closes: #494417)
349        use same intro for description for all packages,
350        add dependeny and recommends on openbsd-inetd | inet-superserver as
351        workaround for #404760
352      * fai-chboot.8, fai-cd.8, ainsl.1, fai.8, fai-class.8: apply patches
353        from Colin Tuckley
354      * THANKS: add Colin
355      * fai-chboot.8: add example for using templates, add link to pxelinux
356        documentation
357      * fai-cd.8: remove unused info
358      * fai-mirror.1: add information about files used by this script
359      * faimond.8: minor fixes
360      * install_packages.8: minor fixes
361      * make-fai-nfsroot.8: minor fixes
362      * fai-debconf.1: minor fixes
363      * setup-storage.8: replace mdoc macro version with man macro version,
364        reformat examples using tab stops, make groff happy
365      * fai-guide.sgml: remove info about make-fai-bootfloppy, add info about
366        kernel parameters
367      * faisetup.sgml: update messages
368      * bootexample.sgml: update example messages
369      * mkdebmirror: remove obsolete code for fetching boot floppy images
370    
371     -- Thomas Lange <lange@debian.org>  Wed, 01 Oct 2008 14:20:45 +0200
372    
373    fai (3.2.10) unstable; urgency=low
374    
375      * add texlive-latex-recommended and texlive-fonts-recommended to
376        build-depends-indep which fixes FTBFS (closes: #497683),
377        add cfengine2 as recommends to fai-client (closes: #442843),
378        remove mknbi from fai-docs recommends
379      * Init.pm: really add important bugfix (494784) that was only fixed in svn
380        but not in 3.2.9 upload (closes: #494784), fix typo in variable name
381      * Volume.pm: ignore output line of parted containing "Model:"
382        (closes: #497066)
383      * disk-info: fix bashism (closes: #498023),
384        add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426)
385      * Makefile,VERSION: remove variable KERNELVERSION, because it's unused since
386        3.2 (closes: #494699)
387      * fai-cd: do not redirect stderr to /dev/null when calling find_fai_data,
388        otherwise we do not get any errors when the grub call fails
389      * subroutines: use proper path to RUNNING_FROM_FAICD to make eject work
390        (closes: #439101),
391        do not access /proc/uptime if /proc is not mounted (closes: #496234),
392        check if list of cdrom devices is empty (closes: #498052)
393      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
394        well and /var/run/fai is probably the least critical place
395        (closes: #494423)
396      * remove old, unsupported and broken script make-fai-bootfloppy and its man
397        page (it only works with fai-kernels which were removed from lenny)
398        (closes: #452375, #400373, #305363)
399      * remove old and unused util/tlink and the information about it from the
400        documentation
401      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
402        info, update location of RUNNING_FROM_FAICD
403      * fai-guide.sgml: minor documentation fix (closes: #473106),
404        do not propose make-fai-nfsroot -r (closes: #481111),
405        do reference NEWS.Debian (closes: #452760)
406      * ftar.8: minor fix (closes: #481528), update example used
407      * fcopy.8: minor fix (closes: #419787)
408      * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
409      * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
410      * fai-cd.8: add usage example, add warning that all data on USB stick
411        may be destroyed
412      * setup-storage.8: Properly escape \ in literal environments (thanks lintian)
413      * changes to the example classes:
414        - use new partition tool in simple examples
415        - remove class SETUPSTORAGE
416        - package_config/*: remove non-existing packages, change some package
417        - names
418        - package_config/GNOME: make gnome example smaller
419        - 10-misc: remove tune2fs call, now done by new partition tool
420        - use lenny in FAISERVER class
421        - remove empty directory /etc/X11 to make lintian happy
422        - 20-copy-mirror: set correct symlink, add comment
423      * update to standards version 3.8.0, no changes needed
424      * update the package description (closes: #496113)
425      * rules: Don't ignore errors from make clean
426      * Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and
427        Michael Tautschnig for all the discussions and for the help to create
428        this release
429    
430     -- Thomas Lange <lange@debian.org>  Tue, 09 Sep 2008 15:08:20 +0200
431    
432    fai (3.2.9) unstable; urgency=low
433    
434      * apply patch that fixes the RC-bug license issue (closes: #487866)
435      * debian/copyright: add people and reformat text
436      * ftar: exit with warning if unsupported suffix .tgz is found
437      * ainsl: add options -Q and -q (closes: #484722)
438      * fai-setup: fix syntax error (closes: #488404)
439      * setup-storage.8: add migration section, add info for createopts, move
440        comments in example to bottom, fixed and improved documentation for
441        preserve_{always,reinstall} syntax
442      * Sizes.pm: never scale logical volume sizes beyond the specified
443        maximum (closes: #494519)
444      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
445      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
446        (closes: #494357), replace unionfs with aufs (closes: #487080),
447        ext2resize is now obsolete, replace it with e2fsprogs,
448        replace obsolete sysutils with procinfo,
449        add packages for powerpc arch (closes: #494440)
450      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
451        of old XS-* friends (closes: #451013),
452        remove Homepage from Description field, use Homepage field instead
453      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
454        version that does not use Linux::LVM, because this is severly broken
455        (closes: #494357)
456      * setup-storage: increase version number to 1.0.1 because of LVM change
457      * Commands.pm: bugfix in RAID volume handling in case of devices marked
458        missing: mdadm command requires device names to be replaced by
459        "missing" (closes: #494520)
460      * package_config/FAIBASE: replace obsolete sysutils with procinfo
461      * subroutines-linux: replace klogd and syslogd with rsyslog
462        (closes: #494387)
463      * conf/sources.list: replace etch with lenny, make koeln repository
464        optional (closes: #474326)
465      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
466        avoid warnings "Can not write log, openpty() failed",
467      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
468        (closes: #494518, #494523),
469        move trap definitions outside of { } block (closes: #494518, #494523),
470        use arch independent name for linux kernel (closes: #494440)
471      * updatebase: mount /dev/pts into /target to avoid openpty() warning
472      * fai-do-scripts: use -b in call of file command, this makes the pattern
473        matching more robust, make file adjust regex to new output of file
474        command (closes: #490111)
475      * savelog.LAST.source: add error pattern
476      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
477      * rules: do not copy file for linda
478      * fai-quickstart.dirs:  linda directory not needed any more
479      * fai-quickstart.lintian: fix pattern
480    
481     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
482    
483    fai (3.2.8) unstable; urgency=low
484    
485      * Merge setup-storage, the new partitioning tool
486        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
487      * add variable $USE_SETUP_STORAGE
488      * setup-storage: move loading of kernel modules into 20hwdetect.source,
489        print which disk_config setup-storage is using
490      * Commands.pm: print also mountpoint when debugging tuneopts and
491        createopts, fix and document problem when only tuneopts are defined,
492        prevent warnings about uninitialized variables
493      * 20-hwdetect.source: load modules needed for setup-storage
494      * add class SETUPSTORAGE for easy testing
495    
496     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
497    
498    fai (3.2.7) unstable; urgency=low
499    
500      * update some messages to 2008
501      * fai-cd: check if list of Packages files is non-empty, change syntax of
502        ${...:=...}, use rsync for coping to USB stick if available
503      * fai-cd.8: add info for MAXPACKAGES
504      * fai-guide.sgml: fix order of tasks
505      * fai-setup: check if file exists
506      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
507        check if NFSROOT directory is mounted with bad options
508      * get-boot-info: parse live.log for detecting boot method
509      * disk-info: use group info for detecting disks, extend pattern for
510        detecting scsi disks
511      * subroutines: fix regex so softupdate will; now umount the config space
512      * add internal variable printk, for setting the console log level
513    
514     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
515    
516    fai (3.2.6) unstable; urgency=medium
517    
518      * fai: remove local, fix regex (closes: #480685)
519      * fai-cd: fix syntax error (closes: #480830)
520    
521     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
522    
523    fai (3.2.5) unstable; urgency=low
524    
525      * GRUB/10-setup: use absolute path
526      * fai: mount /proc if not already mounted (closes: #453017, #444156),
527        check if target directory for dirinstall is mounted with nosuid,nodev
528      * fai-mirror: set MAXPACKAGES=1 if undefined before
529      * make-fai-nfsroot: exit with error if software installation has errors
530        (closes: #442261)
531      * fai-guide.sgml: add info how to specify a certain release or version
532        of a package
533      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
534        fix setting of cfdir (closes: #475250)
535      * fai-cd.8: extend info for -g
536      * subroutines: remove local from variable (closes: #449236)
537      * install_packages: fix in detecting Debian specific actions
538      * fai-chboot: add check if kernelsuffix is defined
539      * fai-abort: add LSB formatted dependency info (closes: #469716)
540      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
541      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
542      * ainsl: substitue \s+ afterwards (closes: #470799)
543    
544     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
545    
546    fai (3.2.4) unstable; urgency=high
547    
548      * fai-cd.8: add missing -C option
549      * make-fai-nfsroot: remove code for creating BOOTP environment
550      * faimond-gui: show different icons depending on error code
551      * fai-setup: fix syntax error (closes: #453442)
552      * subroutines-linux: do not print hostname and kernel compile time
553      * fai: update date, remove mkdir
554      * savelog.LAST.source: remove duplicate messages which appear in fai.log
555        and software.log
556    
557     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
558    
559    fai (3.2.3) unstable; urgency=medium
560    
561      * fix wrong logic in updatebase (closes: #452516)
562    
563     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
564    
565    fai (3.2.2) unstable; urgency=low
566    
567      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
568        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
569      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
570      * savelog.LAST.source: add ignore pattern, remove dot after filename
571      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
572        which prints more info about update without checking variable names,
573        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
574        success (closes: #370780), write output also into /var/log/fai,
575        return and print exit code from install_packages, create or copy
576        live.conf, try to umount /proc inside the nfsroot before removing an
577        old nfsroot, abort if this fails
578      * subroutines: add task_error(), which stores the maximum error code in
579        $task_error, do nothing if error=0, print traceback,
580        add stop_fai_installation(), write pid to stamp file, print PID in
581        case of error, add task_test stub, save function name that causes
582        fatal error, set $fai_rundate only if not yet defined
583      * subroutines-linux: add check if $monserver is defined, print kernel
584        version currently running, catch exit code from install_packages
585      * mount2dir: add support for UUID and LABEL
586      * fai: export $romountopt, get error codes from all commands in a pipe,
587        add $STOP_ON_ERROR, fix variable name (closes: #447080),
588        do not use /var/log/fai/current (closes: #445276), cleanup definition
589        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
590        add symlinks for last and last-$action in the very beginning
591      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
592        recommends to debconf-utils (closes: #445109), improve package
593        description (closes: #419071), add Homepage field, add live-initramfs
594        to depends of fai-nfsroot
595        replace ssh with openssh-server and openssh-client (closes: #434356)
596      * fai-cd: copy grub config always to menu.lst
597      * get-config-dir-nfs: add -n to mount
598      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
599      * update FSF address (closes: #444154)
600      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
601      * menu.lst/postinst: check if variables are defined (closes: #445978)
602      * ftar: make it a bash script
603      * fai-setup: add option -C (closes: #388157), fix mode of
604        authorized_keys
605      * fai-setup.8: add option -C
606      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
607      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
608        use safe-upgrade when available
609      * fai-divert: make it a bash script
610      * 30-interfaces: resolv.conf is now in /, not in /tmp
611      * make-fai-bootfloppy: script currently does not work, always die with
612        error message
613      * FAIBASE.var: add STOP_ON_ERROR
614      * fai-savelog: do not save log to local directory, if this directory
615        already exists (should only happen during softupdate), change
616        permissions of LOGDIR (closes: #445276)
617      * get-config-dir-*: call task_error after trying to access config space
618      * sources.list: add koeln repository
619    
620     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
621    
622    fai (3.2.1) unstable; urgency=low
623    
624      * mount swap partitions with identical priorities
625      * fai-mirror: also match lowercase class names (for hostsnames),
626        use $cfdir instead of fixed path /etc/fai
627      * subroutines-linux: add timeout to nc call
628      * subroutines: change message for faimond in task_faiend()
629      * control: readd libapt-pkg-perl to depends, nfs-server (user space)
630        does not support locking, so FAI cannot use it, remove wget, add arch
631        to mknbi
632      * get-config-dir-svn: add svn+ssh support
633      * QUESTIONNAIRE: add USB stick, split bootb and dhcp
634      * faimond, faimond.8: use Proc::Daemon, add options tTldP
635      * faimond: do not allow ; in message (security), do not print ip and
636        port number
637      * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
638        because of a Ubuntu bug), activate -U if Ubuntu is detected
639        determine the arch inside the nfsroot for defining a class, this help
640        building amd64 nfsroots on i386 and vice versa,
641        add support for running hooks, (closes: #342467)
642      * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
643      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
644      * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
645        about variable FAI_ETC_DIR
646      * packages_config/DEFAULT: fix typos in linux-image-amd64
647      * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
648      * savelog.LAST.source: add ignore pattern
649      * packages_config/FAIBASE: add fai-client
650      * fai-do-scripts: exit with maximum error code of all child scripts that
651        had an error
652      * fai: change message when stamp file already exists (closes: #441437)
653      * fai-cd: remove arch specific path
654      * fai-cd.8: add info about USB stick (closes: #441988),
655        improve man page (closes: #441991)
656      * new get-config-dir-git: add method git for access (closes: #441992)
657      * examples/etc/dhcpd.conf: fix path
658      * faimond-gui: new tool that produces graphical output of faimond
659      * faimond-gui.8: new man page
660      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
661      * fai-guide.sgml: add info about NFSROOT_HOOKS
662    
663     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
664    
665    fai (3.2) unstable; urgency=low
666    
667      * subroutines-linux: fix extra slash in path (closes: #428860),
668        jobsrunning(): ignore rcS process (closes: #425725)
669        during dirinstall call debootstrap if no base.tgz is found
670      * setup_harddisks: fix file system type of /proc
671      * fai.conf: make ssh and scp the default (closes: #309678, #380085)
672      * fai-guide.sgml:
673        major update to reflect FAI 3.X changes (closes: #390508),
674        fix description of classes used (closes: #329984),
675        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
676        fix an url, add documentation for dirinstall (closes: #390508),
677        document usage of basefiles/ (closes: #391660),
678        document the order hooks are called (closes: #380337)
679      * get-config-dir-svn: add support for svn url's without username
680        (closes: #415875)
681      * subroutines: copy disk_var.sh only if available (closes: #415880),
682        fix wrong path for FAI_CLASSES
683      * savelog.LAST.source: add more patterns
684      * faimond: add options -p, -h, -b,
685        it can now call fai-boot (closes: #342477, #424608)
686      * faimond.1: update man pages to reflect the new options
687      * fai-savelog: use $LOGREMOTEDIR when saving to remote
688        (closes: #290371), do not set $HOSTNAME, should be set all the time
689        (closes: #429553, #429733)
690      * make-fai-nfsroot: add option -p (closes: #359323), move from
691        fai-kernels to plain Debian kernel using initrd (closes: #410940),
692        remove unused things since we have now write access to the nfsroot,
693        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
694        move creating of subdirs from make-fai-nfsroot to fai (from server to
695        client), do not create shell script in make-fai-nfsroot,
696        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
697        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613),
698        update-initramfs symlinks to /bin/true during diversion
699      * make-fai-nfsroot.conf:
700        remove the variable KERNELPACKAGE (closes: #416531, #435098)
701      * make-fai-nfsroot.8: remove -V, new description for -K and -k
702      * fcopy: set mode on file even no file was copied (closes: #360184),
703        check error code of preinst and postinst scripts (closes: #432681),
704        add quotes to variable (closes: #430127), skip comment lines in
705        file-modes
706      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
707        add initrd support, add option -s (closes: #356380), remove nfs
708        options from append line
709      * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
710      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
711        (closes: #416381)
712      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
713        debian kernel package, add ext2resize, hwinfo and change arch specific
714        packages,
715        move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
716      * control: change dependencies from tetex to tetex or texlive, replace
717        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
718        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
719        syslinux is only available on two architectures, do not depend on
720        cfengine (v1), since it does not exists any more
721      * fai: do not remount / read only, do not call create_ramdisk, now we
722        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
723        -p, export $action for 20hwdetect.source, call save_dmesg only during
724        initial installation, during dirinstall set
725        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: #429553)
726        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
727        create syslog.conf before starting the syslog daemon
728        when doing dirinstall -c or -N must be specified (closes: #429554)
729        the local hard disks are now mounted to /target instead of /tmp/target
730      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
731        Debian kernel
732      * menu.lst: remove unneeded options, add boot=live for new initrd,
733        remove root (cd), fix setting of hostname, instead of using ip=, we
734        now use hostname=
735      * create_resolv_conf: fix path, since we can now write on the whole
736        filesystem
737      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
738        booting (closes: #401041),
739        add option -f, force removal of an existing ISO image
740        add option -k, this is for debugging
741        add option -n, do not create ISO image
742        add option -u, copy fai-cd data to a directory (USB support)
743        use $NFSROOT/live/filesystem.dir
744      * disk-info: do not include removable devices into list of disks
745      * fai-class: remove HOST variable, only use HOSTNAME now
746        do not set HOSTNAME from uname (closes: #431283)
747      * multiple files: add some patches fixing english text
748        (closes: #428857, #428858)
749      * 20-removable_media: fix path for floppy mount point (closes: #428859)
750      * fai.8: add option -u, --hostname (closes: #361559)
751      * add variable TFTPROOT (closes: #408271, #431431)
752      * fai-mirror:
753        use $NFSROOT/live/filesystem.dir
754        do not ask questions, add unauthenticated packages to the mirror
755      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
756      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
757      * install_packages: add option -N, change option -t to -n,
758        add patch that AptPkg module is only used when
759        available and target system is Debian (closes: #422225), move code to
760        check_aptpkg(), add smart package manager support (closes: #430798)
761        do execute Debian specific commands only when needed (closes: #392038),
762        grab error codes when executing commands,
763        exit with 3 when errors occured, add option -H (closes: #391659),
764        put suffix -internal to all internal commands,
765        remove -n from tasksel calls
766        print path once, then only config file names, not always full path
767      * install_packages.8: add option -N and -H, change option -t to -n,
768        add option -p (closes: #424848)
769      * create_ramdisk: replaced by unionfs
770      * fai-do-scripts: remove -k from cfagent call (closes: #425699),
771        add new strings for shell scripts (closes: #416616)
772      * fai-server.post*: do not manage $TFTPROOT (closes: #430000)
773      * package_config: move linux-image package from FAIBASE to DEFAULT, add
774        kernel name for architecture
775      * ainsl: escape + in pattern
776      * make S01fai-abort an init.d script
777    
778     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 18:11:28 +0200
779    
780    fai (3.1.8) unstable; urgency=medium
781    
782      * conf/NFSROOT: remove unknow package name (closes: 407950)
783      * setup_harddisks: use C locale when calling mkreiserfs (closes: 413504)
784      * fai-mirror: add /usr/sbin to $PATH so a normal user can also call
785        this command (closes: 413466)
786      * simple/package_config/GERMAN: fix wrong package name
787      * lib/subroutines: replace >>/dev/stderr with >&2
788    
789     -- Thomas Lange <lange@debian.org>  Tue, 13 Mar 2007 23:39:56 +0100
790    
791    fai (3.1.7) unstable; urgency=medium
792    
793      * subroutines: ifclass() should append to stderr (closes: #409059)
794      * examples/simple/, lib/fai-mount-disk, lib/mount2dir: use bash for
795        shell scripts (closes: #410084)
796      * fix typo in bug number of older changelog entry
797      * install_packages.8: add info for variable MAXPACKAGES
798    
799     -- Thomas Lange <lange@debian.org>  Wed, 14 Feb 2007 12:11:29 +0100
800    
801    fai (3.1.6) unstable; urgency=high
802    
803      * fix important and grave bugs
804      * fai-setup: do not fail (and exit) if $loguserhome is not writeable for
805        root (closes: #407947)
806      * fai-class: fix syntax error (closes: #408153)
807    
808     -- Thomas Lange <lange@debian.org>  Tue, 23 Jan 2007 23:49:33 +0100
809    
810    fai (3.1.5) unstable; urgency=low
811    
812      * make-fai-nfsroot: remove copying of *.pub files (closes: #406334)
813      * fai-debconf: add template when create tmp file, remove also old
814        tmp files (closes: #406336)
815      * fai: add missing parameter to --long options (closes: #406125)
816      * fai-classs: set hostname from -u as intended (closes: #406125)
817      * scripts/FAISERVER/10-conffiles: fix wrong path (closes: #406500)
818      * README: update year from 2006 to 2007
819    
820     -- Thomas Lange <lange@debian.org>  Fri, 12 Jan 2007 14:57:12 +0100
821    
822    fai (3.1.4) unstable; urgency=medium
823    
824      * these are only document changes and a one liner for setup_harddisks
825      * fix default examples. A change in the xorg package dependencies broke
826        the default FAI example installation (closes: #405435)
827      * remove xlockmore package from example (closes: #405433)
828      * setup_harddisks: add support for mountig existing NTFS partitions
829        (closes: #404187)
830    
831     -- Thomas Lange <lange@debian.org>  Thu,  4 Jan 2007 15:30:42 +0100
832    
833    fai (3.1.3) unstable; urgency=medium
834    
835      * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only
836        readable for root and group adm (closes: #402644)
837      * fai: add missing shift command (closes: #402588)
838      * fai.8: improve dirinstall info (closes: #402294)
839      * package_config/FAIBASE: add packages, this is only a documentation
840        change
841    
842     -- Thomas Lange <lange@debian.org>  Sun, 17 Dec 2006 17:40:54 +0100
843    
844    fai (3.1.2) unstable; urgency=high
845    
846      * use new fai kernel version 2.6.18
847      * control: add Vcs-Svn control field (closes: #399561)
848      * conf/NFSROOT: remove package hwtools, which do not exists any more
849      * fai-chboot: exit if file cannot be written, tmpfile was not always
850        removed
851      * make-fai-bootfloppy: remove sit interfaces from list of network
852        devices (closes: #400521), print error if it can't write to floppy
853        device (closes: #400522)
854      * fcopy: tmpfile was not always removed
855      * mount2dir: use noatime when mounting local file systems
856      * lib/subroutines-linux: change comment
857      * fix typo in changelog
858      * fai-server.postinst: change message (closes: #400324)
859    
860     -- Thomas Lange <lange@debian.org>  Mon, 27 Nov 2006 20:04:51 +0100
861    
862    fai (3.1.1) unstable; urgency=low
863    
864      * control: remove mkinitrd-cd from Recemmends: and Suggests:
865      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
866        $cfdir is already set (closes: #394884), no code change, reorder code
867        so a normal user gets help whem using -h,--help
868      * faireboot: fix file name to variables.log
869      * fai-chboot: fix several bugs for listing options, option -p expects an
870        argument, fix for -c behaviour (closes: #389905)
871      * fai-chboot.8: minor document fixes
872      * fai-mirror.1: fix example (closes: #390520)
873      * fcopy: remove temporary file after use
874      * fai: start udev before creating /dev/shm/network, remove set +a for
875        dirinstall, so $fai_rundate will be exported (closes: #390373)
876      * subroutines: umount config dir at the end of softupdate action,
877        cd back to old directory, convert FAI_ROOT to absolute path if doing
878        dirinstall (closes: #390346), die() only calls bash when
879        FAI_ACTION=install, add -i to bash call (closes: #362252)
880      * subroutines-linux: check exit status of get-config-dir
881      * get-config-dir: replace die call with echo and exit statement, add
882        error message
883      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
884        anchors to the beginning
885      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
886      * ainsl.8: explain ^ and $ treatment in more detail
887      * FAIBASE/10-misc: add anchors to ainsl pattern
888      * class/20hwdetect.source: change discover call
889      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
890      * lib/task_sysinfo: remove call of kudzu since it's not available any
891        more in etch
892    
893     -- Thomas Lange <lange@debian.org>  Mon,  6 Nov 2006 15:57:01 +0100
894    
895    fai (3.1) unstable; urgency=medium
896    
897      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
898      * rename action dirinst to dirinstall (closes: #390345)
899      * fai-cd: fix wrong path for sources.list (closes: #391639)
900      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
901      * lib/create_ramdisk: make /var/discover writeable
902      * make-fai-nfsroot: create directory var/discover, add option -h and
903        usage() subroutine
904      * subroutines: move find's maxdepth option to the left, prevent multiple
905        fai softupdate running simultaneously (closes: #390680), move
906        disk_var.sh from FAI 2.X installation old to new location
907        rename variable sndhostname to sendhostname
908      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
909        so it also works for sarge's version of expr
910      * subroutines-liux: add test if base.tgz exists (closes: #390343),
911        sources.list must be used from /etc/apt during normal installation
912      * fai: add option -u,--hostname (closes: #390367), create
913        /dev/shm/network if directory not already exists (needed for initrd
914        kernels)
915      * LAST/50-misc: do not fail if hardware clock can't be set
916      * fcopy: swap call of postinst and set_mode
917      * install_packages: add missing package list to yum and rpm calls
918        (closes: #392032)
919      * rename sndmon() to sendmon()
920      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
921        it, add carriage return
922      * package_config/DEMO: remove rstatd since it buggy atm
923      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
924        not call discover
925    
926     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
927    
928    fai (3.0) unstable; urgency=low
929    
930      * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
931      * fai: export FAI_ACTION, fix -c and -C in usage()
932      * subroutines-linux: fix path of resolv.conf
933      * fai-chboot: remove devfs=nomount, use NFS v3
934      * package_config/DEFAULT: replace kernel-image with linux-image
935      * faireboot: stop udevd
936      * rename class XFREE to XORG, use xorg packages
937      * bin/fai: rename $targetdir to $FAI_ROOT
938      * add debconf data for german environment (closes: #386192)
939      * package_config/GERMAN: new file includes packages for german
940        environment
941      * new script FAIBASE/20-removable_media creates fstab entries and makes
942        directories under /media
943      * new script and man page: ainsl, ainsl.1
944      * fai-start-stop-daemon: prints which daemon will not be started
945      * get-boot-info: fix duplicate call of get_dhcp_info()
946      * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
947      * fai-setup: add option no_subtree_check to etc/exports lines
948      * get-config-dir-svn: svn support for config space (closes: #314991)
949      * fai.8: add info about dirinst, add example
950    
951     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
952    
953    fai (3~beta21) unstable; urgency=medium
954    
955      * make pathes conform to FHS:
956        (closes: #340608, #311524, #336650, #309554, #340609)
957    * use /srv/tftp/fai    instead of /boot/fai    * use /srv/tftp/fai    instead of /boot/fai
958    * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg    * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
959    * use /srv/fai/config  instead of /usr/local/share/fai    * use /srv/fai/config  instead of /usr/local/share/fai
# Line 11  fai (3~beta2) unstable; urgency=low Line 964  fai (3~beta2) unstable; urgency=low
964    * setup_harddisks: use more secure options for /proc line    * setup_harddisks: use more secure options for /proc line
965    * fai-chboot: use tcp as default for nfs, nfs v3 can will become default    * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
966      with etch, existent .disable pxe file will be removed automatically,      with etch, existent .disable pxe file will be removed automatically,
967      add headline when copying from template      add headline when copying from template, change in options: -d is now
968        -D, -r is now -d, -r is not used any more, abort if $pxedir does not
969        exist (closes: #373596)
970    * subroutines-linux: task_updatebase does not use updatebase.log any    * subroutines-linux: task_updatebase does not use updatebase.log any
971      more (closes: #366823), try ftar $FAI/basefiles before extracting base.tgz      more (closes: #366823), try ftar $FAI/basefiles before extracting
972        base.tgz, create policy-rc.d in the chroot, copy sources.list from
973        $FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh, fix
974        path for resolv.conf
975    * move /etc/fai/sources.list to /etc/fai/apt/sources.list    * move /etc/fai/sources.list to /etc/fai/apt/sources.list
976    * fix lintian error: build-depends-indep-should-be-build-depends debhelper    * fix lintian error: build-depends-indep-should-be-build-depends
977        debhelper
978    * complies with policy 3.7.2    * complies with policy 3.7.2
979    * added a linda override for fai-quickstart (ignore /usr/doc-symlink    * added a linda override for fai-quickstart (ignore /usr/doc-symlink
980      warning)      warning)
# Line 23  fai (3~beta2) unstable; urgency=low Line 982  fai (3~beta2) unstable; urgency=low
982    * conf/make-fai-nfsroot.conf: remove variables: $nfssize,    * conf/make-fai-nfsroot.conf: remove variables: $nfssize,
983      $NFSROOT_PACKAGES, $package      $NFSROOT_PACKAGES, $package
984    * new config file /etc/fai/NFSROOT which contains the package list    * new config file /etc/fai/NFSROOT which contains the package list
985    * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO instead,    * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO
986      LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed      instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver
987      installserver removed (closes: #332837)      removed (closes: #332837)
988    * lib/subruotines-linux: replace $FAI_REMOTESH with local variable $remotesh    * lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate
989    * lib/subruotines: remove get_fai_cvs(), get_fai_dir(), now separate scripts      scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd
990    * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--class,      at the end of the installation
991      -c,--cfdir, add support for dirinst, cleanup LOGDIR before using it    * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--cfdir,
992      again (closes: #369534)      -c,--class (closes: #353535), add support for dirinst, cleanup LOGDIR
993        before using it again (closes: #369534), remove variable rundir, mkdir
994        /var/run/fai if not existing, trap uses subroutine clean_exit() for
995        dirinst
996    * fai-setup: use getent for getting IP address, make it a bash script,    * fai-setup: use getent for getting IP address, make it a bash script,
997      change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE      change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
998      for getting hostname, add all IP addresses and host names to      for getting hostname, add all IP addresses and host names to
999      ssh_known_hosts, remove variable FAICLIENTS, use IP address and      ssh_known_hosts (closes: #286692), remove variable FAICLIENTS, use IP
1000      netmask for exportfs line (closes: #381261)      address and netmask for exportfs line (closes: #381261)
1001    * make-fai-nfsroot: new subroutine all_host_entries(), use    * make-fai-nfsroot: new subroutine all_host_entries(), use
1002      install_packages and /etc/fai/NFSROOT for installing packages into the      install_packages and /etc/fai/NFSROOT for installing packages into the
1003      nfsroot      nfsroot, install fai-nfsroot before other packages are installed, do
1004    * varaible $fstab replaced with fstab (no more Solaris support using vfstab)      not exit if getent returns no information, rename -c to -C, use
1005        readlink to determine $cfdir (closes: #358765)
1006      * variable $fstab replaced with fstab (no more Solaris support using
1007        vfstab)
1008    * savelog.LAST: set reboot=1 if no errors are found    * savelog.LAST: set reboot=1 if no errors are found
1009    * fcopy: fix bug (closes: #374415)    * fcopy: fix bug (closes: #374415)
1010    * control: update to Standards-Version: 3.7.2, fai-quickstart depends on    * control: update to Standards-Version: 3.7.2, fai-quickstart depends on
1011      tftpd-hpa      tftpd-hpa
1012    * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,    * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,
1013      replace backticks with $(), fix test (closes: #384624)      replace backticks with $(), fix test (closes: #384624), rename -c to -C
1014    * lib/get-boot-info: get network info via DHCP if ip=dhcp was set    * lib/get-boot-info: get network info via DHCP if ip=dhcp was set
1015    * prcopyleft: remove osname from copyright logo    * prcopyleft: remove osname from copyright logo
1016    * subroutines: add task dirinst (closes: #322634)    * subroutines: add task dirinst (closes: #322634), do not execute task
1017        prepareapt on softupdates (closes: #315000), save FAI_CLASSES and
1018        disk_var.sh to /var/lib/fai, do not save variables.log to /var
1019    * move fai-divert to fai-client package    * move fai-divert to fai-client package
1020    * ftar: fix exit code when no matching class was found    * ftar: fix exit code when no matching class was found
1021    * move code from script get-config-dir to task_confdir()    * move code from script get-config-dir to task_confdir()
1022    * rename $DO_INIT_TASKS to $do_init_tasks    * rename $DO_INIT_TASKS to $do_init_tasks
1023    * install_packages: add option -p    * install_packages: add option -p
1024    * fai-mirror: use packages.nfsroot instead of packages.arch, check if    * fai-mirror: use packages.nfsroot instead of packages.arch, check if
1025      obsolete variables are used      obsolete variables are used, remove -a, add -B
1026      * add policy-rc.d support instead of diverting start-stop-daemon
1027      * remove varaible diskvar, use $LOGDIR/disk_var.sh instead
1028      * fai-debconf: use read-only temp file during reconfigure
1029      * get-config-dir-file: access config space via local path, used by
1030        fai-cd
1031      * fai-cd: use $FAI instead of /fai
1032      * fai-mirror: generate distrib name from FAI_DEBOOTSTRAP
1033      * move some -c to -C, so now all scripts use -C for cfdir, setting
1034        $FAI_ETC_DIR is the same as specifying -C cfdir, print message if this
1035        variables is used
1036      * move NEWS to NEWS.Debian
1037      * VERSION: default is kernel 2.6.17
1038    
1039   -- Thomas Lange <lange@debian.org>  Mon,  4 Sep 2006 16:09:17 +0200   -- Thomas Lange <lange@debian.org>  Wed, 13 Sep 2006 18:54:38 +0200
1040    
1041  fai (2.10.5) unstable; urgency=high  fai (2.10.5) unstable; urgency=high
1042    
# Line 133  fai (2.10.1) unstable; urgency=low Line 1112  fai (2.10.1) unstable; urgency=low
1112    * make-fai-nfsroot.conf: new names packages in fai-kernel, add    * make-fai-nfsroot.conf: new names packages in fai-kernel, add
1113      console-tools to nfsroot (closes: #363480)      console-tools to nfsroot (closes: #363480)
1114    * get-boot-info: do not try to activate the first four ethernet devices    * get-boot-info: do not try to activate the first four ethernet devices
1115    * conf/apt.conf: add aptitude option so untrusted repositories will also be used    * conf/apt.conf: add aptitude option so untrusted repositories will also
1116        be used
1117    * instsoft.FAIBASE: use fcopy for kernel-img.conf    * instsoft.FAIBASE: use fcopy for kernel-img.conf
1118    * subroutines-linux: use IP address when calling fai-chboot in    * subroutines-linux: use IP address when calling fai-chboot in
1119      task_chboot, this helps when the install client has two network cards      task_chboot, this helps when the install client has two network cards

Legend:
Removed from v.3854  
changed lines
  Added in v.5479

  ViewVC Help
Powered by ViewVC 1.1.5