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

Diff of /trunk/debian/changelog

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

revision 2946 by lange, Fri Oct 14 22:16:31 2005 UTC revision 4462 by lange, Thu Jul 19 09:31:52 2007 UTC
# Line 1  Line 1 
1    fai (3.2~beta9) 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: fix description of classes used (closes: #329984),
9        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
10        fix an url, add documentation for dirinstall (closes: 390508)
11      * get-config-dir-svn: add support for svn url's without username
12        (closes: #415875)
13      * subroutines: copy disk_var.sh only if available (closes: #415880)
14      * savelog.LAST.source: add more patterns
15      * faimond: add options -p, -h, -b,
16        it can now call fai-boot (closes: #342477, #424608)
17      * faimond.1: update man pages to reflect the new options
18      * fai-savelog: use $LOGREMOTEDIR when saving to remote
19        (closes: #290371), do not set $HOSTNAME, should be set all the time
20        (closes: #429553, #429733)
21      * make-fai-nfsroot: add option -p (closes: #359323), move from
22        fai-kernels to plain Debian kernel using initrd (closes: #410940),
23        remove unused things since we have now write access to the nfsroot,
24        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
25        move creating of subdirs from make-fai-nfsroot to fai (from server to
26        client), do not create shell script in make-fai-nfsroot,
27        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
28        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613)
29      * make-fai-nfsroot.conf:
30        remove the variable KERNELPACKAGE (closes: #416531)
31      * make-fai-nfsroot.8: remove -V, new description for -K and -k
32      * fcopy: set mode on file even no file was copied (closes: #360184)
33      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
34        add initrd support, add option -s (closes: #356380)
35      * fai-chboot.8: ROOTFS parameter is not needed any more
36      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
37        (closes: #416381)
38      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
39        debian kernel package, add ext2resize, add and change arch specific
40        packages
41      * control: change dependencies from tetex to tetex or texlive, replace
42        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
43        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
44        syslinux is only available on two architectures, do not depend on
45        cfengine (v1), since it does not exists any more
46      * fai: do not remount / read only, do not call create_ramdisk, now we
47        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
48        -p, export $action for 20hwdetect.source, call save_dmesg only during
49        initial installation, during dirinstall set
50        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: 429553)
51        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
52        create syslog.conf before starting the syslog daemon
53      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
54        Debian kernel
55      * menu.lst: remove unneeded options, add boot=live for new initrd,
56        remove root (cd), fix setting of hostname, instead of using ip=, we
57        now use hostname=
58      * create_resolv_conf: fix path, since we can now write on the whole
59        filesystem
60      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
61        booting (closes: #401041),
62        add option -f, force removal of an existing ISO image
63        add option -k, this is for debugging
64        add option -n, do not create ISO image
65        use $NFSROOT/live/filesystem.dir
66      * disk-info: do not include removable devices into list of disks
67      * fai-class: remove HOST variable, only use HOSTNAME now
68        do not set HOSTNAME from uname (closes: #431283)
69      * multiple files: add some patches fixing english text
70        (closes: #428857, #428858)
71      * 20-removable_media: fix path for floppy mount point (closes: #428859)
72      * fai.8: add option -u, --hostname (closes: #361559)
73      * add variable TFTPROOT (closes: #408271, #431431)
74      * fai-mirror:
75        use $NFSROOT/live/filesystem.dir
76        do not ask questions, add unauthenticated packages to the mirror
77      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
78      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
79      * install_packages: add option -N, change option -t to -n,
80        add patch that AptPkg module is only used when
81        available and target system is Debian (closes: #422225), move code to
82        check_aptpkg(), add smart package manager support (closes: #430798)
83        do execute Debian specific commands only when needed (closes: #392038)
84      * install_packages.8: add option -N, change option -t to -n
85      * create_ramdisk: replaced by unionfs
86    
87     -- Thomas Lange <lange@debian.org>  Wed, 18 Jul 2007 17:43:59 +0200
88    
89    fai (3.1.8) unstable; urgency=medium
90    
91      * conf/NFSROOT: remove unknow package name (closes: 407950)
92      * setup_harddisks: use C locale when calling mkreiserfs (closes: 413504)
93      * fai-mirror: add /usr/sbin to $PATH so a normal user can also call
94        this command (closes: 413466)
95      * simple/package_config/GERMAN: fix wrong package name
96      * lib/subroutines: replace >>/dev/stderr with >&2
97    
98     -- Thomas Lange <lange@debian.org>  Tue, 13 Mar 2007 23:39:56 +0100
99    
100    fai (3.1.7) unstable; urgency=medium
101    
102      * subroutines: ifclass() should append to stderr (closes: #409059)
103      * examples/simple/, lib/fai-mount-disk, lib/mount2dir: use bash for
104        shell scripts (closes: #410084)
105      * fix typo in bug number of older changelog entry
106      * install_packages.8: add info for variable MAXPACKAGES
107    
108     -- Thomas Lange <lange@debian.org>  Wed, 14 Feb 2007 12:11:29 +0100
109    
110    fai (3.1.6) unstable; urgency=high
111    
112      * fix important and grave bugs
113      * fai-setup: do not fail (and exit) if $loguserhome is not writeable for
114        root (closes: #407947)
115      * fai-class: fix syntax error (closes: #408153)
116    
117     -- Thomas Lange <lange@debian.org>  Tue, 23 Jan 2007 23:49:33 +0100
118    
119    fai (3.1.5) unstable; urgency=low
120    
121      * make-fai-nfsroot: remove copying of *.pub files (closes: #406334)
122      * fai-debconf: add template when create tmp file, remove also old
123        tmp files (closes: #406336)
124      * fai: add missing parameter to --long options (closes: #406125)
125      * fai-classs: set hostname from -u as intended (closes: #406125)
126      * scripts/FAISERVER/10-conffiles: fix wrong path (closes: #406500)
127      * README: update year from 2006 to 2007
128    
129     -- Thomas Lange <lange@debian.org>  Fri, 12 Jan 2007 14:57:12 +0100
130    
131    fai (3.1.4) unstable; urgency=medium
132    
133      * these are only document changes and a one liner for setup_harddisks
134      * fix default examples. A change in the xorg package dependencies broke
135        the default FAI example installation (closes: #405435)
136      * remove xlockmore package from example (closes: #405433)
137      * setup_harddisks: add support for mountig existing NTFS partitions
138        (closes: #404187)
139    
140     -- Thomas Lange <lange@debian.org>  Thu,  4 Jan 2007 15:30:42 +0100
141    
142    fai (3.1.3) unstable; urgency=medium
143    
144      * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only
145        readable for root and group adm (closes: #402644)
146      * fai: add missing shift command (closes: #402588)
147      * fai.8: improve dirinstall info (closes: #402294)
148      * package_config/FAIBASE: add packages, this is only a documentation
149        change
150    
151     -- Thomas Lange <lange@debian.org>  Sun, 17 Dec 2006 17:40:54 +0100
152    
153    fai (3.1.2) unstable; urgency=high
154    
155      * use new fai kernel version 2.6.18
156      * control: add Vcs-Svn control field (closes: #399561)
157      * conf/NFSROOT: remove package hwtools, which do not exists any more
158      * fai-chboot: exit if file cannot be written, tmpfile was not always
159        removed
160      * make-fai-bootfloppy: remove sit interfaces from list of network
161        devices (closes: #400521), print error if it can't write to floppy
162        device (closes: #400522)
163      * fcopy: tmpfile was not always removed
164      * mount2dir: use noatime when mounting local file systems
165      * lib/subroutines-linux: change comment
166      * fix typo in changelog
167      * fai-server.postinst: change message (closes: #400324)
168    
169     -- Thomas Lange <lange@debian.org>  Mon, 27 Nov 2006 20:04:51 +0100
170    
171    fai (3.1.1) unstable; urgency=low
172    
173      * control: remove mkinitrd-cd from Recemmends: and Suggests:
174      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
175        $cfdir is already set (closes: #394884), no code change, reorder code
176        so a normal user gets help whem using -h,--help
177      * faireboot: fix file name to variables.log
178      * fai-chboot: fix several bugs for listing options, option -p expects an
179        argument, fix for -c behaviour (closes: #389905)
180      * fai-chboot.8: minor document fixes
181      * fai-mirror.1: fix example (closes: #390520)
182      * fcopy: remove temporary file after use
183      * fai: start udev before creating /dev/shm/network, remove set +a for
184        dirinstall, so $fai_rundate will be exported (closes: #390373)
185      * subroutines: umount config dir at the end of softupdate action,
186        cd back to old directory, convert FAI_ROOT to absolute path if doing
187        dirinstall (closes: #390346), die() only calls bash when
188        FAI_ACTION=install, add -i to bash call (closes: #362252)
189      * subroutines-linux: check exit status of get-config-dir
190      * get-config-dir: replace die call with echo and exit statement, add
191        error message
192      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
193        anchors to the beginning
194      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
195      * ainsl.8: explain ^ and $ treatment in more detail
196      * FAIBASE/10-misc: add anchors to ainsl pattern
197      * class/20hwdetect.source: change discover call
198      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
199      * lib/task_sysinfo: remove call of kudzu since it's not available any
200        more in etch
201    
202     -- Thomas Lange <lange@debian.org>  Mon,  6 Nov 2006 15:57:01 +0100
203    
204    fai (3.1) unstable; urgency=medium
205    
206      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
207      * rename action dirinst to dirinstall (closes: #390345)
208      * fai-cd: fix wrong path for sources.list (closes: #391639)
209      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
210      * lib/create_ramdisk: make /var/discover writeable
211      * make-fai-nfsroot: create directory var/discover, add option -h and
212        usage() subroutine
213      * subroutines: move find's maxdepth option to the left, prevent multiple
214        fai softupdate running simultaneously (closes: #390680), move
215        disk_var.sh from FAI 2.X installation old to new location
216        rename variable sndhostname to sendhostname
217      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
218        so it also works for sarge's version of expr
219      * subroutines-liux: add test if base.tgz exists (closes: #390343),
220        sources.list must be used from /etc/apt during normal installation
221      * fai: add option -u,--hostname (closes: #390367), create
222        /dev/shm/network if directory not already exists (needed for initrd
223        kernels)
224      * LAST/50-misc: do not fail if hardware clock can't be set
225      * fcopy: swap call of postinst and set_mode
226      * install_packages: add missing package list to yum and rpm calls
227        (closes: #392032)
228      * rename sndmon() to sendmon()
229      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
230        it, add carriage return
231      * package_config/DEMO: remove rstatd since it buggy atm
232      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
233        not call discover
234    
235     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
236    
237    fai (3.0) unstable; urgency=low
238    
239      * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
240      * fai: export FAI_ACTION, fix -c and -C in usage()
241      * subroutines-linux: fix path of resolv.conf
242      * fai-chboot: remove devfs=nomount, use NFS v3
243      * package_config/DEFAULT: replace kernel-image with linux-image
244      * faireboot: stop udevd
245      * rename class XFREE to XORG, use xorg packages
246      * bin/fai: rename $targetdir to $FAI_ROOT
247      * add debconf data for german environment (closes: #386192)
248      * package_config/GERMAN: new file includes packages for german
249        environment
250      * new script FAIBASE/20-removable_media creates fstab entries and makes
251        directories under /media
252      * new script and man page: ainsl, ainsl.1
253      * fai-start-stop-daemon: prints which daemon will not be started
254      * get-boot-info: fix duplicate call of get_dhcp_info()
255      * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
256      * fai-setup: add option no_subtree_check to etc/exports lines
257      * get-config-dir-svn: svn support for config space (closes: #314991)
258      * fai.8: add info about dirinst, add example
259    
260     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
261    
262    fai (3~beta21) unstable; urgency=medium
263    
264      * make pathes conform to FHS:
265        (closes: #340608, #311524, #336650, #309554, #340609)
266      * use /srv/tftp/fai    instead of /boot/fai
267      * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
268      * use /srv/fai/config  instead of /usr/local/share/fai
269      * use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot
270      * use /var/lib/fai/config instead of /fai
271      * use /var/lib/fai/mirror instead of /mnt
272      * create_ramdisk: call mkrw with -n
273      * setup_harddisks: use more secure options for /proc line
274      * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
275        with etch, existent .disable pxe file will be removed automatically,
276        add headline when copying from template, change in options: -d is now
277        -D, -r is now -d, -r is not used any more, abort if $pxedir does not
278        exist (closes: #373596)
279      * subroutines-linux: task_updatebase does not use updatebase.log any
280        more (closes: #366823), try ftar $FAI/basefiles before extracting
281        base.tgz, create policy-rc.d in the chroot, copy sources.list from
282        $FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh, fix
283        path for resolv.conf
284      * move /etc/fai/sources.list to /etc/fai/apt/sources.list
285      * fix lintian error: build-depends-indep-should-be-build-depends
286        debhelper
287      * complies with policy 3.7.2
288      * added a linda override for fai-quickstart (ignore /usr/doc-symlink
289        warning)
290      * added Section: headers to binary packages in control
291      * conf/make-fai-nfsroot.conf: remove variables: $nfssize,
292        $NFSROOT_PACKAGES, $package
293      * new config file /etc/fai/NFSROOT which contains the package list
294      * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO
295        instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver
296        removed (closes: #332837)
297      * lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate
298        scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd
299        at the end of the installation
300      * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--cfdir,
301        -c,--class (closes: #353535), add support for dirinst, cleanup LOGDIR
302        before using it again (closes: #369534), remove variable rundir, mkdir
303        /var/run/fai if not existing, trap uses subroutine clean_exit() for
304        dirinst
305      * fai-setup: use getent for getting IP address, make it a bash script,
306        change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
307        for getting hostname, add all IP addresses and host names to
308        ssh_known_hosts (closes: #286692), remove variable FAICLIENTS, use IP
309        address and netmask for exportfs line (closes: #381261)
310      * make-fai-nfsroot: new subroutine all_host_entries(), use
311        install_packages and /etc/fai/NFSROOT for installing packages into the
312        nfsroot, install fai-nfsroot before other packages are installed, do
313        not exit if getent returns no information, rename -c to -C, use
314        readlink to determine $cfdir (closes: #358765)
315      * variable $fstab replaced with fstab (no more Solaris support using
316        vfstab)
317      * savelog.LAST: set reboot=1 if no errors are found
318      * fcopy: fix bug (closes: #374415)
319      * control: update to Standards-Version: 3.7.2, fai-quickstart depends on
320        tftpd-hpa
321      * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,
322        replace backticks with $(), fix test (closes: #384624), rename -c to -C
323      * lib/get-boot-info: get network info via DHCP if ip=dhcp was set
324      * prcopyleft: remove osname from copyright logo
325      * subroutines: add task dirinst (closes: #322634), do not execute task
326        prepareapt on softupdates (closes: #315000), save FAI_CLASSES and
327        disk_var.sh to /var/lib/fai, do not save variables.log to /var
328      * move fai-divert to fai-client package
329      * ftar: fix exit code when no matching class was found
330      * move code from script get-config-dir to task_confdir()
331      * rename $DO_INIT_TASKS to $do_init_tasks
332      * install_packages: add option -p
333      * fai-mirror: use packages.nfsroot instead of packages.arch, check if
334        obsolete variables are used, remove -a, add -B
335      * add policy-rc.d support instead of diverting start-stop-daemon
336      * remove varaible diskvar, use $LOGDIR/disk_var.sh instead
337      * fai-debconf: use read-only temp file during reconfigure
338      * get-config-dir-file: access config space via local path, used by
339        fai-cd
340      * fai-cd: use $FAI instead of /fai
341      * fai-mirror: generate distrib name from FAI_DEBOOTSTRAP
342      * move some -c to -C, so now all scripts use -C for cfdir, setting
343        $FAI_ETC_DIR is the same as specifying -C cfdir, print message if this
344        variables is used
345      * move NEWS to NEWS.Debian
346      * VERSION: default is kernel 2.6.17
347    
348     -- Thomas Lange <lange@debian.org>  Wed, 13 Sep 2006 18:54:38 +0200
349    
350    fai (2.10.5) unstable; urgency=high
351    
352      * fixes patch from last NMUs. (really, really closes: #373955)
353      * make-fai-nfsroot: print debootstrap version
354      * add package lftp to nfsroot
355      * create_ramdisk: make more directories writeable
356      * 20hwdetect.source: add some usb modules
357      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
358    
359     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
360    
361    fai (2.10.4) unstable; urgency=high
362    
363      * Non-maintainer upload.
364      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
365        /etc, as faireboot is not run inside the chroot. (Really
366        Closes: #373955)
367    
368     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
369    
370    
371    fai (2.10.3) unstable; urgency=high
372    
373      * Non-maintainer upload.
374      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
375        used during install_packages are not appropriate for the finished
376        system. (Closes: #373955)
377    
378     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
379    
380    fai (2.10.2) unstable; urgency=medium
381    
382      * lib/get-boot-info: call dhclient with different configuration and
383        script names, closes grave bug (closes: #369265), remove dpkg-divert
384        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
385      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
386      * do not call mkrwsize if directory does not exist (closes: #365037)
387      * lib/mkrw: add option -n
388      * make-fai-nfsroot: grep before appending to file (closes: #364748),
389        enable DNS inside the nfsroot (closes: #358783)
390      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
391        appending to file (closes: #331258)
392      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
393      * bin/fai: do not mount --bind /tmp/fai on softupdate
394    
395     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
396    
397    fai (2.10.1) unstable; urgency=low
398    
399      * fai-chboot: fix division by zero error
400      * fai.conf: remove $OS_TYPE
401      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
402        install and dirinst, move prcopyleft() and additional code into
403        external script, use /var/log/fai/current as default LOGDIR,
404        /tmp/fai is currently a mount --bind to it
405      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
406        segfault bug
407      * install_packages: add commands for y2pmsh, yast and rpm
408      * mount2dir: add more fs types that should be skipped
409      * fai-mirror: use different source.list when downloading packages for
410        debootstrap (closes: #361786), remove comments from PACKAGES line
411        (closes: #358910), add option -C, (closes: #318299), recreates
412        Package.gz and Release file using apt-ftparchive
413      * fai-cd: add option -C (closes: #312198), print FAI version in grub
414        menu, not fai-cd version
415      * make-fai-nfsroot: print warning if -f is still used, add config for
416        aptitude to allow unsigned packages without prompting
417      * menu.lst: enable timeout, use localboot as default, remove syslogd
418        flag, remove unused entries, fix IP address for demohost
419      * subroutines: new path /var/log/fai/current/showvar.log
420      * fai-guide.sgml: include package splitting into fai guide
421      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
422        console-tools to nfsroot (closes: #363480)
423      * get-boot-info: do not try to activate the first four ethernet devices
424      * conf/apt.conf: add aptitude option so untrusted repositories will also
425        be used
426      * instsoft.FAIBASE: use fcopy for kernel-img.conf
427      * subroutines-linux: use IP address when calling fai-chboot in
428        task_chboot, this helps when the install client has two network cards
429        and the host name lookup fails
430      * mkrw: fix typo (closes: #363521)
431      * dhcpd.conf: make deny unknown-clients default, remove range definition
432      * S99fai-setup: enable networking for faiserver
433    
434     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
435    
436    fai (2.10) unstable; urgency=low
437    
438      * setup_harddisks: mapdisk(): add support for more than two disks, fix
439        wrong comments (closes: #356265), allow logical partitions to be
440        bootable (closes: #344536)
441      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
442        detect kernel version for new kernel name (closes: #352939),
443        remove patches-* file when using -K (closes: #348350), remove
444        update-modules call, remove symlink creation to /tmp, add warning if
445        $FAI_LOCAL_REPOSITORY is still used
446      * fai-chboot: change output of -l and -L, major rework of the lsdir
447        function, add more options for different listing formats, add template
448        copy function (closes: #342471, #356136), options added: -g -c -t -o
449      * 20-hwdetect.source: test if discover is installed
450      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
451      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
452        if unlink fails, add option -n (closes: #356378), preserving is not an
453        error (closes: #360183)
454      * make example scripts more cfengine2 compatible (closes: #312201)
455      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
456        available (closes: #314613)
457      * install_packages: new feature, just unpack packages (closes: #277079),
458        add urpmi, urpme and yum support
459      * fai: exit script if no parameters are given and no run from nfsroot
460      * subroutines: add verbose output when defining variables, add
461        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
462        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
463        copying them
464      * remove FAIBASE/20-save_diskvar (closes: #312296)
465      * task_sysinfo: call lshw if available
466      * lib/get-boot-info: remove duplicate network device names
467      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
468        (closes: #341577)
469      * create_ramdisk: use mkrw for making directories writeable
470      * fai-mirror: add warning if some files do not exist
471    
472     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
473    
474    fai (2.9.1) unstable; urgency=low
475    
476      * install_packages: add aptitude-r to @commands (closes: #343361)
477      * new command fai-statoverride (like dpkg-statoverride)
478      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
479      * fai.8: fix typo (closes: #343642)
480      * doc/classes_description.txt: remove all unused classes, update
481        description (closes: #322026)
482      * add script AMD64/99-discover-bug
483      * add class FAISERVER
484      * updatebase: mount /sys into chroot
485      * mkdebmirror: remove non-US stuff
486      * savelog.LAST: add segfault to error pattern
487      * make-fai-bootfloppy.8: fix typo (closes: #346428)
488      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
489        exist
490      * menu.lst: add entry for faiserver
491      * fai-cd: adjust space, new code for generating sources.list file
492      * fai-debconf: add test if debconf data file exists (closes: #348857)
493    
494     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
495    
496  fai (2.9) unstable; urgency=low  fai (2.9) unstable; urgency=low
497    
498    * splitting binary package fai into fai-server, fai-client, fai-doc and    * splitting binary package fai into fai-server, fai-client, fai-doc and
499      fai-nfsroot (closes: #210507)      fai-nfsroot (closes: #210507)
500    * adjust some paths    * adjust some paths
501      * remove beowulf and advanced examples
502   -- Thomas Lange <lange@debian.org>  Sat, 15 Oct 2005 00:17:28 +0200    * increase compat level to 4
503      * delete sunos code from source
504      * scripts/ directory is now bin/
505      * fai-cd: fixed hardcoded sources.list for the install client to be
506        generated, code by Michael Tautschnig (closes: #320024) and at least
507        partially #329547, test if nfsroot was created (closes: #317495), test
508        if mkisofs is available (closes: #334871), exist unless arch is i386
509        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
510        remove subroutine mhide amd module-hide, mkbimage is not needed any
511        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
512        no floppy emulation needed, size is not limited any more to 2.88M
513      * install_packages: ignore packages ending with - when using -d
514        (closes: #334333), remove backtick evaluation (closes: #322157), add
515        -R to default aptitude call, add aptitude-r for download only mode,
516        add more warnings
517      * lib/create_ramdisk: make /etc/network/run/ifstate writable
518        (closes: #312128)
519      * fai-mirror: add -i to egrep (closes: #312508), add option
520        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
521        install conflicting packages, test if $mirrordir starts with a slash
522        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
523      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
524      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
525        chroot before using getpwnam (closes: #283475), add option -U
526      * fai-guide.sgml: include README.disk_config into fai guide, minor
527        fixes, (closes: #332295, #332318, #332293, #332291)
528      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
529        new test if ssh package is installed (closes: #322759), create
530        apt.conf.d file to support unsigned repositories, fail if debootstrap
531        return with error code (closes: #342120)
532      * subroutines: test if hooks are executable (closes: #338524), new stamp
533        file name when action is softupdate
534      * make-fai-bootfloppy: fix code for -i when using a relative path
535        (closes: #314551), add option -I (closes: #337271), create more space
536        on boot floppy (closes: #294593), add option -B
537      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
538        even when using a 2.6 kernel (closes: #307147)
539      * ftar: test if $single is set (closes: #340421)
540      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
541        (closes: #305783)
542      * setup_harddisks: add i2o support (closes: #317797), add workaround for
543        udev behaviour
544      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
545        overwritten during softupdate (closes: #313069, #314995)
546      * subroutines-linux: fix idempotent code (closes: #340422)
547      * fai: do not use color logo if $console was set, start udev if
548        available (closes: #334373), test if run as root
549      * lib/updatebase: mount /dev into chroot during installation if we are
550        running udev
551      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
552        parameters, root-path can now be removed from dhcpd.conf
553      * add support for unsigned repositories
554      * LAST/50-misc: fix code that detect of a kernel is installed, now it
555        does not break if more than one kernel is installed
556    
557     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
558    
559  fai (2.8.4) unstable; urgency=high  fai (2.8.4) unstable; urgency=high
560    
# Line 67  fai (2.8.1) unstable; urgency=low Line 617  fai (2.8.1) unstable; urgency=low
617    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
618      from amd64 which are not available (closes: #306264)      from amd64 which are not available (closes: #306264)
619    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
620      (closes: 305861)      (closes: #305861)
621    * install_packages.8: remove option -f    * install_packages.8: remove option -f
622    * make-fai-nfsroot.8: remove wrong information (closes: #304980)    * make-fai-nfsroot.8: remove wrong information (closes: #304980)
623    * control: add grub to suggests    * control: add grub to suggests
# Line 96  fai (2.8) unstable; urgency=high Line 646  fai (2.8) unstable; urgency=high
646      reformat some output, print some messages only if $verbose is set      reformat some output, print some messages only if $verbose is set
647    * rcS_fai: renamed to fai, add manual page fai.8    * rcS_fai: renamed to fai, add manual page fai.8
648    * 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
649      before task_defvar, add variable $DO_INIT_TASK, add code for      before task_defvar, add variable $DO_INIT_TASKS, add code for
650      softupdate support, rename rcS.log to fai.log, add copyright message      softupdate support, rename rcS.log to fai.log, add copyright message
651      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
652    * apt.conf: replace force-confnew with force-confdef    * apt.conf: replace force-confnew with force-confdef
# Line 108  fai (2.8) unstable; urgency=high Line 658  fai (2.8) unstable; urgency=high
658      local class-C network, remove ext2resize until available again      local class-C network, remove ext2resize until available again
659    * subroutines: add task softupdate, add support for softupdate, add    * subroutines: add task softupdate, add support for softupdate, add
660      $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
661      disabling swap partitions, test $DO_INIT_TASK always with -eq, use      disabling swap partitions, test $DO_INIT_TASKS always with -eq, use
662      /var/log/fai/FAI_CLASSES      /var/log/fai/FAI_CLASSES
663    * subroutines-linux: script prepare_apt is now updatebase, add support    * subroutines-linux: script prepare_apt is now updatebase, add support
664      for softupdates, add task_prepareapt, sliently skip task_chboot if      for softupdates, add task_prepareapt, sliently skip task_chboot if
# Line 442  fai (2.5.3) unstable; urgency=low Line 992  fai (2.5.3) unstable; urgency=low
992    * make-fai-bootfloppy: call grub in chroot environment, so correct libc    * make-fai-bootfloppy: call grub in chroot environment, so correct libc
993      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
994      more verbose      more verbose
995    * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)    * make-fai-nfsroot: add option c which sets $cfdir (closes: #219824)
996      add variable nfssize, remove package strace, check if $NFSROOT is set,      add variable nfssize, remove package strace, check if $NFSROOT is set,
997      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
998      /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 498  fai (2.5.2) unstable; urgency=low Line 1048  fai (2.5.2) unstable; urgency=low
1048    * fai.conf: add exim4 packages to exlude list    * fai.conf: add exim4 packages to exlude list
1049    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
1050      package list (closes: #219420), copy preferences from /etc/fai      package list (closes: #219420), copy preferences from /etc/fai
1051      (closes: 219824), use apt-get dist-upgrade instead of upgrade,      (closes: #219824), use apt-get dist-upgrade instead of upgrade,
1052      do not create base.tgz in $NFSROOT/.. and then move file      do not create base.tgz in $NFSROOT/.. and then move file
1053    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
1054    * faimond, faimond.8 added    * faimond, faimond.8 added
# Line 1024  fai (2.0.1) unstable; urgency=low Line 1574  fai (2.0.1) unstable; urgency=low
1574    * Check if LOGUSER is defined, (closes: #101620)    * Check if LOGUSER is defined, (closes: #101620)
1575    * wget now recommends, (closes: #101594)    * wget now recommends, (closes: #101594)
1576    * Use ntpdate if a ntp server is defined (tag nt in bootptab),    * Use ntpdate if a ntp server is defined (tag nt in bootptab),
1577      (closes:  #101899)      (closes: #101899)
1578    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
1579      (closes: #101820)      (closes: #101820)
1580    * Bug fix. Check if imggen executable is available.    * Bug fix. Check if imggen executable is available.

Legend:
Removed from v.2946  
changed lines
  Added in v.4462

  ViewVC Help
Powered by ViewVC 1.1.5