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

Diff of /trunk/debian/changelog

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

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

Legend:
Removed from v.3506  
changed lines
  Added in v.5347

  ViewVC Help
Powered by ViewVC 1.1.5