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

Diff of /trunk/debian/changelog

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

revision 2201 by lange, Fri Feb 20 15:35:44 2004 UTC revision 4527 by lange, Tue Aug 21 15:43:43 2007 UTC
# Line 1  Line 1 
1    fai (3.2) unstable; urgency=low
2    
3      * subroutines-linux: fix extra slash in path (closes: #428860),
4        jobsrunning(): ignore rcS process (closes: #425725)
5        during dirinstall call debootstrap if no base.tgz is found
6      * setup_harddisks: fix file system type of /proc
7      * fai.conf: make ssh and scp the default (closes: #309678, #380085)
8      * fai-guide.sgml:
9        major update to reflect FAI 3.X changes (closes: #390508),
10        fix description of classes used (closes: #329984),
11        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
12        fix an url, add documentation for dirinstall (closes: #390508),
13        document usage of basefiles/ (closes: #391660),
14        document the order hooks are called (closes: #380337)
15      * get-config-dir-svn: add support for svn url's without username
16        (closes: #415875)
17      * subroutines: copy disk_var.sh only if available (closes: #415880),
18        fix wrong path for FAI_CLASSES
19      * savelog.LAST.source: add more patterns
20      * faimond: add options -p, -h, -b,
21        it can now call fai-boot (closes: #342477, #424608)
22      * faimond.1: update man pages to reflect the new options
23      * fai-savelog: use $LOGREMOTEDIR when saving to remote
24        (closes: #290371), do not set $HOSTNAME, should be set all the time
25        (closes: #429553, #429733)
26      * make-fai-nfsroot: add option -p (closes: #359323), move from
27        fai-kernels to plain Debian kernel using initrd (closes: #410940),
28        remove unused things since we have now write access to the nfsroot,
29        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
30        move creating of subdirs from make-fai-nfsroot to fai (from server to
31        client), do not create shell script in make-fai-nfsroot,
32        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
33        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613),
34        update-initramfs symlinks to /bin/true during diversion
35      * make-fai-nfsroot.conf:
36        remove the variable KERNELPACKAGE (closes: #416531, #435098)
37      * make-fai-nfsroot.8: remove -V, new description for -K and -k
38      * fcopy: set mode on file even no file was copied (closes: #360184),
39        check error code of preinst and postinst scripts (closes: #432681),
40        add quotes to variable (closes: #430127), skip comment lines in
41        file-modes
42      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
43        add initrd support, add option -s (closes: #356380), remove nfs
44        options from append line
45      * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
46      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
47        (closes: #416381)
48      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
49        debian kernel package, add ext2resize, hwinfo and change arch specific
50        packages,
51        move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
52      * control: change dependencies from tetex to tetex or texlive, replace
53        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
54        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
55        syslinux is only available on two architectures, do not depend on
56        cfengine (v1), since it does not exists any more
57      * fai: do not remount / read only, do not call create_ramdisk, now we
58        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
59        -p, export $action for 20hwdetect.source, call save_dmesg only during
60        initial installation, during dirinstall set
61        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: #429553)
62        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
63        create syslog.conf before starting the syslog daemon
64        when doing dirinstall -c or -N must be specified (closes: #429554)
65        the local hard disks are now mounted to /target instead of /tmp/target
66      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
67        Debian kernel
68      * menu.lst: remove unneeded options, add boot=live for new initrd,
69        remove root (cd), fix setting of hostname, instead of using ip=, we
70        now use hostname=
71      * create_resolv_conf: fix path, since we can now write on the whole
72        filesystem
73      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
74        booting (closes: #401041),
75        add option -f, force removal of an existing ISO image
76        add option -k, this is for debugging
77        add option -n, do not create ISO image
78        add option -u, copy fai-cd data to a directory (USB support)
79        use $NFSROOT/live/filesystem.dir
80      * disk-info: do not include removable devices into list of disks
81      * fai-class: remove HOST variable, only use HOSTNAME now
82        do not set HOSTNAME from uname (closes: #431283)
83      * multiple files: add some patches fixing english text
84        (closes: #428857, #428858)
85      * 20-removable_media: fix path for floppy mount point (closes: #428859)
86      * fai.8: add option -u, --hostname (closes: #361559)
87      * add variable TFTPROOT (closes: #408271, #431431)
88      * fai-mirror:
89        use $NFSROOT/live/filesystem.dir
90        do not ask questions, add unauthenticated packages to the mirror
91      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
92      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
93      * install_packages: add option -N, change option -t to -n,
94        add patch that AptPkg module is only used when
95        available and target system is Debian (closes: #422225), move code to
96        check_aptpkg(), add smart package manager support (closes: #430798)
97        do execute Debian specific commands only when needed (closes: #392038),
98        grab error codes when executing commands,
99        exit with 3 when errors occured, add option -H (closes: #391659),
100        put suffix -internal to all internal commands,
101        remove -n from tasksel calls
102        print path once, then only config file names, not always full path
103      * install_packages.8: add option -N and -H, change option -t to -n,
104        add option -p (closes: #424848)
105      * create_ramdisk: replaced by unionfs
106      * fai-do-scripts: remove -k from cfagent call (closes: #425699),
107        add new strings for shell scripts (closes: #416616)
108      * fai-server.post*: do not manage $TFTPROOT (closes: #430000)
109      * package_config: move linux-image package from FAIBASE to DEFAULT, add
110        kernel name for architecture
111      * ainsl: escape + in pattern
112      * make S01fai-abort an init.d script
113    
114     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 17:43:30 +0200
115    
116    fai (3.1.8) unstable; urgency=medium
117    
118      * conf/NFSROOT: remove unknow package name (closes: 407950)
119      * setup_harddisks: use C locale when calling mkreiserfs (closes: 413504)
120      * fai-mirror: add /usr/sbin to $PATH so a normal user can also call
121        this command (closes: 413466)
122      * simple/package_config/GERMAN: fix wrong package name
123      * lib/subroutines: replace >>/dev/stderr with >&2
124    
125     -- Thomas Lange <lange@debian.org>  Tue, 13 Mar 2007 23:39:56 +0100
126    
127    fai (3.1.7) unstable; urgency=medium
128    
129      * subroutines: ifclass() should append to stderr (closes: #409059)
130      * examples/simple/, lib/fai-mount-disk, lib/mount2dir: use bash for
131        shell scripts (closes: #410084)
132      * fix typo in bug number of older changelog entry
133      * install_packages.8: add info for variable MAXPACKAGES
134    
135     -- Thomas Lange <lange@debian.org>  Wed, 14 Feb 2007 12:11:29 +0100
136    
137    fai (3.1.6) unstable; urgency=high
138    
139      * fix important and grave bugs
140      * fai-setup: do not fail (and exit) if $loguserhome is not writeable for
141        root (closes: #407947)
142      * fai-class: fix syntax error (closes: #408153)
143    
144     -- Thomas Lange <lange@debian.org>  Tue, 23 Jan 2007 23:49:33 +0100
145    
146    fai (3.1.5) unstable; urgency=low
147    
148      * make-fai-nfsroot: remove copying of *.pub files (closes: #406334)
149      * fai-debconf: add template when create tmp file, remove also old
150        tmp files (closes: #406336)
151      * fai: add missing parameter to --long options (closes: #406125)
152      * fai-classs: set hostname from -u as intended (closes: #406125)
153      * scripts/FAISERVER/10-conffiles: fix wrong path (closes: #406500)
154      * README: update year from 2006 to 2007
155    
156     -- Thomas Lange <lange@debian.org>  Fri, 12 Jan 2007 14:57:12 +0100
157    
158    fai (3.1.4) unstable; urgency=medium
159    
160      * these are only document changes and a one liner for setup_harddisks
161      * fix default examples. A change in the xorg package dependencies broke
162        the default FAI example installation (closes: #405435)
163      * remove xlockmore package from example (closes: #405433)
164      * setup_harddisks: add support for mountig existing NTFS partitions
165        (closes: #404187)
166    
167     -- Thomas Lange <lange@debian.org>  Thu,  4 Jan 2007 15:30:42 +0100
168    
169    fai (3.1.3) unstable; urgency=medium
170    
171      * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only
172        readable for root and group adm (closes: #402644)
173      * fai: add missing shift command (closes: #402588)
174      * fai.8: improve dirinstall info (closes: #402294)
175      * package_config/FAIBASE: add packages, this is only a documentation
176        change
177    
178     -- Thomas Lange <lange@debian.org>  Sun, 17 Dec 2006 17:40:54 +0100
179    
180    fai (3.1.2) unstable; urgency=high
181    
182      * use new fai kernel version 2.6.18
183      * control: add Vcs-Svn control field (closes: #399561)
184      * conf/NFSROOT: remove package hwtools, which do not exists any more
185      * fai-chboot: exit if file cannot be written, tmpfile was not always
186        removed
187      * make-fai-bootfloppy: remove sit interfaces from list of network
188        devices (closes: #400521), print error if it can't write to floppy
189        device (closes: #400522)
190      * fcopy: tmpfile was not always removed
191      * mount2dir: use noatime when mounting local file systems
192      * lib/subroutines-linux: change comment
193      * fix typo in changelog
194      * fai-server.postinst: change message (closes: #400324)
195    
196     -- Thomas Lange <lange@debian.org>  Mon, 27 Nov 2006 20:04:51 +0100
197    
198    fai (3.1.1) unstable; urgency=low
199    
200      * control: remove mkinitrd-cd from Recemmends: and Suggests:
201      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
202        $cfdir is already set (closes: #394884), no code change, reorder code
203        so a normal user gets help whem using -h,--help
204      * faireboot: fix file name to variables.log
205      * fai-chboot: fix several bugs for listing options, option -p expects an
206        argument, fix for -c behaviour (closes: #389905)
207      * fai-chboot.8: minor document fixes
208      * fai-mirror.1: fix example (closes: #390520)
209      * fcopy: remove temporary file after use
210      * fai: start udev before creating /dev/shm/network, remove set +a for
211        dirinstall, so $fai_rundate will be exported (closes: #390373)
212      * subroutines: umount config dir at the end of softupdate action,
213        cd back to old directory, convert FAI_ROOT to absolute path if doing
214        dirinstall (closes: #390346), die() only calls bash when
215        FAI_ACTION=install, add -i to bash call (closes: #362252)
216      * subroutines-linux: check exit status of get-config-dir
217      * get-config-dir: replace die call with echo and exit statement, add
218        error message
219      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
220        anchors to the beginning
221      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
222      * ainsl.8: explain ^ and $ treatment in more detail
223      * FAIBASE/10-misc: add anchors to ainsl pattern
224      * class/20hwdetect.source: change discover call
225      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
226      * lib/task_sysinfo: remove call of kudzu since it's not available any
227        more in etch
228    
229     -- Thomas Lange <lange@debian.org>  Mon,  6 Nov 2006 15:57:01 +0100
230    
231    fai (3.1) unstable; urgency=medium
232    
233      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
234      * rename action dirinst to dirinstall (closes: #390345)
235      * fai-cd: fix wrong path for sources.list (closes: #391639)
236      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
237      * lib/create_ramdisk: make /var/discover writeable
238      * make-fai-nfsroot: create directory var/discover, add option -h and
239        usage() subroutine
240      * subroutines: move find's maxdepth option to the left, prevent multiple
241        fai softupdate running simultaneously (closes: #390680), move
242        disk_var.sh from FAI 2.X installation old to new location
243        rename variable sndhostname to sendhostname
244      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
245        so it also works for sarge's version of expr
246      * subroutines-liux: add test if base.tgz exists (closes: #390343),
247        sources.list must be used from /etc/apt during normal installation
248      * fai: add option -u,--hostname (closes: #390367), create
249        /dev/shm/network if directory not already exists (needed for initrd
250        kernels)
251      * LAST/50-misc: do not fail if hardware clock can't be set
252      * fcopy: swap call of postinst and set_mode
253      * install_packages: add missing package list to yum and rpm calls
254        (closes: #392032)
255      * rename sndmon() to sendmon()
256      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
257        it, add carriage return
258      * package_config/DEMO: remove rstatd since it buggy atm
259      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
260        not call discover
261    
262     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
263    
264    fai (3.0) unstable; urgency=low
265    
266      * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
267      * fai: export FAI_ACTION, fix -c and -C in usage()
268      * subroutines-linux: fix path of resolv.conf
269      * fai-chboot: remove devfs=nomount, use NFS v3
270      * package_config/DEFAULT: replace kernel-image with linux-image
271      * faireboot: stop udevd
272      * rename class XFREE to XORG, use xorg packages
273      * bin/fai: rename $targetdir to $FAI_ROOT
274      * add debconf data for german environment (closes: #386192)
275      * package_config/GERMAN: new file includes packages for german
276        environment
277      * new script FAIBASE/20-removable_media creates fstab entries and makes
278        directories under /media
279      * new script and man page: ainsl, ainsl.1
280      * fai-start-stop-daemon: prints which daemon will not be started
281      * get-boot-info: fix duplicate call of get_dhcp_info()
282      * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
283      * fai-setup: add option no_subtree_check to etc/exports lines
284      * get-config-dir-svn: svn support for config space (closes: #314991)
285      * fai.8: add info about dirinst, add example
286    
287     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
288    
289    fai (3~beta21) unstable; urgency=medium
290    
291      * make pathes conform to FHS:
292        (closes: #340608, #311524, #336650, #309554, #340609)
293      * use /srv/tftp/fai    instead of /boot/fai
294      * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
295      * use /srv/fai/config  instead of /usr/local/share/fai
296      * use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot
297      * use /var/lib/fai/config instead of /fai
298      * use /var/lib/fai/mirror instead of /mnt
299      * create_ramdisk: call mkrw with -n
300      * setup_harddisks: use more secure options for /proc line
301      * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
302        with etch, existent .disable pxe file will be removed automatically,
303        add headline when copying from template, change in options: -d is now
304        -D, -r is now -d, -r is not used any more, abort if $pxedir does not
305        exist (closes: #373596)
306      * subroutines-linux: task_updatebase does not use updatebase.log any
307        more (closes: #366823), try ftar $FAI/basefiles before extracting
308        base.tgz, create policy-rc.d in the chroot, copy sources.list from
309        $FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh, fix
310        path for resolv.conf
311      * move /etc/fai/sources.list to /etc/fai/apt/sources.list
312      * fix lintian error: build-depends-indep-should-be-build-depends
313        debhelper
314      * complies with policy 3.7.2
315      * added a linda override for fai-quickstart (ignore /usr/doc-symlink
316        warning)
317      * added Section: headers to binary packages in control
318      * conf/make-fai-nfsroot.conf: remove variables: $nfssize,
319        $NFSROOT_PACKAGES, $package
320      * new config file /etc/fai/NFSROOT which contains the package list
321      * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO
322        instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver
323        removed (closes: #332837)
324      * lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate
325        scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd
326        at the end of the installation
327      * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--cfdir,
328        -c,--class (closes: #353535), add support for dirinst, cleanup LOGDIR
329        before using it again (closes: #369534), remove variable rundir, mkdir
330        /var/run/fai if not existing, trap uses subroutine clean_exit() for
331        dirinst
332      * fai-setup: use getent for getting IP address, make it a bash script,
333        change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
334        for getting hostname, add all IP addresses and host names to
335        ssh_known_hosts (closes: #286692), remove variable FAICLIENTS, use IP
336        address and netmask for exportfs line (closes: #381261)
337      * make-fai-nfsroot: new subroutine all_host_entries(), use
338        install_packages and /etc/fai/NFSROOT for installing packages into the
339        nfsroot, install fai-nfsroot before other packages are installed, do
340        not exit if getent returns no information, rename -c to -C, use
341        readlink to determine $cfdir (closes: #358765)
342      * variable $fstab replaced with fstab (no more Solaris support using
343        vfstab)
344      * savelog.LAST: set reboot=1 if no errors are found
345      * fcopy: fix bug (closes: #374415)
346      * control: update to Standards-Version: 3.7.2, fai-quickstart depends on
347        tftpd-hpa
348      * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,
349        replace backticks with $(), fix test (closes: #384624), rename -c to -C
350      * lib/get-boot-info: get network info via DHCP if ip=dhcp was set
351      * prcopyleft: remove osname from copyright logo
352      * subroutines: add task dirinst (closes: #322634), do not execute task
353        prepareapt on softupdates (closes: #315000), save FAI_CLASSES and
354        disk_var.sh to /var/lib/fai, do not save variables.log to /var
355      * move fai-divert to fai-client package
356      * ftar: fix exit code when no matching class was found
357      * move code from script get-config-dir to task_confdir()
358      * rename $DO_INIT_TASKS to $do_init_tasks
359      * install_packages: add option -p
360      * fai-mirror: use packages.nfsroot instead of packages.arch, check if
361        obsolete variables are used, remove -a, add -B
362      * add policy-rc.d support instead of diverting start-stop-daemon
363      * remove varaible diskvar, use $LOGDIR/disk_var.sh instead
364      * fai-debconf: use read-only temp file during reconfigure
365      * get-config-dir-file: access config space via local path, used by
366        fai-cd
367      * fai-cd: use $FAI instead of /fai
368      * fai-mirror: generate distrib name from FAI_DEBOOTSTRAP
369      * move some -c to -C, so now all scripts use -C for cfdir, setting
370        $FAI_ETC_DIR is the same as specifying -C cfdir, print message if this
371        variables is used
372      * move NEWS to NEWS.Debian
373      * VERSION: default is kernel 2.6.17
374    
375     -- Thomas Lange <lange@debian.org>  Wed, 13 Sep 2006 18:54:38 +0200
376    
377    fai (2.10.5) unstable; urgency=high
378    
379      * fixes patch from last NMUs. (really, really closes: #373955)
380      * make-fai-nfsroot: print debootstrap version
381      * add package lftp to nfsroot
382      * create_ramdisk: make more directories writeable
383      * 20hwdetect.source: add some usb modules
384      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
385    
386     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
387    
388    fai (2.10.4) unstable; urgency=high
389    
390      * Non-maintainer upload.
391      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
392        /etc, as faireboot is not run inside the chroot. (Really
393        Closes: #373955)
394    
395     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
396    
397    
398    fai (2.10.3) unstable; urgency=high
399    
400      * Non-maintainer upload.
401      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
402        used during install_packages are not appropriate for the finished
403        system. (Closes: #373955)
404    
405     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
406    
407    fai (2.10.2) unstable; urgency=medium
408    
409      * lib/get-boot-info: call dhclient with different configuration and
410        script names, closes grave bug (closes: #369265), remove dpkg-divert
411        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
412      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
413      * do not call mkrwsize if directory does not exist (closes: #365037)
414      * lib/mkrw: add option -n
415      * make-fai-nfsroot: grep before appending to file (closes: #364748),
416        enable DNS inside the nfsroot (closes: #358783)
417      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
418        appending to file (closes: #331258)
419      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
420      * bin/fai: do not mount --bind /tmp/fai on softupdate
421    
422     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
423    
424    fai (2.10.1) unstable; urgency=low
425    
426      * fai-chboot: fix division by zero error
427      * fai.conf: remove $OS_TYPE
428      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
429        install and dirinst, move prcopyleft() and additional code into
430        external script, use /var/log/fai/current as default LOGDIR,
431        /tmp/fai is currently a mount --bind to it
432      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
433        segfault bug
434      * install_packages: add commands for y2pmsh, yast and rpm
435      * mount2dir: add more fs types that should be skipped
436      * fai-mirror: use different source.list when downloading packages for
437        debootstrap (closes: #361786), remove comments from PACKAGES line
438        (closes: #358910), add option -C, (closes: #318299), recreates
439        Package.gz and Release file using apt-ftparchive
440      * fai-cd: add option -C (closes: #312198), print FAI version in grub
441        menu, not fai-cd version
442      * make-fai-nfsroot: print warning if -f is still used, add config for
443        aptitude to allow unsigned packages without prompting
444      * menu.lst: enable timeout, use localboot as default, remove syslogd
445        flag, remove unused entries, fix IP address for demohost
446      * subroutines: new path /var/log/fai/current/showvar.log
447      * fai-guide.sgml: include package splitting into fai guide
448      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
449        console-tools to nfsroot (closes: #363480)
450      * get-boot-info: do not try to activate the first four ethernet devices
451      * conf/apt.conf: add aptitude option so untrusted repositories will also
452        be used
453      * instsoft.FAIBASE: use fcopy for kernel-img.conf
454      * subroutines-linux: use IP address when calling fai-chboot in
455        task_chboot, this helps when the install client has two network cards
456        and the host name lookup fails
457      * mkrw: fix typo (closes: #363521)
458      * dhcpd.conf: make deny unknown-clients default, remove range definition
459      * S99fai-setup: enable networking for faiserver
460    
461     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
462    
463    fai (2.10) unstable; urgency=low
464    
465      * setup_harddisks: mapdisk(): add support for more than two disks, fix
466        wrong comments (closes: #356265), allow logical partitions to be
467        bootable (closes: #344536)
468      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
469        detect kernel version for new kernel name (closes: #352939),
470        remove patches-* file when using -K (closes: #348350), remove
471        update-modules call, remove symlink creation to /tmp, add warning if
472        $FAI_LOCAL_REPOSITORY is still used
473      * fai-chboot: change output of -l and -L, major rework of the lsdir
474        function, add more options for different listing formats, add template
475        copy function (closes: #342471, #356136), options added: -g -c -t -o
476      * 20-hwdetect.source: test if discover is installed
477      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
478      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
479        if unlink fails, add option -n (closes: #356378), preserving is not an
480        error (closes: #360183)
481      * make example scripts more cfengine2 compatible (closes: #312201)
482      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
483        available (closes: #314613)
484      * install_packages: new feature, just unpack packages (closes: #277079),
485        add urpmi, urpme and yum support
486      * fai: exit script if no parameters are given and no run from nfsroot
487      * subroutines: add verbose output when defining variables, add
488        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
489        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
490        copying them
491      * remove FAIBASE/20-save_diskvar (closes: #312296)
492      * task_sysinfo: call lshw if available
493      * lib/get-boot-info: remove duplicate network device names
494      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
495        (closes: #341577)
496      * create_ramdisk: use mkrw for making directories writeable
497      * fai-mirror: add warning if some files do not exist
498    
499     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
500    
501    fai (2.9.1) unstable; urgency=low
502    
503      * install_packages: add aptitude-r to @commands (closes: #343361)
504      * new command fai-statoverride (like dpkg-statoverride)
505      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
506      * fai.8: fix typo (closes: #343642)
507      * doc/classes_description.txt: remove all unused classes, update
508        description (closes: #322026)
509      * add script AMD64/99-discover-bug
510      * add class FAISERVER
511      * updatebase: mount /sys into chroot
512      * mkdebmirror: remove non-US stuff
513      * savelog.LAST: add segfault to error pattern
514      * make-fai-bootfloppy.8: fix typo (closes: #346428)
515      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
516        exist
517      * menu.lst: add entry for faiserver
518      * fai-cd: adjust space, new code for generating sources.list file
519      * fai-debconf: add test if debconf data file exists (closes: #348857)
520    
521     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
522    
523    fai (2.9) unstable; urgency=low
524    
525      * splitting binary package fai into fai-server, fai-client, fai-doc and
526        fai-nfsroot (closes: #210507)
527      * adjust some paths
528      * remove beowulf and advanced examples
529      * increase compat level to 4
530      * delete sunos code from source
531      * scripts/ directory is now bin/
532      * fai-cd: fixed hardcoded sources.list for the install client to be
533        generated, code by Michael Tautschnig (closes: #320024) and at least
534        partially #329547, test if nfsroot was created (closes: #317495), test
535        if mkisofs is available (closes: #334871), exist unless arch is i386
536        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
537        remove subroutine mhide amd module-hide, mkbimage is not needed any
538        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
539        no floppy emulation needed, size is not limited any more to 2.88M
540      * install_packages: ignore packages ending with - when using -d
541        (closes: #334333), remove backtick evaluation (closes: #322157), add
542        -R to default aptitude call, add aptitude-r for download only mode,
543        add more warnings
544      * lib/create_ramdisk: make /etc/network/run/ifstate writable
545        (closes: #312128)
546      * fai-mirror: add -i to egrep (closes: #312508), add option
547        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
548        install conflicting packages, test if $mirrordir starts with a slash
549        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
550      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
551      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
552        chroot before using getpwnam (closes: #283475), add option -U
553      * fai-guide.sgml: include README.disk_config into fai guide, minor
554        fixes, (closes: #332295, #332318, #332293, #332291)
555      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
556        new test if ssh package is installed (closes: #322759), create
557        apt.conf.d file to support unsigned repositories, fail if debootstrap
558        return with error code (closes: #342120)
559      * subroutines: test if hooks are executable (closes: #338524), new stamp
560        file name when action is softupdate
561      * make-fai-bootfloppy: fix code for -i when using a relative path
562        (closes: #314551), add option -I (closes: #337271), create more space
563        on boot floppy (closes: #294593), add option -B
564      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
565        even when using a 2.6 kernel (closes: #307147)
566      * ftar: test if $single is set (closes: #340421)
567      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
568        (closes: #305783)
569      * setup_harddisks: add i2o support (closes: #317797), add workaround for
570        udev behaviour
571      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
572        overwritten during softupdate (closes: #313069, #314995)
573      * subroutines-linux: fix idempotent code (closes: #340422)
574      * fai: do not use color logo if $console was set, start udev if
575        available (closes: #334373), test if run as root
576      * lib/updatebase: mount /dev into chroot during installation if we are
577        running udev
578      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
579        parameters, root-path can now be removed from dhcpd.conf
580      * add support for unsigned repositories
581      * LAST/50-misc: fix code that detect of a kernel is installed, now it
582        does not break if more than one kernel is installed
583    
584     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
585    
586    fai (2.8.4) unstable; urgency=high
587    
588      * fix important bug: remove non-US entry (closes: #310392)
589      * package_config: remove nonfree package t1-xfree86-nonfree from
590        examples (closes: #310705)
591    
592     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
593    
594    fai (2.8.3) unstable; urgency=high
595    
596      * fix a serious bug, remove debconf support (closes: #309209), debconf
597        support may be included again after sarge
598      * fix important bug, do not delete files in /etc/fai (closes: #309707)
599      * control: remove dependency on debconf
600      * postinst, postrm: remove debconf code
601      * rules: do not call dh_installdebconf
602      * remove debian/config, debian/template
603      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
604      * fai.conf: set placeholder for installserver, since debconf will not
605        set it any more
606      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
607        instead of debconf's default values
608      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
609      * fai-guide.sgml: minor document patch, move section "For the impatient
610        user" to the front (closes: #309134, #309556)
611      * README.build-sources: add memo to use -ICVS in the future
612    
613     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
614    
615    fai (2.8.2) unstable; urgency=high
616    
617      * remove old unused scripts from cvs source
618      * updatebase: use mktemp for creating temp file, this closes a serious
619        security bug (closes: #307838)
620      * fai: create dir only during initial installation, fixes a critical bug
621        (closes: #307632)
622      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
623        important bug (closes: #307631)
624    
625     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
626    
627    fai (2.8.1) unstable; urgency=low
628    
629      * only minor bug fixes, no major changes to the code, but a lot of them
630      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
631      * install_packages: add missing aptitude-r call (closes: #305544),
632        add $qopt and $devnull, used when install_packages is called with
633        verbose from fai-mirror
634      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
635        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
636        when $addpackages is empty
637      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
638      * fai-cd: add test if mkinitrd-cd is available
639      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
640      * savelog.LAST: add error message to global pattern
641      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
642        dpkg --print-installation-architecture instead of another call which
643        needed gcc, change comment
644      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
645        from amd64 which are not available (closes: #306264)
646      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
647        (closes: #305861)
648      * install_packages.8: remove option -f
649      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
650      * control: add grub to suggests
651      * rules: make hooks and postinst script executable
652      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
653        hang the system
654      * fr.po: added french debconf templates (closes: #306232)
655      * de.po, templates.pot: remove fuzzy lines
656      * README.disk_config: add notes about boot option
657      * debian/postinst: replace sed -i with perl -pi -e since old sed does
658        not support -i
659      * fai-setup: change informational message
660      * fai-mount-disk: mount file systems read only
661      * 50-host-classes: move host specific class definitions to new script
662      * fai-guide.sgml: fix typos and other minor mistakes
663    
664     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
665    
666    fai (2.8) unstable; urgency=high
667    
668      * remove ext2resize from $packages (closes: #303565)
669      * major rewrite of simple examples (closes: #290554)
670      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
671      * fai-guide.sgml: major update for new release
672      * setup_harddisks: add support for device names disk1 and disk2,
673        reformat some output, print some messages only if $verbose is set
674      * rcS_fai: renamed to fai, add manual page fai.8
675      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
676        before task_defvar, add variable $DO_INIT_TASKS, add code for
677        softupdate support, rename rcS.log to fai.log, add copyright message
678        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
679      * apt.conf: replace force-confnew with force-confdef
680      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
681        off uname -m, add arch dependent package name to, remove "" for
682        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
683        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
684      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
685        local class-C network, remove ext2resize until available again
686      * subroutines: add task softupdate, add support for softupdate, add
687        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
688        disabling swap partitions, test $DO_INIT_TASKS always with -eq, use
689        /var/log/fai/FAI_CLASSES
690      * subroutines-linux: script prepare_apt is now updatebase, add support
691        for softupdates, add task_prepareapt, sliently skip task_chboot if
692        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
693        output also to console
694      * install_packages: cleanup of multiple packages with different
695        install/remove operations, add installable(), check if a package is
696        listed in a package index and not only in the dpkg database, add
697        force-confdef and force-confold to apt-get, install_packages.conf
698        unused, remove -f, sub read_config_file
699      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
700        also supported for backwards compatibility
701      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
702        dependent packages defined in make-fai-nfsroot, replace sed with bash
703        builtin, add $debdist, return if $addpackages is empty
704      * fai-chboot: change message
705      * load_keymap_consolechars: much simpler code
706      * create_ramdisk: create /tmp/var/run/fai
707      * fai.conf: installserver will be set by debconf, by default LOGUSER is
708        unset
709      * sources.list: insert MIRRORHOST which will be replaced by debconf data
710      * Makefile: install device2grub to new location, rename rcS_fai to fai
711      * control: add libapt-pkg-perl for install_packages, remove dependency
712        on nfs, because fai can also only be used for softupdate
713      * postrm: cleanup debconf data on purge
714      * postinst: use debconf
715      * rules: add dh_installdebconf call, remove chmod of rcS_fai
716      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
717    
718     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
719    
720    fai (2.7) unstable; urgency=high
721    
722      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
723        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
724      * closes important bug, make-fai-nfsroot: use resolv.conf from install
725        server during creation of nfsroot (closes: #301230)
726      * rcS_fai: set classes before fai-class is called (closes: #301179), set
727        hostname if HOST was specified on the commandline
728      * fcopy: fix wrong variable name
729      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
730        name with 2.6.8
731      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
732      * install_packages: add setdownloadonly() and $opt_d
733      * conf/install_packages.conf removed
734      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
735        allow - in class names, add option -a, call install_packages with -d,
736        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
737        defined, log aptitudes actions to /dev/null
738      * fai-mirror.1: add option -a
739      * install_packages.8: add option -d
740      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
741      * add fai-cd.8 man page
742      * add conf/menu.lst: needed by fai-cd
743      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
744        debhelper greater version 3
745      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
746      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
747        to it
748    
749     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
750    
751    fai (2.6.7) unstable; urgency=low
752    
753      * add task debconf (closes: #136503)
754      * new script fai-debconf
755      * add manual page fai-debconf.1
756      * control: use nfs-kernel-server by default (closes: #293876)
757      * QUESTIONNAIRE: minor update
758      * packages_config/XFREE: remove some -dev packages
759      * packages_config/SERVER: remove symlinks
760      * packages_config/DEFAULT: add debconf-utils
761      * replace backticks with $()
762      * fai-do-scripts: use local variables, make it a bash script
763      * fai-guide.sgml: update for debconf support, add aptitude in
764        install_packages config
765    
766     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
767    
768    fai (2.6.6) unstable; urgency=medium
769    
770      * 06hwdetect.source: add comment, add class NVIDIA which is not currently
771        used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
772        $(), discard error messages from modprobe, enable dma mode for ide
773        devices (with fai CD it was not enabled)
774      * make-fai-nfsroot: use "" when testing variables, add link for
775        discover, remove resolv.conf created by debootstrap (closes: #281264),
776        create list of all packages in base.tgz, add packages for x86_64,
777        remove unneeded files in $FSROOT/etc/fai
778      * ftar: bug fix do not do recursive removal if $target/$dir is /
779      * fai-guide.sgml: fix typos (closes: #287150), add info about
780        /files/packages/ (closes: #290359)
781      * add task_savelog to die() (closes: #290526)
782      * make-fai-bootfloppy: bug fix: support /media directory, choose last
783        installed kernel if more than one kernel is installed in nfsroot
784      * setup_harddisks: bug fix: redefined mountpoint are too often reported,
785        allow space before primary and logical keyword
786      * create_ramdisk: bug fix: make directory for discover
787      * fai-setup: typo in variable name (closes: #289271), reload nfs server
788        instead of restart, read make-fai-nfsroot.conf, use variable
789        FAICLIENTS
790      * fai-class: bug fix: option -T hangs the script, make it a bash script,
791        replace backticks `` with $(), bad variable name in testclass()
792      * share/subroutines: bug fix: cd to / so umount -a will not fail too
793        often, kill sshd before rebooting, umount $target/proc before
794        umounting all otger file systems, copy FAI_CLASSES variables.sh
795        disk_var.sh to $target/var/log/fai
796      * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
797        lookup is possible before calling $h->name (closes: #290007)
798      * install_packages: add option -f, add command{pending},
799        command{dpkgc}, print max number of packages only in verbose mode
800      * install_packages.8: add option -f, add info about
801        install_packages.conf
802      * new config file: install_packages.conf, used for fai-mirror(1)
803      * rcS_fai: remount / with noatime, set variables if booting from CD, set
804        hostname to $HOST it was unset, remove unused variable, minor code
805        cleanup
806      * DEFAULT/S01: add copying of /etc/modules
807      * DEFAULT/S10: add message where grub writes boot record
808      * class/01alias: add class FAICD if running from fai CD, add classes for
809        host gnomehost (used by fai-cd)
810      * package_config/DEMO: replace install with aptitude
811      * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev
812      * script/LAST: enable shadow passwords for passwd and group in examples,
813        eject cdrom when running from fai CD
814      * task_sysinfo: call hwinfo if available
815      * fai-savelog: do not save remotely if $LOGSERVER is not set
816      * new command fai-mirror and manual page fai-mirror.1
817      * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
818      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
819    
820     -- Thomas Lange <lange@debian.org>  Fri, 21 Jan 2005 04:24:26 +0100
821    
822    fai (2.6.5) unstable; urgency=medium
823    
824      * install_packages: bug fix. Do not remove package names which are
825        search patterns for aptitude, read /etc/fai/install_packages.conf if
826        it exists
827      * hooks/savelog.LAST: add patterns that will be ignored
828      * fcopy: add support for svn and arch, add option -I, use variable
829        $FCOPY_IGNOREDIRS if set
830      * fcopy.8: add option -I
831    
832     -- Thomas Lange <lange@debian.org>  Thu, 11 Nov 2004 15:14:08 +0100
833    
834    fai (2.6.4) unstable; urgency=medium
835    
836      * add missing Beowulf examples
837      * fai-guide.sgml: fix error in link
838      * fai-start-stop-daemon: add short options, because so some init.d
839        scripts use them
840      * rcS_fai: do not use -t when remounting
841      * make-fai-nfsroot: print error when $KERNELPACKAGE is not found, add a
842        package for alpha architecture
843      * share/subroutines: do not dump variable $HOME and $PWD to variables.sh
844      * doc/QUESTIONNAIRE: typos, add example for answer
845      * install_packages: use warn instead of print for warning and verbose
846        messages, add aptitude support
847      * Fai.pm: add () to subroutine calls
848      * prerm: do not exit when nfs server reload fails (closes: #279024)
849      * setup_harddisks: add $devdisklist to call of sfdisk (closes: #276033)
850      * preparte_apt: divert programs before calling apt-get update
851      * subroutines-linux: redirect stdin of install_packages unless in debug
852        mode (closes: #264727)
853    
854     -- Thomas Lange <lange@debian.org>  Mon,  8 Nov 2004 14:38:58 +0100
855    
856    fai (2.6.3) unstable; urgency=high
857    
858      * subroutines: remove $rootpw from variables.sh (closes: #270871)
859      * update to kernel 2.4.27
860      * make-fai-nfsroot: force link creation of ifstate (closes: #270463),
861        use /etc/shadow in $NFSROOT
862      * make-fai-makefsroot.conf: add xfsprogs and xfsdump packages, adjust
863        size, install with chmod 0600 (closes: #270666, #271113)
864      * DEFAULT/S10: removed: add auto to /etc/modules
865      * class/DEFAULT.var: use single quotes instead of double quotes,
866        $kappend contains kernel parameters, new default kernel package
867        kernel-image-2.4.27-1-386
868      * scripts/DEFAULT/S20: remove unused action
869      * packages_config/DEFAULT: add iproute to NETTOOLS
870      * make-fai-nfsroot.8: add info about make-fai-nfsroot.conf,
871        add option -K which first removes all kernels from nfsroot
872        (make-fai-bootlfoppy is broken if multiple kernels are in the nfsroot)
873      * fai-setup: add option -e which does not set up nfs environment, which
874        may hang some production systems for a while
875      * fai-setup.8: add info for new option
876      * Makefile: install make-fai-nfsroot.conf with 0600
877    
878     -- Thomas Lange <lange@debian.org>  Mon, 13 Sep 2004 18:40:36 +0200
879    
880    fai (2.6.2) unstable; urgency=high
881    
882      * install_packages: fix broken taskinst action, workaround for new
883        tasksel behaviour
884      * DEFAULT/S10: fix broken grub entry for FAI_BOOTPART when two kernels
885        are in the nfsroot
886      * fai-chboot: add option -e the opposite of -r, uses nearly the same code
887    
888     -- Thomas Lange <lange@debian.org>  Thu, 26 Aug 2004 20:09:15 +0200
889    
890    fai (2.6.1) unstable; urgency=medium
891    
892      * catnc() greps through more than one file
893      * changlog messages of fai-setup moved from 2.5.2 to 2.6
894      * hooks/savelog.LAST: add package names which include the string "error"
895        as ignorepatterns
896      * make-fai-nfsroot.conf: add portmap again, since nis setup needs it
897      * make-fai-nfsroot: add option -k which installs a new kernel for the
898        nfsroot (closes: #256187), /root/.profile sources variables.sh, test
899        if $NFSROOT/prco/self exists before umount, kernel_install() includes
900        all code for installing the kernel, create dir $NFSROOT/var/state only
901        when not already existing, call umount_dirs and reset trap exit for
902        normal finishing script
903      * control: recommends dhcp3-server (closes: #263260), update to
904        standards 3.6.1, remove sp from build-depends
905      * rcsfai.var is not needed any more
906      * share/subroutines: do not dump readonly variables to variables.sh
907      * faireboot: make it a bash script, source variables.sh, source
908        subroutines, send message to faimond
909      * fai-divert: do not execute if dpkg-divert is not available
910      * install_pacakges: add support for tasksel remove, set default number
911        of packages from 4711 to 99
912      * package_config/COMPILE: replace task c-dev by list of packages names
913      * prepare_apt: make diversion of invoke-rc.d
914      * rules: call dh_clean after make clean
915      * prerm: test if $nfsserver is empty (closes: #263906)
916      * NETWORK/S40: remove /etc/hosts from fcopy list
917      * DEFAULT/S20: add async to export options
918      * fai-savelog: define $HOSTNAME to output of command hostname
919      * subroutines-linux: task_chboot() use `hostname` instead of $HOSTNAME,
920        sndmon() use $sndhostname instead of $HOSTNAME
921      * remove doc/README.package_problems
922      * fai-guide.sgml: add hint about dhcpd/nfsroot (closes: #264486), fix
923        typos
924    
925     -- Thomas Lange <lange@debian.org>  Mon,  9 Aug 2004 14:02:13 +0200
926    
927    fai (2.6) unstable; urgency=low
928    
929      * fai-setup: fix hostname detection when hostname includes a dash -,
930        pass all fai-setup options to make-fai-nfsroot (closes: #255830)
931      * fai.conf: move make-fai-nfsroot specific variables to make-fai-nfsroot.conf
932      * fix typo in lib/get-boot-info (closes: #242739, #239405)
933      * fix link in fai-guide.sgml (closes: #237794)
934      * fix typo in make-fai-bootfloppy.8 (closes: #238608)
935      * make-fai-bootfloppy: change lilo labels in (closes: #248955),
936        check if -s option is IP-address or hostname, new path for stage
937        files, remove install= line for lilo.conf, newer lilo does not need
938        boot-menu.b, added support for old an new lilo
939      * make-fai-nfsroot: add package dmidecode for some archs, add
940        module-init-tools, libapt-pkg-perl, smartmontools, usbutils, lvm2,
941        raidtools2, hwinfo, remove portmap package, jove to nfsroot, do not
942        copy bootsector, use mkelf-linux,
943        new code for creating timezone and localtime (closes: #201440), always
944        show $NFSROOT when copying verbosely, insert newline before adding
945        $FAI_LOCAL_REPOSITORY to sources.list, warning if $FAI_SOURCES_LIST is
946        used, use new make-fai-nfsroot.conf file, divert discover-modprobe,
947        add -q to depmod, create var/state dir, add subroutine fdivert(),
948        use fdivert instead ov ln or mv commands
949      * create_ramdisk: use tmpfs instead of shm, create dir for discover
950      * fcopy: -i always exists with 0
951      * rcS_fai: if a file /.nocolorlogo exists, do not enable colored
952        logo and let scroll region unchanged
953      * 06hwdetect.source: new call of discover (closes: #248532), be silent
954        when loading modules, use pipe instead of exec for find, mount usbfs
955        after loading an usb module, add $videodrv to additional.var, load
956        different modules when using a 2.4 or 2.6 kernel
957       * 11modules.source: moved into 06hwdetect.source
958      * lib/task_sysinfo: first call discover, then load modules using
959        discover, call smarctl for each disk, call lsusb, print partition
960        table with parted
961      * fai-divert: create dummy script only when dpkg-divert will succeeds
962      * fai-savelog: copy LOGDIR recursively, add remote log method none,
963        add -xdev to find
964      * subroutines: use /proc/uptime to determine installation time, use $()
965        instead of backticks, set terror when error occurs, add catnc(),
966        report FAI_FLAGS in one line, send message to faimond when starting a
967        hook
968      * subroutines-linux: set terror if error, add sndmon TASKERROR, do not
969        copy kernel image and initrd to install server, remove echo command
970        when defining kernel append parameters as variables
971      * faimond: always flush output
972      * fai-chboot: add option -o, special treatment of hostname default, also
973        list default config file when using -l, die with error message if
974        hostname is unknown, remove path from program name
975      * install_packages: add option -L, calling system with array should be
976        more efficient, new code for detecting unknown package names uses
977        AptPkg, add subroutine mkpackagelist(), remove path from program name
978      * bootsector, bootsector.8 removed
979      * class/LAST.var: removed because $hdparm is not needed any more
980      * class/70partition: remove definition of class FAI_BOOTPART
981      * class/01alias: remove unimportant examles, remove catnc definition,
982        remove beowulf example
983      * DEFAULT/S01: remove copying of bootsector, remove our local stuff
984      * scripts/BOOT: grub-install does not probe floppy drive, use bash,
985        replace backtics with $()
986      * hooks/instsoft.SERVER not needed any more
987      * hooks/savelog.LAST: add more messages to ignore
988      * disk_config/SMALL_IDE: remove partition /fai-boot, make / and /var
989        bigger, /usr smaller
990      * package_config/*: adjust package names to sarge distribution
991      * S40: remove NISLPRCLIENT and bootptab stuff
992      * examples/etc/sources.list: remove proposed updates lines
993      * mkdebmirror: mirror woody and sarge in one directory
994      * new FAQ
995      * THANKS: juergen added
996    
997     -- Thomas Lange <lange@debian.org>  Mon, 26 Jul 2004 17:22:44 +0200
998    
999  fai (2.5.4) unstable; urgency=low  fai (2.5.4) unstable; urgency=low
1000    
1001    * DEFAULT/S01,S20: add async option to export lines    * DEFAULT/S01,S20: add async option to export lines
1002    * fai-guide.sgml: add info how to boot a SUN Sparc, add URL for Sparc    * fai-guide.sgml: add info how to boot a SUN Sparc, add URL for Sparc
1003    * make-fai-nfsroot: add gnu-efi and silo to arch package lists    * make-fai-nfsroot: add gnu-efi and silo to arch package lists, add
1004        sparc64 arch, ppc arch uses vmlinux not vmlinuz
1005    * make-fai-bootfloppy: create and use device.map for grub_floppy    * make-fai-bootfloppy: create and use device.map for grub_floppy
1006      (closes: #233018), remove unused ip entry for fixed ip addresses      (closes: #233018), remove unused ip entry for fixed ip addresses,
1007        create iso9660 iso image with option -i
1008      * make-fai-bootfloppy.8: add option -i and an example for creating a
1009        cdrom image
1010    * rcS_fai: add prcopyleft() and fstart(), use mkfifo and tee instead of    * rcS_fai: add prcopyleft() and fstart(), use mkfifo and tee instead of
1011      bash special >()      bash special >(), mount sysfs if available
1012      * doc/README.disk_config: add info about lazyformat
1013    * THANKS: added holger    * THANKS: added holger
1014    
1015   -- Thomas Lange <lange@debian.org>  Fri, 20 Feb 2004 16:35:11 +0100   -- Thomas Lange <lange@debian.org>  Thu, 26 Feb 2004 17:07:31 +0100
1016    
1017  fai (2.5.3) unstable; urgency=low  fai (2.5.3) unstable; urgency=low
1018    
1019    * make-fai-bootfloppy: call grub in chroot environment, so correct libc    * make-fai-bootfloppy: call grub in chroot environment, so correct libc
1020      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
1021      more verbose      more verbose
1022    * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)    * make-fai-nfsroot: add option c which sets $cfdir (closes: #219824)
1023      add variable nfssize, remove package strace, check if $NFSROOT is set,      add variable nfssize, remove package strace, check if $NFSROOT is set,
1024      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
1025      /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 72  fai (2.5.2) unstable; urgency=low Line 1075  fai (2.5.2) unstable; urgency=low
1075    * fai.conf: add exim4 packages to exlude list    * fai.conf: add exim4 packages to exlude list
1076    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
1077      package list (closes: #219420), copy preferences from /etc/fai      package list (closes: #219420), copy preferences from /etc/fai
1078      (closes: 219824), use apt-get dist-upgrade instead of upgrade,      (closes: #219824), use apt-get dist-upgrade instead of upgrade,
1079      do not create base.tgz in $NFSROOT/.. and then move file      do not create base.tgz in $NFSROOT/.. and then move file
1080    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
1081    * faimond, faimond.8 added    * faimond, faimond.8 added
# Line 92  fai (2.5.2) unstable; urgency=low Line 1095  fai (2.5.2) unstable; urgency=low
1095    * subroutines: add sndmon messages, script should be bash script, change    * subroutines: add sndmon messages, script should be bash script, change
1096      debug code in ifclass      debug code in ifclass
1097    * install_packages: remove pinning info before checking for misspelt    * install_packages: remove pinning info before checking for misspelt
1098      package name      package name, usage() points to the man page
1099    * fai-setup: chown of /boot/fai    * fai-setup: chown of /boot/fai
1100    * utils/softupdate, lib/prepare_apt: use dist-upgrade    * utils/softupdate, lib/prepare_apt: use dist-upgrade
1101    * debian/compat created and debian/conffiles removed    * debian/compat created and debian/conffiles removed
# Line 175  fai (2.5) unstable; urgency=low Line 1178  fai (2.5) unstable; urgency=low
1178    * lib/task_sysinfo: call programm sysinfo if available    * lib/task_sysinfo: call programm sysinfo if available
1179    * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks    * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks
1180      using fcopy, add -i to fcopy calls      using fcopy, add -i to fcopy calls
1181    * scripts/DEFAULT1/S10: create etec/hostname only if fcopy fails    * scripts/DEFAULT1/S10: create etc/hostname only if fcopy fails, add
1182        password protection to grub menu
1183    * class/01alias: use classes from file demo if hostname is demohost; add    * class/01alias: use classes from file demo if hostname is demohost; add
1184      catnc(); use catnc instead of cat      catnc(); use catnc instead of cat
1185    * class/11modules.source: now uses code from DEFAULT.mod    * class/11modules.source: now uses code from DEFAULT.mod
# Line 237  fai (2.4) unstable; urgency=low Line 1241  fai (2.4) unstable; urgency=low
1241      from /etc/fai if available, add diversion for discover, add rsync, ssh      from /etc/fai if available, add diversion for discover, add rsync, ssh
1242      to nfsroot, do not die when mknbi-linux is missing, do not create      to nfsroot, do not die when mknbi-linux is missing, do not create
1243      device nodes (closes: #174844)      device nodes (closes: #174844)
1244    * class/70partition: bug fix. Use the same file as setup_harddisk to    * class/70partition: bug fix. Use the same file as setup_harddisks to
1245      determine classes which depend on partitions      determine classes which depend on partitions
1246    * scripts/*: convert some shell code to cfengine code, do not use fcopy    * scripts/*: convert some shell code to cfengine code, do not use fcopy
1247      if only a few lines has to be changed      if only a few lines has to be changed
# Line 440  fai (2.3) unstable; urgency=low Line 1444  fai (2.3) unstable; urgency=low
1444      do_scriptss calls every script class/<classname>/S[0-9]* when class is      do_scriptss calls every script class/<classname>/S[0-9]* when class is
1445      not a file, execute all S[0-9]* scripts in a directory      not a file, execute all S[0-9]* scripts in a directory
1446      /fai/scripts/$class/, skip all comment lines when definig classes      /fai/scripts/$class/, skip all comment lines when definig classes
1447      task_partition() call setup_harddisk only if no disk_var.sh exists      task_partition() call setup_harddisks only if no disk_var.sh exists
1448      defclass also sources all scripts class/S*.source      defclass also sources all scripts class/S*.source
1449      add subroutines adddivert(), rmalldivert(); task_finish calls      add subroutines adddivert(), rmalldivert(); task_finish calls
1450      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not
# Line 597  fai (2.0.1) unstable; urgency=low Line 1601  fai (2.0.1) unstable; urgency=low
1601    * Check if LOGUSER is defined, (closes: #101620)    * Check if LOGUSER is defined, (closes: #101620)
1602    * wget now recommends, (closes: #101594)    * wget now recommends, (closes: #101594)
1603    * Use ntpdate if a ntp server is defined (tag nt in bootptab),    * Use ntpdate if a ntp server is defined (tag nt in bootptab),
1604      (closes:  #101899)      (closes: #101899)
1605    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
1606      (closes: #101820)      (closes: #101820)
1607    * Bug fix. Check if imggen executable is available.    * Bug fix. Check if imggen executable is available.
# Line 687  fai (1.4.1) unstable; urgency=low Line 1691  fai (1.4.1) unstable; urgency=low
1691    * class DEBIAN_DEVEL commented out, because this software package list    * class DEBIAN_DEVEL commented out, because this software package list
1692      mostly segfaults dpkg      mostly segfaults dpkg
1693    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more
1694    * bug fixed: setup_harddisk don't mount preserved partitions if mount    * bug fixed: setup_harddisks don't mount preserved partitions if mount
1695      point is not in root directory      point is not in root directory
1696    * bug fixed: no dns support during chroot in make-fai-nfsroot    * bug fixed: no dns support during chroot in make-fai-nfsroot
1697    

Legend:
Removed from v.2201  
changed lines
  Added in v.4527

  ViewVC Help
Powered by ViewVC 1.1.5