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

Diff of /trunk/debian/changelog

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

revision 2832 by lange, Wed Apr 20 13:51:53 2005 UTC revision 4074 by lange, Tue Oct 10 21:26:08 2006 UTC
# Line 1  Line 1 
1    fai (3.1) unstable; urgency=low
2    
3      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
4      * rename action dirinst to dirinstall (closes: #390345)
5      * fai-cd: fix wrong path for sources.list (closes: #391639)
6      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
7      * lib/create_ramdisk: make /var/discover writeable
8      * make-fai-nfsroot: create directory var/discover
9      * subroutines: move find's maxdepth option to the left, prevent multiple
10        fai softupdate running simultaneously (closes: #390680)
11      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
12        so it also works for sarge's version of expr
13      * subroutines-liux: add test if base.tgz exists (closes: #390343),
14        sources.list must be used from /etc/apt during normal installation
15      * fai: add option -u,--hostname (closes: #390367)
16      * LAST/5-misc: do not fail if hardware clock can't be set
17      * fcopy: swap call of postinst and set_mode
18      * install_packages: add missing package list to yum and rpm calls
19        (closes: #392032)
20    
21     -- Thomas Lange <lange@debian.org>  Tue, 10 Oct 2006 01:29:35 +0200
22    
23    fai (3.0) unstable; urgency=low
24    
25      * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
26      * fai: export FAI_ACTION, fix -c and -C in usage()
27      * subroutines-linux: fix path of resolv.conf
28      * fai-chboot: remove devfs=nomount, use NFS v3
29      * package_config/DEFAULT: replace kernel-image with linux-image
30      * faireboot: stop udevd
31      * rename class XFREE to XORG, use xorg packages
32      * bin/fai: rename $targetdir to $FAI_ROOT
33      * add debconf data for german environment (closes: #386192)
34      * package_config/GERMAN: new file includes packages for german
35        environment
36      * new script FAIBASE/20-removable_media creates fstab entries and makes
37        directories under /media
38      * new script and man page: ainsl, ainsl.1
39      * fai-start-stop-daemon: prints which daemon will not be started
40      * get-boot-info: fix duplicate call of get_dhcp_info()
41      * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
42      * fai-setup: add option no_subtree_check to etc/exports lines
43      * get-config-dir-svn: svn support for config space (closes: #314991)
44      * fai.8: add info about dirinst, add example
45    
46     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
47    
48    fai (3~beta21) unstable; urgency=medium
49    
50      * make pathes conform to FHS:
51        (closes: #340608, #311524, #336650, #309554, #340609)
52      * use /srv/tftp/fai    instead of /boot/fai
53      * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
54      * use /srv/fai/config  instead of /usr/local/share/fai
55      * use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot
56      * use /var/lib/fai/config instead of /fai
57      * use /var/lib/fai/mirror instead of /mnt
58      * create_ramdisk: call mkrw with -n
59      * setup_harddisks: use more secure options for /proc line
60      * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
61        with etch, existent .disable pxe file will be removed automatically,
62        add headline when copying from template, change in options: -d is now
63        -D, -r is now -d, -r is not used any more, abort if $pxedir does not
64        exist (closes: #373596)
65      * subroutines-linux: task_updatebase does not use updatebase.log any
66        more (closes: #366823), try ftar $FAI/basefiles before extracting
67        base.tgz, create policy-rc.d in the chroot, copy sources.list from
68        $FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh, fix
69        path for resolv.conf
70      * move /etc/fai/sources.list to /etc/fai/apt/sources.list
71      * fix lintian error: build-depends-indep-should-be-build-depends
72        debhelper
73      * complies with policy 3.7.2
74      * added a linda override for fai-quickstart (ignore /usr/doc-symlink
75        warning)
76      * added Section: headers to binary packages in control
77      * conf/make-fai-nfsroot.conf: remove variables: $nfssize,
78        $NFSROOT_PACKAGES, $package
79      * new config file /etc/fai/NFSROOT which contains the package list
80      * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO
81        instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver
82        removed (closes: #332837)
83      * lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate
84        scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd
85        at the end of the installation
86      * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--cfdir,
87        -c,--class (closes: #353535), add support for dirinst, cleanup LOGDIR
88        before using it again (closes: #369534), remove variable rundir, mkdir
89        /var/run/fai if not existing, trap uses subroutine clean_exit() for
90        dirinst
91      * fai-setup: use getent for getting IP address, make it a bash script,
92        change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
93        for getting hostname, add all IP addresses and host names to
94        ssh_known_hosts (closes: #286692), remove variable FAICLIENTS, use IP
95        address and netmask for exportfs line (closes: #381261)
96      * make-fai-nfsroot: new subroutine all_host_entries(), use
97        install_packages and /etc/fai/NFSROOT for installing packages into the
98        nfsroot, install fai-nfsroot before other packages are installed, do
99        not exit if getent returns no information, rename -c to -C, use
100        readlink to determine $cfdir (closes: #358765)
101      * variable $fstab replaced with fstab (no more Solaris support using
102        vfstab)
103      * savelog.LAST: set reboot=1 if no errors are found
104      * fcopy: fix bug (closes: #374415)
105      * control: update to Standards-Version: 3.7.2, fai-quickstart depends on
106        tftpd-hpa
107      * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,
108        replace backticks with $(), fix test (closes: #384624), rename -c to -C
109      * lib/get-boot-info: get network info via DHCP if ip=dhcp was set
110      * prcopyleft: remove osname from copyright logo
111      * subroutines: add task dirinst (closes: #322634), do not execute task
112        prepareapt on softupdates (closes: #315000), save FAI_CLASSES and
113        disk_var.sh to /var/lib/fai, do not save variables.log to /var
114      * move fai-divert to fai-client package
115      * ftar: fix exit code when no matching class was found
116      * move code from script get-config-dir to task_confdir()
117      * rename $DO_INIT_TASKS to $do_init_tasks
118      * install_packages: add option -p
119      * fai-mirror: use packages.nfsroot instead of packages.arch, check if
120        obsolete variables are used, remove -a, add -B
121      * add policy-rc.d support instead of diverting start-stop-daemon
122      * remove varaible diskvar, use $LOGDIR/disk_var.sh instead
123      * fai-debconf: use read-only temp file during reconfigure
124      * get-config-dir-file: access config space via local path, used by
125        fai-cd
126      * fai-cd: use $FAI instead of /fai
127      * fai-mirror: generate distrib name from FAI_DEBOOTSTRAP
128      * move some -c to -C, so now all scripts use -C for cfdir, setting
129        $FAI_ETC_DIR is the same as specifying -C cfdir, print message if this
130        variables is used
131      * move NEWS to NEWS.Debian
132      * VERSION: default is kernel 2.6.17
133    
134     -- Thomas Lange <lange@debian.org>  Wed, 13 Sep 2006 18:54:38 +0200
135    
136    fai (2.10.5) unstable; urgency=high
137    
138      * fixes patch from last NMUs. (really, really closes: #373955)
139      * make-fai-nfsroot: print debootstrap version
140      * add package lftp to nfsroot
141      * create_ramdisk: make more directories writeable
142      * 20hwdetect.source: add some usb modules
143      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
144    
145     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
146    
147    fai (2.10.4) unstable; urgency=high
148    
149      * Non-maintainer upload.
150      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
151        /etc, as faireboot is not run inside the chroot. (Really
152        Closes: #373955)
153    
154     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
155    
156    
157    fai (2.10.3) unstable; urgency=high
158    
159      * Non-maintainer upload.
160      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
161        used during install_packages are not appropriate for the finished
162        system. (Closes: #373955)
163    
164     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
165    
166    fai (2.10.2) unstable; urgency=medium
167    
168      * lib/get-boot-info: call dhclient with different configuration and
169        script names, closes grave bug (closes: #369265), remove dpkg-divert
170        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
171      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
172      * do not call mkrwsize if directory does not exist (closes: #365037)
173      * lib/mkrw: add option -n
174      * make-fai-nfsroot: grep before appending to file (closes: #364748),
175        enable DNS inside the nfsroot (closes: #358783)
176      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
177        appending to file (closes: #331258)
178      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
179      * bin/fai: do not mount --bind /tmp/fai on softupdate
180    
181     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
182    
183    fai (2.10.1) unstable; urgency=low
184    
185      * fai-chboot: fix division by zero error
186      * fai.conf: remove $OS_TYPE
187      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
188        install and dirinst, move prcopyleft() and additional code into
189        external script, use /var/log/fai/current as default LOGDIR,
190        /tmp/fai is currently a mount --bind to it
191      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
192        segfault bug
193      * install_packages: add commands for y2pmsh, yast and rpm
194      * mount2dir: add more fs types that should be skipped
195      * fai-mirror: use different source.list when downloading packages for
196        debootstrap (closes: #361786), remove comments from PACKAGES line
197        (closes: #358910), add option -C, (closes: #318299), recreates
198        Package.gz and Release file using apt-ftparchive
199      * fai-cd: add option -C (closes: #312198), print FAI version in grub
200        menu, not fai-cd version
201      * make-fai-nfsroot: print warning if -f is still used, add config for
202        aptitude to allow unsigned packages without prompting
203      * menu.lst: enable timeout, use localboot as default, remove syslogd
204        flag, remove unused entries, fix IP address for demohost
205      * subroutines: new path /var/log/fai/current/showvar.log
206      * fai-guide.sgml: include package splitting into fai guide
207      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
208        console-tools to nfsroot (closes: #363480)
209      * get-boot-info: do not try to activate the first four ethernet devices
210      * conf/apt.conf: add aptitude option so untrusted repositories will also
211        be used
212      * instsoft.FAIBASE: use fcopy for kernel-img.conf
213      * subroutines-linux: use IP address when calling fai-chboot in
214        task_chboot, this helps when the install client has two network cards
215        and the host name lookup fails
216      * mkrw: fix typo (closes: #363521)
217      * dhcpd.conf: make deny unknown-clients default, remove range definition
218      * S99fai-setup: enable networking for faiserver
219    
220     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
221    
222    fai (2.10) unstable; urgency=low
223    
224      * setup_harddisks: mapdisk(): add support for more than two disks, fix
225        wrong comments (closes: #356265), allow logical partitions to be
226        bootable (closes: #344536)
227      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
228        detect kernel version for new kernel name (closes: #352939),
229        remove patches-* file when using -K (closes: #348350), remove
230        update-modules call, remove symlink creation to /tmp, add warning if
231        $FAI_LOCAL_REPOSITORY is still used
232      * fai-chboot: change output of -l and -L, major rework of the lsdir
233        function, add more options for different listing formats, add template
234        copy function (closes: #342471, #356136), options added: -g -c -t -o
235      * 20-hwdetect.source: test if discover is installed
236      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
237      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
238        if unlink fails, add option -n (closes: #356378), preserving is not an
239        error (closes: #360183)
240      * make example scripts more cfengine2 compatible (closes: #312201)
241      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
242        available (closes: #314613)
243      * install_packages: new feature, just unpack packages (closes: #277079),
244        add urpmi, urpme and yum support
245      * fai: exit script if no parameters are given and no run from nfsroot
246      * subroutines: add verbose output when defining variables, add
247        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
248        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
249        copying them
250      * remove FAIBASE/20-save_diskvar (closes: #312296)
251      * task_sysinfo: call lshw if available
252      * lib/get-boot-info: remove duplicate network device names
253      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
254        (closes: #341577)
255      * create_ramdisk: use mkrw for making directories writeable
256      * fai-mirror: add warning if some files do not exist
257    
258     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
259    
260    fai (2.9.1) unstable; urgency=low
261    
262      * install_packages: add aptitude-r to @commands (closes: #343361)
263      * new command fai-statoverride (like dpkg-statoverride)
264      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
265      * fai.8: fix typo (closes: #343642)
266      * doc/classes_description.txt: remove all unused classes, update
267        description (closes: #322026)
268      * add script AMD64/99-discover-bug
269      * add class FAISERVER
270      * updatebase: mount /sys into chroot
271      * mkdebmirror: remove non-US stuff
272      * savelog.LAST: add segfault to error pattern
273      * make-fai-bootfloppy.8: fix typo (closes: #346428)
274      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
275        exist
276      * menu.lst: add entry for faiserver
277      * fai-cd: adjust space, new code for generating sources.list file
278      * fai-debconf: add test if debconf data file exists (closes: #348857)
279    
280     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
281    
282    fai (2.9) unstable; urgency=low
283    
284      * splitting binary package fai into fai-server, fai-client, fai-doc and
285        fai-nfsroot (closes: #210507)
286      * adjust some paths
287      * remove beowulf and advanced examples
288      * increase compat level to 4
289      * delete sunos code from source
290      * scripts/ directory is now bin/
291      * fai-cd: fixed hardcoded sources.list for the install client to be
292        generated, code by Michael Tautschnig (closes: #320024) and at least
293        partially #329547, test if nfsroot was created (closes: #317495), test
294        if mkisofs is available (closes: #334871), exist unless arch is i386
295        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
296        remove subroutine mhide amd module-hide, mkbimage is not needed any
297        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
298        no floppy emulation needed, size is not limited any more to 2.88M
299      * install_packages: ignore packages ending with - when using -d
300        (closes: #334333), remove backtick evaluation (closes: #322157), add
301        -R to default aptitude call, add aptitude-r for download only mode,
302        add more warnings
303      * lib/create_ramdisk: make /etc/network/run/ifstate writable
304        (closes: #312128)
305      * fai-mirror: add -i to egrep (closes: #312508), add option
306        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
307        install conflicting packages, test if $mirrordir starts with a slash
308        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
309      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
310      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
311        chroot before using getpwnam (closes: #283475), add option -U
312      * fai-guide.sgml: include README.disk_config into fai guide, minor
313        fixes, (closes: #332295, #332318, #332293, #332291)
314      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
315        new test if ssh package is installed (closes: #322759), create
316        apt.conf.d file to support unsigned repositories, fail if debootstrap
317        return with error code (closes: #342120)
318      * subroutines: test if hooks are executable (closes: #338524), new stamp
319        file name when action is softupdate
320      * make-fai-bootfloppy: fix code for -i when using a relative path
321        (closes: #314551), add option -I (closes: #337271), create more space
322        on boot floppy (closes: #294593), add option -B
323      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
324        even when using a 2.6 kernel (closes: #307147)
325      * ftar: test if $single is set (closes: #340421)
326      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
327        (closes: #305783)
328      * setup_harddisks: add i2o support (closes: #317797), add workaround for
329        udev behaviour
330      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
331        overwritten during softupdate (closes: #313069, #314995)
332      * subroutines-linux: fix idempotent code (closes: #340422)
333      * fai: do not use color logo if $console was set, start udev if
334        available (closes: #334373), test if run as root
335      * lib/updatebase: mount /dev into chroot during installation if we are
336        running udev
337      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
338        parameters, root-path can now be removed from dhcpd.conf
339      * add support for unsigned repositories
340      * LAST/50-misc: fix code that detect of a kernel is installed, now it
341        does not break if more than one kernel is installed
342    
343     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
344    
345    fai (2.8.4) unstable; urgency=high
346    
347      * fix important bug: remove non-US entry (closes: #310392)
348      * package_config: remove nonfree package t1-xfree86-nonfree from
349        examples (closes: #310705)
350    
351     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
352    
353    fai (2.8.3) unstable; urgency=high
354    
355      * fix a serious bug, remove debconf support (closes: #309209), debconf
356        support may be included again after sarge
357      * fix important bug, do not delete files in /etc/fai (closes: #309707)
358      * control: remove dependency on debconf
359      * postinst, postrm: remove debconf code
360      * rules: do not call dh_installdebconf
361      * remove debian/config, debian/template
362      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
363      * fai.conf: set placeholder for installserver, since debconf will not
364        set it any more
365      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
366        instead of debconf's default values
367      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
368      * fai-guide.sgml: minor document patch, move section "For the impatient
369        user" to the front (closes: #309134, #309556)
370      * README.build-sources: add memo to use -ICVS in the future
371    
372     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
373    
374    fai (2.8.2) unstable; urgency=high
375    
376      * remove old unused scripts from cvs source
377      * updatebase: use mktemp for creating temp file, this closes a serious
378        security bug (closes: #307838)
379      * fai: create dir only during initial installation, fixes a critical bug
380        (closes: #307632)
381      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
382        important bug (closes: #307631)
383    
384     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
385    
386  fai (2.8.1) unstable; urgency=low  fai (2.8.1) unstable; urgency=low
387    
388    * only minor bug fixes    * only minor bug fixes, no major changes to the code, but a lot of them
389      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
390      * install_packages: add missing aptitude-r call (closes: #305544),
391        add $qopt and $devnull, used when install_packages is called with
392        verbose from fai-mirror
393    * fai-mirror: fix wrong path (closes: #304179), remove needless test if    * fai-mirror: fix wrong path (closes: #304179), remove needless test if
394      mkinitrd-cd is available      mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
395        when $addpackages is empty
396      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
397    * fai-cd: add test if mkinitrd-cd is available    * fai-cd: add test if mkinitrd-cd is available
398    * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)    * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
399    * savelog.LAST: add error message to global pattern    * savelog.LAST: add error message to global pattern
400      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
401        dpkg --print-installation-architecture instead of another call which
402        needed gcc, change comment
403      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
404        from amd64 which are not available (closes: #306264)
405      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
406        (closes: #305861)
407      * install_packages.8: remove option -f
408      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
409      * control: add grub to suggests
410      * rules: make hooks and postinst script executable
411      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
412        hang the system
413      * fr.po: added french debconf templates (closes: #306232)
414      * de.po, templates.pot: remove fuzzy lines
415      * README.disk_config: add notes about boot option
416      * debian/postinst: replace sed -i with perl -pi -e since old sed does
417        not support -i
418      * fai-setup: change informational message
419      * fai-mount-disk: mount file systems read only
420      * 50-host-classes: move host specific class definitions to new script
421      * fai-guide.sgml: fix typos and other minor mistakes
422    
423   -- Thomas Lange <lange@debian.org>  Wed, 20 Apr 2005 15:51:30 +0200   -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
424    
425  fai (2.8) unstable; urgency=high  fai (2.8) unstable; urgency=high
426    
# Line 19  fai (2.8) unstable; urgency=high Line 432  fai (2.8) unstable; urgency=high
432      reformat some output, print some messages only if $verbose is set      reformat some output, print some messages only if $verbose is set
433    * rcS_fai: renamed to fai, add manual page fai.8    * rcS_fai: renamed to fai, add manual page fai.8
434    * 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
435      before task_defvar, add variable $DO_INIT_TASK, add code for      before task_defvar, add variable $DO_INIT_TASKS, add code for
436      softupdate support, rename rcS.log to fai.log, add copyright message      softupdate support, rename rcS.log to fai.log, add copyright message
437      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
438    * apt.conf: replace force-confnew with force-confdef    * apt.conf: replace force-confnew with force-confdef
# Line 31  fai (2.8) unstable; urgency=high Line 444  fai (2.8) unstable; urgency=high
444      local class-C network, remove ext2resize until available again      local class-C network, remove ext2resize until available again
445    * subroutines: add task softupdate, add support for softupdate, add    * subroutines: add task softupdate, add support for softupdate, add
446      $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
447      disabling swap partitions, test $DO_INIT_TASK always with -eq, use      disabling swap partitions, test $DO_INIT_TASKS always with -eq, use
448      /var/log/fai/FAI_CLASSES      /var/log/fai/FAI_CLASSES
449    * subroutines-linux: script prepare_apt is now updatebase, add support    * subroutines-linux: script prepare_apt is now updatebase, add support
450      for softupdates, add task_prepareapt, sliently skip task_chboot if      for softupdates, add task_prepareapt, sliently skip task_chboot if
# Line 365  fai (2.5.3) unstable; urgency=low Line 778  fai (2.5.3) unstable; urgency=low
778    * make-fai-bootfloppy: call grub in chroot environment, so correct libc    * make-fai-bootfloppy: call grub in chroot environment, so correct libc
779      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
780      more verbose      more verbose
781    * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)    * make-fai-nfsroot: add option c which sets $cfdir (closes: #219824)
782      add variable nfssize, remove package strace, check if $NFSROOT is set,      add variable nfssize, remove package strace, check if $NFSROOT is set,
783      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
784      /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 421  fai (2.5.2) unstable; urgency=low Line 834  fai (2.5.2) unstable; urgency=low
834    * fai.conf: add exim4 packages to exlude list    * fai.conf: add exim4 packages to exlude list
835    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
836      package list (closes: #219420), copy preferences from /etc/fai      package list (closes: #219420), copy preferences from /etc/fai
837      (closes: 219824), use apt-get dist-upgrade instead of upgrade,      (closes: #219824), use apt-get dist-upgrade instead of upgrade,
838      do not create base.tgz in $NFSROOT/.. and then move file      do not create base.tgz in $NFSROOT/.. and then move file
839    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
840    * faimond, faimond.8 added    * faimond, faimond.8 added
# Line 947  fai (2.0.1) unstable; urgency=low Line 1360  fai (2.0.1) unstable; urgency=low
1360    * Check if LOGUSER is defined, (closes: #101620)    * Check if LOGUSER is defined, (closes: #101620)
1361    * wget now recommends, (closes: #101594)    * wget now recommends, (closes: #101594)
1362    * Use ntpdate if a ntp server is defined (tag nt in bootptab),    * Use ntpdate if a ntp server is defined (tag nt in bootptab),
1363      (closes:  #101899)      (closes: #101899)
1364    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
1365      (closes: #101820)      (closes: #101820)
1366    * Bug fix. Check if imggen executable is available.    * Bug fix. Check if imggen executable is available.

Legend:
Removed from v.2832  
changed lines
  Added in v.4074

  ViewVC Help
Powered by ViewVC 1.1.5