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

Diff of /trunk/debian/changelog

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

revision 2970 by lange, Thu Oct 20 20:48:26 2005 UTC revision 5162 by lange, Tue Sep 16 13:45:23 2008 UTC
# Line 1  Line 1 
1    fai (3.2.11) unstable; urgency=low
2    
3      * fai-chboot.8, fai-cd.8, ainsl.1, fai.8: apply patches from Colin Tuckley
4      * THANKS: add Colin
5      * fai-chboot.8: add example for using templates, add link to pxelinux
6        documentation
7      * fai-cd.8: remove unused info
8      * fai-mirror.1: add information about files used by this script
9      * faimond.8: minor fixes
10      * install_packages.8: minor fixes
11      * make-fai-nfsroot.8: minor fixes
12      * setup-storage.8: replace mdoc macro version with man macro version
13    
14     -- Thomas Lange <lange@debian.org>  Tue, 16 Sep 2008 15:36:24 +0200
15    
16    fai (3.2.10) unstable; urgency=low
17    
18      * add texlive-latex-recommended and texlive-fonts-recommended to
19        build-depends-indep which fixes FTBFS (closes: #497683),
20        add cfengine2 as recommends to fai-client (closes: #442843),
21        remove mknbi from fai-docs recommends
22      * Init.pm: really add important bugfix (494784) that was only fixed in svn
23        but not in 3.2.9 upload (closes: #494784), fix typo in variable name
24      * Volume.pm: ignore output line of parted containing "Model:"
25        (closes: #497066)
26      * disk-info: fix bashism (closes: #498023),
27        add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426)
28      * Makefile,VERSION: remove variable KERNELVERSION, because it's unused since
29        3.2 (closes: #494699)
30      * fai-cd: do not redirect stderr to /dev/null when calling find_fai_data,
31        otherwise we do not get any errors when the grub call fails
32      * subroutines: use proper path to RUNNING_FROM_FAICD to make eject work
33        (closes: #439101),
34        do not access /proc/uptime if /proc is not mounted (closes: #496234),
35        check if list of cdrom devices is empty (closes: #498052)
36      * fai-client.postrm: use rm -rf, we do so in other maintainer scripts as
37        well and /var/run/fai is probably the least critical place
38        (closes: #494423)
39      * remove old, unsupported and broken script make-fai-bootfloppy and its man
40        page (it only works with fai-kernels which were removed from lenny)
41        (closes: #452375, #400373, #305363)
42      * remove old and unused util/tlink and the information about it from the
43        documentation
44      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP
45        info, update location of RUNNING_FROM_FAICD
46      * fai-guide.sgml: minor documentation fix (closes: #473106),
47        do not propose make-fai-nfsroot -r (closes: #481111),
48        do reference NEWS.Debian (closes: #452760)
49      * ftar.8: minor fix (closes: #481528), update example used
50      * fcopy.8: minor fix (closes: #419787)
51      * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
52      * setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes
53      * fai-cd.8: add usage example, add warning that all data on USB stick
54        may be destroyed
55      * setup-storage.8: Properly escape \ in literal environments (thanks lintian)
56      * changes to the example classes:
57        - use new partition tool in simple examples
58        - remove class SETUPSTORAGE
59        - package_config/*: remove non-existing packages, change some package
60        - names
61        - package_config/GNOME: make gnome example smaller
62        - 10-misc: remove tune2fs call, now done by new partition tool
63        - use lenny in FAISERVER class
64        - remove empty directory /etc/X11 to make lintian happy
65        - 20-copy-mirror: set correct symlink, add comment
66      * update to standards version 3.8.0, no changes needed
67      * update the package description (closes: #496113)
68      * rules: Don't ignore errors from make clean
69      * Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and
70        Michael Tautschnig for all the discussions and for the help to create
71        this release
72    
73     -- Thomas Lange <lange@debian.org>  Tue, 09 Sep 2008 15:08:20 +0200
74    
75    fai (3.2.9) unstable; urgency=low
76    
77      * apply patch that fixes the RC-bug license issue (closes: #487866)
78      * debian/copyright: add people and reformat text
79      * ftar: exit with warning if unsupported suffix .tgz is found
80      * ainsl: add options -Q and -q (closes: #484722)
81      * fai-setup: fix syntax error (closes: #488404)
82      * setup-storage.8: add migration section, add info for createopts, move
83        comments in example to bottom, fixed and improved documentation for
84        preserve_{always,reinstall} syntax
85      * Sizes.pm: never scale logical volume sizes beyond the specified
86        maximum (closes: #494519)
87      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
88      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
89        (closes: #494357), replace unionfs with aufs (closes: #487080),
90        ext2resize is now obsolete, replace it with e2fsprogs,
91        replace obsolete sysutils with procinfo,
92        add packages for powerpc arch (closes: #494440)
93      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
94        of old XS-* friends (closes: #451013),
95        remove Homepage from Description field, use Homepage field instead
96      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
97        version that does not use Linux::LVM, because this is severly broken
98        (closes: #494357)
99      * setup-storage: increase version number to 1.0.1 because of LVM change
100      * Commands.pm: bugfix in RAID volume handling in case of devices marked
101        missing: mdadm command requires device names to be replaced by
102        "missing" (closes: #494520)
103      * package_config/FAIBASE: replace obsolete sysutils with procinfo
104      * subroutines-linux: replace klogd and syslogd with rsyslog
105        (closes: #494387)
106      * conf/sources.list: replace etch with lenny, make koeln repository
107        optional (closes: #474326)
108      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
109        avoid warnings "Can not write log, openpty() failed",
110      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
111        (closes: #494518, #494523),
112        move trap definitions outside of { } block (closes: #494518, #494523),
113        use arch independent name for linux kernel (closes: #494440)
114      * updatebase: mount /dev/pts into /target to avoid openpty() warning
115      * fai-do-scripts: use -b in call of file command, this makes the pattern
116        matching more robust, make file adjust regex to new output of file
117        command (closes: #490111)
118      * savelog.LAST.source: add error pattern
119      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
120      * rules: do not copy file for linda
121      * fai-quickstart.dirs:  linda directory not needed any more
122      * fai-quickstart.lintian: fix pattern
123    
124     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
125    
126    fai (3.2.8) unstable; urgency=low
127    
128      * Merge setup-storage, the new partitioning tool
129        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
130      * add variable $USE_SETUP_STORAGE
131      * setup-storage: move loading of kernel modules into 20hwdetect.source,
132        print which disk_config setup-storage is using
133      * Commands.pm: print also mountpoint when debugging tuneopts and
134        createopts, fix and document problem when only tuneopts are defined,
135        prevent warnings about uninitialized variables
136      * 20-hwdetect.source: load modules needed for setup-storage
137      * add class SETUPSTORAGE for easy testing
138    
139     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
140    
141    fai (3.2.7) unstable; urgency=low
142    
143      * update some messages to 2008
144      * fai-cd: check if list of Packages files is non-empty, change syntax of
145        ${...:=...}, use rsync for coping to USB stick if available
146      * fai-cd.8: add info for MAXPACKAGES
147      * fai-guide.sgml: fix order of tasks
148      * fai-setup: check if file exists
149      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
150        check if NFSROOT directory is mounted with bad options
151      * get-boot-info: parse live.log for detecting boot method
152      * disk-info: use group info for detecting disks, extend pattern for
153        detecting scsi disks
154      * subroutines: fix regex so softupdate will; now umount the config space
155      * add internal variable printk, for setting the console log level
156    
157     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
158    
159    fai (3.2.6) unstable; urgency=medium
160    
161      * fai: remove local, fix regex (closes: #480685)
162      * fai-cd: fix syntax error (closes: #480830)
163    
164     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
165    
166    fai (3.2.5) unstable; urgency=low
167    
168      * GRUB/10-setup: use absolute path
169      * fai: mount /proc if not already mounted (closes: #453017, #444156),
170        check if target directory for dirinstall is mounted with nosuid,nodev
171      * fai-mirror: set MAXPACKAGES=1 if undefined before
172      * make-fai-nfsroot: exit with error if software installation has errors
173        (closes: #442261)
174      * fai-guide.sgml: add info how to specify a certain release or version
175        of a package
176      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
177        fix setting of cfdir (closes: #475250)
178      * fai-cd.8: extend info for -g
179      * subroutines: remove local from variable (closes: #449236)
180      * install_packages: fix in detecting Debian specific actions
181      * fai-chboot: add check if kernelsuffix is defined
182      * fai-abort: add LSB formatted dependency info (closes: #469716)
183      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
184      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
185      * ainsl: substitue \s+ afterwards (closes: #470799)
186    
187     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
188    
189    fai (3.2.4) unstable; urgency=high
190    
191      * fai-cd.8: add missing -C option
192      * make-fai-nfsroot: remove code for creating BOOTP environment
193      * faimond-gui: show different icons depending on error code
194      * fai-setup: fix syntax error (closes: #453442)
195      * subroutines-linux: do not print hostname and kernel compile time
196      * fai: update date, remove mkdir
197      * savelog.LAST.source: remove duplicate messages which appear in fai.log
198        and software.log
199    
200     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
201    
202    fai (3.2.3) unstable; urgency=medium
203    
204      * fix wrong logic in updatebase (closes: #452516)
205    
206     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
207    
208    fai (3.2.2) unstable; urgency=low
209    
210      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
211        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
212      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
213      * savelog.LAST.source: add ignore pattern, remove dot after filename
214      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
215        which prints more info about update without checking variable names,
216        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
217        success (closes: #370780), write output also into /var/log/fai,
218        return and print exit code from install_packages, create or copy
219        live.conf, try to umount /proc inside the nfsroot before removing an
220        old nfsroot, abort if this fails
221      * subroutines: add task_error(), which stores the maximum error code in
222        $task_error, do nothing if error=0, print traceback,
223        add stop_fai_installation(), write pid to stamp file, print PID in
224        case of error, add task_test stub, save function name that causes
225        fatal error, set $fai_rundate only if not yet defined
226      * subroutines-linux: add check if $monserver is defined, print kernel
227        version currently running, catch exit code from install_packages
228      * mount2dir: add support for UUID and LABEL
229      * fai: export $romountopt, get error codes from all commands in a pipe,
230        add $STOP_ON_ERROR, fix variable name (closes: #447080),
231        do not use /var/log/fai/current (closes: #445276), cleanup definition
232        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
233        add symlinks for last and last-$action in the very beginning
234      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
235        recommends to debconf-utils (closes: #445109), improve package
236        description (closes: #419071), add Homepage field, add live-initramfs
237        to depends of fai-nfsroot
238        replace ssh with openssh-server and openssh-client (closes: #434356)
239      * fai-cd: copy grub config always to menu.lst
240      * get-config-dir-nfs: add -n to mount
241      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
242      * update FSF address (closes: #444154)
243      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
244      * menu.lst/postinst: check if variables are defined (closes: #445978)
245      * ftar: make it a bash script
246      * fai-setup: add option -C (closes: #388157), fix mode of
247        authorized_keys
248      * fai-setup.8: add option -C
249      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
250      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
251        use safe-upgrade when available
252      * fai-divert: make it a bash script
253      * 30-interfaces: resolv.conf is now in /, not in /tmp
254      * make-fai-bootfloppy: script currently does not work, always die with
255        error message
256      * FAIBASE.var: add STOP_ON_ERROR
257      * fai-savelog: do not save log to local directory, if this directory
258        already exists (should only happen during softupdate), change
259        permissions of LOGDIR (closes: #445276)
260      * get-config-dir-*: call task_error after trying to access config space
261      * sources.list: add koeln repository
262    
263     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
264    
265    fai (3.2.1) unstable; urgency=low
266    
267      * mount swap partitions with identical priorities
268      * fai-mirror: also match lowercase class names (for hostsnames),
269        use $cfdir instead of fixed path /etc/fai
270      * subroutines-linux: add timeout to nc call
271      * subroutines: change message for faimond in task_faiend()
272      * control: readd libapt-pkg-perl to depends, nfs-server (user space)
273        does not support locking, so FAI cannot use it, remove wget, add arch
274        to mknbi
275      * get-config-dir-svn: add svn+ssh support
276      * QUESTIONNAIRE: add USB stick, split bootb and dhcp
277      * faimond, faimond.8: use Proc::Daemon, add options tTldP
278      * faimond: do not allow ; in message (security), do not print ip and
279        port number
280      * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
281        because of a Ubuntu bug), activate -U if Ubuntu is detected
282        determine the arch inside the nfsroot for defining a class, this help
283        building amd64 nfsroots on i386 and vice versa,
284        add support for running hooks, (closes: #342467)
285      * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
286      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
287      * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
288        about variable FAI_ETC_DIR
289      * packages_config/DEFAULT: fix typos in linux-image-amd64
290      * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
291      * savelog.LAST.source: add ignore pattern
292      * packages_config/FAIBASE: add fai-client
293      * fai-do-scripts: exit with maximum error code of all child scripts that
294        had an error
295      * fai: change message when stamp file already exists (closes: #441437)
296      * fai-cd: remove arch specific path
297      * fai-cd.8: add info about USB stick (closes: #441988),
298        improve man page (closes: #441991)
299      * new get-config-dir-git: add method git for access (closes: #441992)
300      * examples/etc/dhcpd.conf: fix path
301      * faimond-gui: new tool that produces graphical output of faimond
302      * faimond-gui.8: new man page
303      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
304      * fai-guide.sgml: add info about NFSROOT_HOOKS
305    
306     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
307    
308    fai (3.2) unstable; urgency=low
309    
310      * subroutines-linux: fix extra slash in path (closes: #428860),
311        jobsrunning(): ignore rcS process (closes: #425725)
312        during dirinstall call debootstrap if no base.tgz is found
313      * setup_harddisks: fix file system type of /proc
314      * fai.conf: make ssh and scp the default (closes: #309678, #380085)
315      * fai-guide.sgml:
316        major update to reflect FAI 3.X changes (closes: #390508),
317        fix description of classes used (closes: #329984),
318        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
319        fix an url, add documentation for dirinstall (closes: #390508),
320        document usage of basefiles/ (closes: #391660),
321        document the order hooks are called (closes: #380337)
322      * get-config-dir-svn: add support for svn url's without username
323        (closes: #415875)
324      * subroutines: copy disk_var.sh only if available (closes: #415880),
325        fix wrong path for FAI_CLASSES
326      * savelog.LAST.source: add more patterns
327      * faimond: add options -p, -h, -b,
328        it can now call fai-boot (closes: #342477, #424608)
329      * faimond.1: update man pages to reflect the new options
330      * fai-savelog: use $LOGREMOTEDIR when saving to remote
331        (closes: #290371), do not set $HOSTNAME, should be set all the time
332        (closes: #429553, #429733)
333      * make-fai-nfsroot: add option -p (closes: #359323), move from
334        fai-kernels to plain Debian kernel using initrd (closes: #410940),
335        remove unused things since we have now write access to the nfsroot,
336        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
337        move creating of subdirs from make-fai-nfsroot to fai (from server to
338        client), do not create shell script in make-fai-nfsroot,
339        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
340        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613),
341        update-initramfs symlinks to /bin/true during diversion
342      * make-fai-nfsroot.conf:
343        remove the variable KERNELPACKAGE (closes: #416531, #435098)
344      * make-fai-nfsroot.8: remove -V, new description for -K and -k
345      * fcopy: set mode on file even no file was copied (closes: #360184),
346        check error code of preinst and postinst scripts (closes: #432681),
347        add quotes to variable (closes: #430127), skip comment lines in
348        file-modes
349      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
350        add initrd support, add option -s (closes: #356380), remove nfs
351        options from append line
352      * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
353      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
354        (closes: #416381)
355      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
356        debian kernel package, add ext2resize, hwinfo and change arch specific
357        packages,
358        move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
359      * control: change dependencies from tetex to tetex or texlive, replace
360        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
361        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
362        syslinux is only available on two architectures, do not depend on
363        cfengine (v1), since it does not exists any more
364      * fai: do not remount / read only, do not call create_ramdisk, now we
365        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
366        -p, export $action for 20hwdetect.source, call save_dmesg only during
367        initial installation, during dirinstall set
368        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: #429553)
369        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
370        create syslog.conf before starting the syslog daemon
371        when doing dirinstall -c or -N must be specified (closes: #429554)
372        the local hard disks are now mounted to /target instead of /tmp/target
373      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
374        Debian kernel
375      * menu.lst: remove unneeded options, add boot=live for new initrd,
376        remove root (cd), fix setting of hostname, instead of using ip=, we
377        now use hostname=
378      * create_resolv_conf: fix path, since we can now write on the whole
379        filesystem
380      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
381        booting (closes: #401041),
382        add option -f, force removal of an existing ISO image
383        add option -k, this is for debugging
384        add option -n, do not create ISO image
385        add option -u, copy fai-cd data to a directory (USB support)
386        use $NFSROOT/live/filesystem.dir
387      * disk-info: do not include removable devices into list of disks
388      * fai-class: remove HOST variable, only use HOSTNAME now
389        do not set HOSTNAME from uname (closes: #431283)
390      * multiple files: add some patches fixing english text
391        (closes: #428857, #428858)
392      * 20-removable_media: fix path for floppy mount point (closes: #428859)
393      * fai.8: add option -u, --hostname (closes: #361559)
394      * add variable TFTPROOT (closes: #408271, #431431)
395      * fai-mirror:
396        use $NFSROOT/live/filesystem.dir
397        do not ask questions, add unauthenticated packages to the mirror
398      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
399      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
400      * install_packages: add option -N, change option -t to -n,
401        add patch that AptPkg module is only used when
402        available and target system is Debian (closes: #422225), move code to
403        check_aptpkg(), add smart package manager support (closes: #430798)
404        do execute Debian specific commands only when needed (closes: #392038),
405        grab error codes when executing commands,
406        exit with 3 when errors occured, add option -H (closes: #391659),
407        put suffix -internal to all internal commands,
408        remove -n from tasksel calls
409        print path once, then only config file names, not always full path
410      * install_packages.8: add option -N and -H, change option -t to -n,
411        add option -p (closes: #424848)
412      * create_ramdisk: replaced by unionfs
413      * fai-do-scripts: remove -k from cfagent call (closes: #425699),
414        add new strings for shell scripts (closes: #416616)
415      * fai-server.post*: do not manage $TFTPROOT (closes: #430000)
416      * package_config: move linux-image package from FAIBASE to DEFAULT, add
417        kernel name for architecture
418      * ainsl: escape + in pattern
419      * make S01fai-abort an init.d script
420    
421     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 18:11:28 +0200
422    
423    fai (3.1.8) unstable; urgency=medium
424    
425      * conf/NFSROOT: remove unknow package name (closes: 407950)
426      * setup_harddisks: use C locale when calling mkreiserfs (closes: 413504)
427      * fai-mirror: add /usr/sbin to $PATH so a normal user can also call
428        this command (closes: 413466)
429      * simple/package_config/GERMAN: fix wrong package name
430      * lib/subroutines: replace >>/dev/stderr with >&2
431    
432     -- Thomas Lange <lange@debian.org>  Tue, 13 Mar 2007 23:39:56 +0100
433    
434    fai (3.1.7) unstable; urgency=medium
435    
436      * subroutines: ifclass() should append to stderr (closes: #409059)
437      * examples/simple/, lib/fai-mount-disk, lib/mount2dir: use bash for
438        shell scripts (closes: #410084)
439      * fix typo in bug number of older changelog entry
440      * install_packages.8: add info for variable MAXPACKAGES
441    
442     -- Thomas Lange <lange@debian.org>  Wed, 14 Feb 2007 12:11:29 +0100
443    
444    fai (3.1.6) unstable; urgency=high
445    
446      * fix important and grave bugs
447      * fai-setup: do not fail (and exit) if $loguserhome is not writeable for
448        root (closes: #407947)
449      * fai-class: fix syntax error (closes: #408153)
450    
451     -- Thomas Lange <lange@debian.org>  Tue, 23 Jan 2007 23:49:33 +0100
452    
453    fai (3.1.5) unstable; urgency=low
454    
455      * make-fai-nfsroot: remove copying of *.pub files (closes: #406334)
456      * fai-debconf: add template when create tmp file, remove also old
457        tmp files (closes: #406336)
458      * fai: add missing parameter to --long options (closes: #406125)
459      * fai-classs: set hostname from -u as intended (closes: #406125)
460      * scripts/FAISERVER/10-conffiles: fix wrong path (closes: #406500)
461      * README: update year from 2006 to 2007
462    
463     -- Thomas Lange <lange@debian.org>  Fri, 12 Jan 2007 14:57:12 +0100
464    
465    fai (3.1.4) unstable; urgency=medium
466    
467      * these are only document changes and a one liner for setup_harddisks
468      * fix default examples. A change in the xorg package dependencies broke
469        the default FAI example installation (closes: #405435)
470      * remove xlockmore package from example (closes: #405433)
471      * setup_harddisks: add support for mountig existing NTFS partitions
472        (closes: #404187)
473    
474     -- Thomas Lange <lange@debian.org>  Thu,  4 Jan 2007 15:30:42 +0100
475    
476    fai (3.1.3) unstable; urgency=medium
477    
478      * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only
479        readable for root and group adm (closes: #402644)
480      * fai: add missing shift command (closes: #402588)
481      * fai.8: improve dirinstall info (closes: #402294)
482      * package_config/FAIBASE: add packages, this is only a documentation
483        change
484    
485     -- Thomas Lange <lange@debian.org>  Sun, 17 Dec 2006 17:40:54 +0100
486    
487    fai (3.1.2) unstable; urgency=high
488    
489      * use new fai kernel version 2.6.18
490      * control: add Vcs-Svn control field (closes: #399561)
491      * conf/NFSROOT: remove package hwtools, which do not exists any more
492      * fai-chboot: exit if file cannot be written, tmpfile was not always
493        removed
494      * make-fai-bootfloppy: remove sit interfaces from list of network
495        devices (closes: #400521), print error if it can't write to floppy
496        device (closes: #400522)
497      * fcopy: tmpfile was not always removed
498      * mount2dir: use noatime when mounting local file systems
499      * lib/subroutines-linux: change comment
500      * fix typo in changelog
501      * fai-server.postinst: change message (closes: #400324)
502    
503     -- Thomas Lange <lange@debian.org>  Mon, 27 Nov 2006 20:04:51 +0100
504    
505    fai (3.1.1) unstable; urgency=low
506    
507      * control: remove mkinitrd-cd from Recemmends: and Suggests:
508      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
509        $cfdir is already set (closes: #394884), no code change, reorder code
510        so a normal user gets help whem using -h,--help
511      * faireboot: fix file name to variables.log
512      * fai-chboot: fix several bugs for listing options, option -p expects an
513        argument, fix for -c behaviour (closes: #389905)
514      * fai-chboot.8: minor document fixes
515      * fai-mirror.1: fix example (closes: #390520)
516      * fcopy: remove temporary file after use
517      * fai: start udev before creating /dev/shm/network, remove set +a for
518        dirinstall, so $fai_rundate will be exported (closes: #390373)
519      * subroutines: umount config dir at the end of softupdate action,
520        cd back to old directory, convert FAI_ROOT to absolute path if doing
521        dirinstall (closes: #390346), die() only calls bash when
522        FAI_ACTION=install, add -i to bash call (closes: #362252)
523      * subroutines-linux: check exit status of get-config-dir
524      * get-config-dir: replace die call with echo and exit statement, add
525        error message
526      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
527        anchors to the beginning
528      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
529      * ainsl.8: explain ^ and $ treatment in more detail
530      * FAIBASE/10-misc: add anchors to ainsl pattern
531      * class/20hwdetect.source: change discover call
532      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
533      * lib/task_sysinfo: remove call of kudzu since it's not available any
534        more in etch
535    
536     -- Thomas Lange <lange@debian.org>  Mon,  6 Nov 2006 15:57:01 +0100
537    
538    fai (3.1) unstable; urgency=medium
539    
540      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
541      * rename action dirinst to dirinstall (closes: #390345)
542      * fai-cd: fix wrong path for sources.list (closes: #391639)
543      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
544      * lib/create_ramdisk: make /var/discover writeable
545      * make-fai-nfsroot: create directory var/discover, add option -h and
546        usage() subroutine
547      * subroutines: move find's maxdepth option to the left, prevent multiple
548        fai softupdate running simultaneously (closes: #390680), move
549        disk_var.sh from FAI 2.X installation old to new location
550        rename variable sndhostname to sendhostname
551      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
552        so it also works for sarge's version of expr
553      * subroutines-liux: add test if base.tgz exists (closes: #390343),
554        sources.list must be used from /etc/apt during normal installation
555      * fai: add option -u,--hostname (closes: #390367), create
556        /dev/shm/network if directory not already exists (needed for initrd
557        kernels)
558      * LAST/50-misc: do not fail if hardware clock can't be set
559      * fcopy: swap call of postinst and set_mode
560      * install_packages: add missing package list to yum and rpm calls
561        (closes: #392032)
562      * rename sndmon() to sendmon()
563      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
564        it, add carriage return
565      * package_config/DEMO: remove rstatd since it buggy atm
566      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
567        not call discover
568    
569     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
570    
571    fai (3.0) unstable; urgency=low
572    
573      * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
574      * fai: export FAI_ACTION, fix -c and -C in usage()
575      * subroutines-linux: fix path of resolv.conf
576      * fai-chboot: remove devfs=nomount, use NFS v3
577      * package_config/DEFAULT: replace kernel-image with linux-image
578      * faireboot: stop udevd
579      * rename class XFREE to XORG, use xorg packages
580      * bin/fai: rename $targetdir to $FAI_ROOT
581      * add debconf data for german environment (closes: #386192)
582      * package_config/GERMAN: new file includes packages for german
583        environment
584      * new script FAIBASE/20-removable_media creates fstab entries and makes
585        directories under /media
586      * new script and man page: ainsl, ainsl.1
587      * fai-start-stop-daemon: prints which daemon will not be started
588      * get-boot-info: fix duplicate call of get_dhcp_info()
589      * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
590      * fai-setup: add option no_subtree_check to etc/exports lines
591      * get-config-dir-svn: svn support for config space (closes: #314991)
592      * fai.8: add info about dirinst, add example
593    
594     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
595    
596    fai (3~beta21) unstable; urgency=medium
597    
598      * make pathes conform to FHS:
599        (closes: #340608, #311524, #336650, #309554, #340609)
600      * use /srv/tftp/fai    instead of /boot/fai
601      * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
602      * use /srv/fai/config  instead of /usr/local/share/fai
603      * use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot
604      * use /var/lib/fai/config instead of /fai
605      * use /var/lib/fai/mirror instead of /mnt
606      * create_ramdisk: call mkrw with -n
607      * setup_harddisks: use more secure options for /proc line
608      * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
609        with etch, existent .disable pxe file will be removed automatically,
610        add headline when copying from template, change in options: -d is now
611        -D, -r is now -d, -r is not used any more, abort if $pxedir does not
612        exist (closes: #373596)
613      * subroutines-linux: task_updatebase does not use updatebase.log any
614        more (closes: #366823), try ftar $FAI/basefiles before extracting
615        base.tgz, create policy-rc.d in the chroot, copy sources.list from
616        $FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh, fix
617        path for resolv.conf
618      * move /etc/fai/sources.list to /etc/fai/apt/sources.list
619      * fix lintian error: build-depends-indep-should-be-build-depends
620        debhelper
621      * complies with policy 3.7.2
622      * added a linda override for fai-quickstart (ignore /usr/doc-symlink
623        warning)
624      * added Section: headers to binary packages in control
625      * conf/make-fai-nfsroot.conf: remove variables: $nfssize,
626        $NFSROOT_PACKAGES, $package
627      * new config file /etc/fai/NFSROOT which contains the package list
628      * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO
629        instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver
630        removed (closes: #332837)
631      * lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate
632        scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd
633        at the end of the installation
634      * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--cfdir,
635        -c,--class (closes: #353535), add support for dirinst, cleanup LOGDIR
636        before using it again (closes: #369534), remove variable rundir, mkdir
637        /var/run/fai if not existing, trap uses subroutine clean_exit() for
638        dirinst
639      * fai-setup: use getent for getting IP address, make it a bash script,
640        change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
641        for getting hostname, add all IP addresses and host names to
642        ssh_known_hosts (closes: #286692), remove variable FAICLIENTS, use IP
643        address and netmask for exportfs line (closes: #381261)
644      * make-fai-nfsroot: new subroutine all_host_entries(), use
645        install_packages and /etc/fai/NFSROOT for installing packages into the
646        nfsroot, install fai-nfsroot before other packages are installed, do
647        not exit if getent returns no information, rename -c to -C, use
648        readlink to determine $cfdir (closes: #358765)
649      * variable $fstab replaced with fstab (no more Solaris support using
650        vfstab)
651      * savelog.LAST: set reboot=1 if no errors are found
652      * fcopy: fix bug (closes: #374415)
653      * control: update to Standards-Version: 3.7.2, fai-quickstart depends on
654        tftpd-hpa
655      * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,
656        replace backticks with $(), fix test (closes: #384624), rename -c to -C
657      * lib/get-boot-info: get network info via DHCP if ip=dhcp was set
658      * prcopyleft: remove osname from copyright logo
659      * subroutines: add task dirinst (closes: #322634), do not execute task
660        prepareapt on softupdates (closes: #315000), save FAI_CLASSES and
661        disk_var.sh to /var/lib/fai, do not save variables.log to /var
662      * move fai-divert to fai-client package
663      * ftar: fix exit code when no matching class was found
664      * move code from script get-config-dir to task_confdir()
665      * rename $DO_INIT_TASKS to $do_init_tasks
666      * install_packages: add option -p
667      * fai-mirror: use packages.nfsroot instead of packages.arch, check if
668        obsolete variables are used, remove -a, add -B
669      * add policy-rc.d support instead of diverting start-stop-daemon
670      * remove varaible diskvar, use $LOGDIR/disk_var.sh instead
671      * fai-debconf: use read-only temp file during reconfigure
672      * get-config-dir-file: access config space via local path, used by
673        fai-cd
674      * fai-cd: use $FAI instead of /fai
675      * fai-mirror: generate distrib name from FAI_DEBOOTSTRAP
676      * move some -c to -C, so now all scripts use -C for cfdir, setting
677        $FAI_ETC_DIR is the same as specifying -C cfdir, print message if this
678        variables is used
679      * move NEWS to NEWS.Debian
680      * VERSION: default is kernel 2.6.17
681    
682     -- Thomas Lange <lange@debian.org>  Wed, 13 Sep 2006 18:54:38 +0200
683    
684    fai (2.10.5) unstable; urgency=high
685    
686      * fixes patch from last NMUs. (really, really closes: #373955)
687      * make-fai-nfsroot: print debootstrap version
688      * add package lftp to nfsroot
689      * create_ramdisk: make more directories writeable
690      * 20hwdetect.source: add some usb modules
691      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
692    
693     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
694    
695    fai (2.10.4) unstable; urgency=high
696    
697      * Non-maintainer upload.
698      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
699        /etc, as faireboot is not run inside the chroot. (Really
700        Closes: #373955)
701    
702     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
703    
704    
705    fai (2.10.3) unstable; urgency=high
706    
707      * Non-maintainer upload.
708      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
709        used during install_packages are not appropriate for the finished
710        system. (Closes: #373955)
711    
712     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
713    
714    fai (2.10.2) unstable; urgency=medium
715    
716      * lib/get-boot-info: call dhclient with different configuration and
717        script names, closes grave bug (closes: #369265), remove dpkg-divert
718        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
719      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
720      * do not call mkrwsize if directory does not exist (closes: #365037)
721      * lib/mkrw: add option -n
722      * make-fai-nfsroot: grep before appending to file (closes: #364748),
723        enable DNS inside the nfsroot (closes: #358783)
724      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
725        appending to file (closes: #331258)
726      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
727      * bin/fai: do not mount --bind /tmp/fai on softupdate
728    
729     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
730    
731    fai (2.10.1) unstable; urgency=low
732    
733      * fai-chboot: fix division by zero error
734      * fai.conf: remove $OS_TYPE
735      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
736        install and dirinst, move prcopyleft() and additional code into
737        external script, use /var/log/fai/current as default LOGDIR,
738        /tmp/fai is currently a mount --bind to it
739      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
740        segfault bug
741      * install_packages: add commands for y2pmsh, yast and rpm
742      * mount2dir: add more fs types that should be skipped
743      * fai-mirror: use different source.list when downloading packages for
744        debootstrap (closes: #361786), remove comments from PACKAGES line
745        (closes: #358910), add option -C, (closes: #318299), recreates
746        Package.gz and Release file using apt-ftparchive
747      * fai-cd: add option -C (closes: #312198), print FAI version in grub
748        menu, not fai-cd version
749      * make-fai-nfsroot: print warning if -f is still used, add config for
750        aptitude to allow unsigned packages without prompting
751      * menu.lst: enable timeout, use localboot as default, remove syslogd
752        flag, remove unused entries, fix IP address for demohost
753      * subroutines: new path /var/log/fai/current/showvar.log
754      * fai-guide.sgml: include package splitting into fai guide
755      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
756        console-tools to nfsroot (closes: #363480)
757      * get-boot-info: do not try to activate the first four ethernet devices
758      * conf/apt.conf: add aptitude option so untrusted repositories will also
759        be used
760      * instsoft.FAIBASE: use fcopy for kernel-img.conf
761      * subroutines-linux: use IP address when calling fai-chboot in
762        task_chboot, this helps when the install client has two network cards
763        and the host name lookup fails
764      * mkrw: fix typo (closes: #363521)
765      * dhcpd.conf: make deny unknown-clients default, remove range definition
766      * S99fai-setup: enable networking for faiserver
767    
768     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
769    
770    fai (2.10) unstable; urgency=low
771    
772      * setup_harddisks: mapdisk(): add support for more than two disks, fix
773        wrong comments (closes: #356265), allow logical partitions to be
774        bootable (closes: #344536)
775      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
776        detect kernel version for new kernel name (closes: #352939),
777        remove patches-* file when using -K (closes: #348350), remove
778        update-modules call, remove symlink creation to /tmp, add warning if
779        $FAI_LOCAL_REPOSITORY is still used
780      * fai-chboot: change output of -l and -L, major rework of the lsdir
781        function, add more options for different listing formats, add template
782        copy function (closes: #342471, #356136), options added: -g -c -t -o
783      * 20-hwdetect.source: test if discover is installed
784      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
785      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
786        if unlink fails, add option -n (closes: #356378), preserving is not an
787        error (closes: #360183)
788      * make example scripts more cfengine2 compatible (closes: #312201)
789      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
790        available (closes: #314613)
791      * install_packages: new feature, just unpack packages (closes: #277079),
792        add urpmi, urpme and yum support
793      * fai: exit script if no parameters are given and no run from nfsroot
794      * subroutines: add verbose output when defining variables, add
795        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
796        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
797        copying them
798      * remove FAIBASE/20-save_diskvar (closes: #312296)
799      * task_sysinfo: call lshw if available
800      * lib/get-boot-info: remove duplicate network device names
801      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
802        (closes: #341577)
803      * create_ramdisk: use mkrw for making directories writeable
804      * fai-mirror: add warning if some files do not exist
805    
806     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
807    
808    fai (2.9.1) unstable; urgency=low
809    
810      * install_packages: add aptitude-r to @commands (closes: #343361)
811      * new command fai-statoverride (like dpkg-statoverride)
812      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
813      * fai.8: fix typo (closes: #343642)
814      * doc/classes_description.txt: remove all unused classes, update
815        description (closes: #322026)
816      * add script AMD64/99-discover-bug
817      * add class FAISERVER
818      * updatebase: mount /sys into chroot
819      * mkdebmirror: remove non-US stuff
820      * savelog.LAST: add segfault to error pattern
821      * make-fai-bootfloppy.8: fix typo (closes: #346428)
822      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
823        exist
824      * menu.lst: add entry for faiserver
825      * fai-cd: adjust space, new code for generating sources.list file
826      * fai-debconf: add test if debconf data file exists (closes: #348857)
827    
828     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
829    
830  fai (2.9) unstable; urgency=low  fai (2.9) unstable; urgency=low
831    
832    * splitting binary package fai into fai-server, fai-client, fai-doc and    * splitting binary package fai into fai-server, fai-client, fai-doc and
# Line 6  fai (2.9) unstable; urgency=low Line 835  fai (2.9) unstable; urgency=low
835    * remove beowulf and advanced examples    * remove beowulf and advanced examples
836    * increase compat level to 4    * increase compat level to 4
837    * delete sunos code from source    * delete sunos code from source
838      * scripts/ directory is now bin/
839   -- Thomas Lange <lange@debian.org>  Thu, 20 Oct 2005 22:45:39 +0200    * fai-cd: fixed hardcoded sources.list for the install client to be
840        generated, code by Michael Tautschnig (closes: #320024) and at least
841        partially #329547, test if nfsroot was created (closes: #317495), test
842        if mkisofs is available (closes: #334871), exist unless arch is i386
843        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
844        remove subroutine mhide amd module-hide, mkbimage is not needed any
845        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
846        no floppy emulation needed, size is not limited any more to 2.88M
847      * install_packages: ignore packages ending with - when using -d
848        (closes: #334333), remove backtick evaluation (closes: #322157), add
849        -R to default aptitude call, add aptitude-r for download only mode,
850        add more warnings
851      * lib/create_ramdisk: make /etc/network/run/ifstate writable
852        (closes: #312128)
853      * fai-mirror: add -i to egrep (closes: #312508), add option
854        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
855        install conflicting packages, test if $mirrordir starts with a slash
856        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
857      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
858      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
859        chroot before using getpwnam (closes: #283475), add option -U
860      * fai-guide.sgml: include README.disk_config into fai guide, minor
861        fixes, (closes: #332295, #332318, #332293, #332291)
862      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
863        new test if ssh package is installed (closes: #322759), create
864        apt.conf.d file to support unsigned repositories, fail if debootstrap
865        return with error code (closes: #342120)
866      * subroutines: test if hooks are executable (closes: #338524), new stamp
867        file name when action is softupdate
868      * make-fai-bootfloppy: fix code for -i when using a relative path
869        (closes: #314551), add option -I (closes: #337271), create more space
870        on boot floppy (closes: #294593), add option -B
871      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
872        even when using a 2.6 kernel (closes: #307147)
873      * ftar: test if $single is set (closes: #340421)
874      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
875        (closes: #305783)
876      * setup_harddisks: add i2o support (closes: #317797), add workaround for
877        udev behaviour
878      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
879        overwritten during softupdate (closes: #313069, #314995)
880      * subroutines-linux: fix idempotent code (closes: #340422)
881      * fai: do not use color logo if $console was set, start udev if
882        available (closes: #334373), test if run as root
883      * lib/updatebase: mount /dev into chroot during installation if we are
884        running udev
885      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
886        parameters, root-path can now be removed from dhcpd.conf
887      * add support for unsigned repositories
888      * LAST/50-misc: fix code that detect of a kernel is installed, now it
889        does not break if more than one kernel is installed
890    
891     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
892    
893  fai (2.8.4) unstable; urgency=high  fai (2.8.4) unstable; urgency=high
894    
# Line 70  fai (2.8.1) unstable; urgency=low Line 951  fai (2.8.1) unstable; urgency=low
951    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
952      from amd64 which are not available (closes: #306264)      from amd64 which are not available (closes: #306264)
953    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
954      (closes: 305861)      (closes: #305861)
955    * install_packages.8: remove option -f    * install_packages.8: remove option -f
956    * make-fai-nfsroot.8: remove wrong information (closes: #304980)    * make-fai-nfsroot.8: remove wrong information (closes: #304980)
957    * control: add grub to suggests    * control: add grub to suggests
# Line 99  fai (2.8) unstable; urgency=high Line 980  fai (2.8) unstable; urgency=high
980      reformat some output, print some messages only if $verbose is set      reformat some output, print some messages only if $verbose is set
981    * rcS_fai: renamed to fai, add manual page fai.8    * rcS_fai: renamed to fai, add manual page fai.8
982    * 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
983      before task_defvar, add variable $DO_INIT_TASK, add code for      before task_defvar, add variable $DO_INIT_TASKS, add code for
984      softupdate support, rename rcS.log to fai.log, add copyright message      softupdate support, rename rcS.log to fai.log, add copyright message
985      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
986    * apt.conf: replace force-confnew with force-confdef    * apt.conf: replace force-confnew with force-confdef
# Line 111  fai (2.8) unstable; urgency=high Line 992  fai (2.8) unstable; urgency=high
992      local class-C network, remove ext2resize until available again      local class-C network, remove ext2resize until available again
993    * subroutines: add task softupdate, add support for softupdate, add    * subroutines: add task softupdate, add support for softupdate, add
994      $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
995      disabling swap partitions, test $DO_INIT_TASK always with -eq, use      disabling swap partitions, test $DO_INIT_TASKS always with -eq, use
996      /var/log/fai/FAI_CLASSES      /var/log/fai/FAI_CLASSES
997    * subroutines-linux: script prepare_apt is now updatebase, add support    * subroutines-linux: script prepare_apt is now updatebase, add support
998      for softupdates, add task_prepareapt, sliently skip task_chboot if      for softupdates, add task_prepareapt, sliently skip task_chboot if
# Line 445  fai (2.5.3) unstable; urgency=low Line 1326  fai (2.5.3) unstable; urgency=low
1326    * make-fai-bootfloppy: call grub in chroot environment, so correct libc    * make-fai-bootfloppy: call grub in chroot environment, so correct libc
1327      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
1328      more verbose      more verbose
1329    * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)    * make-fai-nfsroot: add option c which sets $cfdir (closes: #219824)
1330      add variable nfssize, remove package strace, check if $NFSROOT is set,      add variable nfssize, remove package strace, check if $NFSROOT is set,
1331      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
1332      /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 501  fai (2.5.2) unstable; urgency=low Line 1382  fai (2.5.2) unstable; urgency=low
1382    * fai.conf: add exim4 packages to exlude list    * fai.conf: add exim4 packages to exlude list
1383    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
1384      package list (closes: #219420), copy preferences from /etc/fai      package list (closes: #219420), copy preferences from /etc/fai
1385      (closes: 219824), use apt-get dist-upgrade instead of upgrade,      (closes: #219824), use apt-get dist-upgrade instead of upgrade,
1386      do not create base.tgz in $NFSROOT/.. and then move file      do not create base.tgz in $NFSROOT/.. and then move file
1387    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
1388    * faimond, faimond.8 added    * faimond, faimond.8 added
# Line 1027  fai (2.0.1) unstable; urgency=low Line 1908  fai (2.0.1) unstable; urgency=low
1908    * Check if LOGUSER is defined, (closes: #101620)    * Check if LOGUSER is defined, (closes: #101620)
1909    * wget now recommends, (closes: #101594)    * wget now recommends, (closes: #101594)
1910    * Use ntpdate if a ntp server is defined (tag nt in bootptab),    * Use ntpdate if a ntp server is defined (tag nt in bootptab),
1911      (closes:  #101899)      (closes: #101899)
1912    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
1913      (closes: #101820)      (closes: #101820)
1914    * Bug fix. Check if imggen executable is available.    * Bug fix. Check if imggen executable is available.

Legend:
Removed from v.2970  
changed lines
  Added in v.5162

  ViewVC Help
Powered by ViewVC 1.1.5