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

Diff of /trunk/debian/changelog

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

revision 1777 by lange, Thu Apr 3 14:57:24 2003 UTC revision 3074 by lange, Mon Nov 21 16:29:12 2005 UTC
# Line 1  Line 1 
1    fai (2.9) unstable; urgency=low
2    
3      * splitting binary package fai into fai-server, fai-client, fai-doc and
4        fai-nfsroot (closes: #210507)
5      * adjust some paths
6      * remove beowulf and advanced examples
7      * increase compat level to 4
8      * delete sunos code from source
9      * scripts/ directory is now bin/
10      * fai-cd: fixed hardcoded sources.list for the install client to be
11        generated, code by Michael Tautschnig (closes: #320024) and at least
12        partially #329547, test if nfsroot was created (closes: #317495), test
13        if mkisofs is available (closes: #334871)
14      * install_packages: ignore packages ending with - when using -d
15        (closes: #334333)
16      * lib/create_ramdisk: make /etc/network/run/ifstate writable
17        (closes: #312128)
18      * fai-mirror: add -i to egrep (closes: #312508), add option
19        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
20        install conflicting packages
21      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
22      * fcopy: add preinst support, fix for inforing .svn dirs (closes: #297550)
23      * fai-guide.sgml: include README.disk_config into fai guide, minor
24        fixes, (closes: #332295, #332318, #332293, #332291)
25      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806)
26      * subroutines: test if hooks are executable (closes: #338524)
27    
28     -- Thomas Lange <lange@debian.org>  Sun, 20 Nov 2005 21:43:26 +0100
29    
30    fai (2.8.4) unstable; urgency=high
31    
32      * fix important bug: remove non-US entry (closes: #310392)
33      * package_config: remove nonfree package t1-xfree86-nonfree from
34        examples (closes: #310705)
35    
36     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
37    
38    fai (2.8.3) unstable; urgency=high
39    
40      * fix a serious bug, remove debconf support (closes: #309209), debconf
41        support may be included again after sarge
42      * fix important bug, do not delete files in /etc/fai (closes: #309707)
43      * control: remove dependency on debconf
44      * postinst, postrm: remove debconf code
45      * rules: do not call dh_installdebconf
46      * remove debian/config, debian/template
47      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
48      * fai.conf: set placeholder for installserver, since debconf will not
49        set it any more
50      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
51        instead of debconf's default values
52      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
53      * fai-guide.sgml: minor document patch, move section "For the impatient
54        user" to the front (closes: #309134, #309556)
55      * README.build-sources: add memo to use -ICVS in the future
56    
57     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
58    
59    fai (2.8.2) unstable; urgency=high
60    
61      * remove old unused scripts from cvs source
62      * updatebase: use mktemp for creating temp file, this closes a serious
63        security bug (closes: #307838)
64      * fai: create dir only during initial installation, fixes a critical bug
65        (closes: #307632)
66      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
67        important bug (closes: #307631)
68    
69     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
70    
71    fai (2.8.1) unstable; urgency=low
72    
73      * only minor bug fixes, no major changes to the code, but a lot of them
74      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
75      * install_packages: add missing aptitude-r call (closes: #305544),
76        add $qopt and $devnull, used when install_packages is called with
77        verbose from fai-mirror
78      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
79        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
80        when $addpackages is empty
81      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
82      * fai-cd: add test if mkinitrd-cd is available
83      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
84      * savelog.LAST: add error message to global pattern
85      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
86        dpkg --print-installation-architecture instead of another call which
87        needed gcc, change comment
88      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
89        from amd64 which are not available (closes: #306264)
90      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
91        (closes: 305861)
92      * install_packages.8: remove option -f
93      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
94      * control: add grub to suggests
95      * rules: make hooks and postinst script executable
96      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
97        hang the system
98      * fr.po: added french debconf templates (closes: #306232)
99      * de.po, templates.pot: remove fuzzy lines
100      * README.disk_config: add notes about boot option
101      * debian/postinst: replace sed -i with perl -pi -e since old sed does
102        not support -i
103      * fai-setup: change informational message
104      * fai-mount-disk: mount file systems read only
105      * 50-host-classes: move host specific class definitions to new script
106      * fai-guide.sgml: fix typos and other minor mistakes
107    
108     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
109    
110    fai (2.8) unstable; urgency=high
111    
112      * remove ext2resize from $packages (closes: #303565)
113      * major rewrite of simple examples (closes: #290554)
114      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
115      * fai-guide.sgml: major update for new release
116      * setup_harddisks: add support for device names disk1 and disk2,
117        reformat some output, print some messages only if $verbose is set
118      * rcS_fai: renamed to fai, add manual page fai.8
119      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
120        before task_defvar, add variable $DO_INIT_TASK, add code for
121        softupdate support, rename rcS.log to fai.log, add copyright message
122        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
123      * apt.conf: replace force-confnew with force-confdef
124      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
125        off uname -m, add arch dependent package name to, remove "" for
126        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
127        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
128      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
129        local class-C network, remove ext2resize until available again
130      * subroutines: add task softupdate, add support for softupdate, add
131        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
132        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
133        /var/log/fai/FAI_CLASSES
134      * subroutines-linux: script prepare_apt is now updatebase, add support
135        for softupdates, add task_prepareapt, sliently skip task_chboot if
136        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
137        output also to console
138      * install_packages: cleanup of multiple packages with different
139        install/remove operations, add installable(), check if a package is
140        listed in a package index and not only in the dpkg database, add
141        force-confdef and force-confold to apt-get, install_packages.conf
142        unused, remove -f, sub read_config_file
143      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
144        also supported for backwards compatibility
145      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
146        dependent packages defined in make-fai-nfsroot, replace sed with bash
147        builtin, add $debdist, return if $addpackages is empty
148      * fai-chboot: change message
149      * load_keymap_consolechars: much simpler code
150      * create_ramdisk: create /tmp/var/run/fai
151      * fai.conf: installserver will be set by debconf, by default LOGUSER is
152        unset
153      * sources.list: insert MIRRORHOST which will be replaced by debconf data
154      * Makefile: install device2grub to new location, rename rcS_fai to fai
155      * control: add libapt-pkg-perl for install_packages, remove dependency
156        on nfs, because fai can also only be used for softupdate
157      * postrm: cleanup debconf data on purge
158      * postinst: use debconf
159      * rules: add dh_installdebconf call, remove chmod of rcS_fai
160      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
161    
162     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
163    
164    fai (2.7) unstable; urgency=high
165    
166      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
167        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
168      * closes important bug, make-fai-nfsroot: use resolv.conf from install
169        server during creation of nfsroot (closes: #301230)
170      * rcS_fai: set classes before fai-class is called (closes: #301179), set
171        hostname if HOST was specified on the commandline
172      * fcopy: fix wrong variable name
173      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
174        name with 2.6.8
175      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
176      * install_packages: add setdownloadonly() and $opt_d
177      * conf/install_packages.conf removed
178      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
179        allow - in class names, add option -a, call install_packages with -d,
180        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
181        defined, log aptitudes actions to /dev/null
182      * fai-mirror.1: add option -a
183      * install_packages.8: add option -d
184      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
185      * add fai-cd.8 man page
186      * add conf/menu.lst: needed by fai-cd
187      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
188        debhelper greater version 3
189      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
190      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
191        to it
192    
193     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
194    
195    fai (2.6.7) unstable; urgency=low
196    
197      * add task debconf (closes: #136503)
198      * new script fai-debconf
199      * add manual page fai-debconf.1
200      * control: use nfs-kernel-server by default (closes: #293876)
201      * QUESTIONNAIRE: minor update
202      * packages_config/XFREE: remove some -dev packages
203      * packages_config/SERVER: remove symlinks
204      * packages_config/DEFAULT: add debconf-utils
205      * replace backticks with $()
206      * fai-do-scripts: use local variables, make it a bash script
207      * fai-guide.sgml: update for debconf support, add aptitude in
208        install_packages config
209    
210     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
211    
212    fai (2.6.6) unstable; urgency=medium
213    
214      * 06hwdetect.source: add comment, add class NVIDIA which is not currently
215        used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
216        $(), discard error messages from modprobe, enable dma mode for ide
217        devices (with fai CD it was not enabled)
218      * make-fai-nfsroot: use "" when testing variables, add link for
219        discover, remove resolv.conf created by debootstrap (closes: #281264),
220        create list of all packages in base.tgz, add packages for x86_64,
221        remove unneeded files in $FSROOT/etc/fai
222      * ftar: bug fix do not do recursive removal if $target/$dir is /
223      * fai-guide.sgml: fix typos (closes: #287150), add info about
224        /files/packages/ (closes: #290359)
225      * add task_savelog to die() (closes: #290526)
226      * make-fai-bootfloppy: bug fix: support /media directory, choose last
227        installed kernel if more than one kernel is installed in nfsroot
228      * setup_harddisks: bug fix: redefined mountpoint are too often reported,
229        allow space before primary and logical keyword
230      * create_ramdisk: bug fix: make directory for discover
231      * fai-setup: typo in variable name (closes: #289271), reload nfs server
232        instead of restart, read make-fai-nfsroot.conf, use variable
233        FAICLIENTS
234      * fai-class: bug fix: option -T hangs the script, make it a bash script,
235        replace backticks `` with $(), bad variable name in testclass()
236      * share/subroutines: bug fix: cd to / so umount -a will not fail too
237        often, kill sshd before rebooting, umount $target/proc before
238        umounting all otger file systems, copy FAI_CLASSES variables.sh
239        disk_var.sh to $target/var/log/fai
240      * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
241        lookup is possible before calling $h->name (closes: #290007)
242      * install_packages: add option -f, add command{pending},
243        command{dpkgc}, print max number of packages only in verbose mode
244      * install_packages.8: add option -f, add info about
245        install_packages.conf
246      * new config file: install_packages.conf, used for fai-mirror(1)
247      * rcS_fai: remount / with noatime, set variables if booting from CD, set
248        hostname to $HOST it was unset, remove unused variable, minor code
249        cleanup
250      * DEFAULT/S01: add copying of /etc/modules
251      * DEFAULT/S10: add message where grub writes boot record
252      * class/01alias: add class FAICD if running from fai CD, add classes for
253        host gnomehost (used by fai-cd)
254      * package_config/DEMO: replace install with aptitude
255      * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev
256      * script/LAST: enable shadow passwords for passwd and group in examples,
257        eject cdrom when running from fai CD
258      * task_sysinfo: call hwinfo if available
259      * fai-savelog: do not save remotely if $LOGSERVER is not set
260      * new command fai-mirror and manual page fai-mirror.1
261      * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
262      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
263    
264     -- Thomas Lange <lange@debian.org>  Fri, 21 Jan 2005 04:24:26 +0100
265    
266    fai (2.6.5) unstable; urgency=medium
267    
268      * install_packages: bug fix. Do not remove package names which are
269        search patterns for aptitude, read /etc/fai/install_packages.conf if
270        it exists
271      * hooks/savelog.LAST: add patterns that will be ignored
272      * fcopy: add support for svn and arch, add option -I, use variable
273        $FCOPY_IGNOREDIRS if set
274      * fcopy.8: add option -I
275    
276     -- Thomas Lange <lange@debian.org>  Thu, 11 Nov 2004 15:14:08 +0100
277    
278    fai (2.6.4) unstable; urgency=medium
279    
280      * add missing Beowulf examples
281      * fai-guide.sgml: fix error in link
282      * fai-start-stop-daemon: add short options, because so some init.d
283        scripts use them
284      * rcS_fai: do not use -t when remounting
285      * make-fai-nfsroot: print error when $KERNELPACKAGE is not found, add a
286        package for alpha architecture
287      * share/subroutines: do not dump variable $HOME and $PWD to variables.sh
288      * doc/QUESTIONNAIRE: typos, add example for answer
289      * install_packages: use warn instead of print for warning and verbose
290        messages, add aptitude support
291      * Fai.pm: add () to subroutine calls
292      * prerm: do not exit when nfs server reload fails (closes: #279024)
293      * setup_harddisks: add $devdisklist to call of sfdisk (closes: #276033)
294      * preparte_apt: divert programs before calling apt-get update
295      * subroutines-linux: redirect stdin of install_packages unless in debug
296        mode (closes: #264727)
297    
298     -- Thomas Lange <lange@debian.org>  Mon,  8 Nov 2004 14:38:58 +0100
299    
300    fai (2.6.3) unstable; urgency=high
301    
302      * subroutines: remove $rootpw from variables.sh (closes: #270871)
303      * update to kernel 2.4.27
304      * make-fai-nfsroot: force link creation of ifstate (closes: #270463),
305        use /etc/shadow in $NFSROOT
306      * make-fai-makefsroot.conf: add xfsprogs and xfsdump packages, adjust
307        size, install with chmod 0600 (closes: #270666, #271113)
308      * DEFAULT/S10: removed: add auto to /etc/modules
309      * class/DEFAULT.var: use single quotes instead of double quotes,
310        $kappend contains kernel parameters, new default kernel package
311        kernel-image-2.4.27-1-386
312      * scripts/DEFAULT/S20: remove unused action
313      * packages_config/DEFAULT: add iproute to NETTOOLS
314      * make-fai-nfsroot.8: add info about make-fai-nfsroot.conf,
315        add option -K which first removes all kernels from nfsroot
316        (make-fai-bootlfoppy is broken if multiple kernels are in the nfsroot)
317      * fai-setup: add option -e which does not set up nfs environment, which
318        may hang some production systems for a while
319      * fai-setup.8: add info for new option
320      * Makefile: install make-fai-nfsroot.conf with 0600
321    
322     -- Thomas Lange <lange@debian.org>  Mon, 13 Sep 2004 18:40:36 +0200
323    
324    fai (2.6.2) unstable; urgency=high
325    
326      * install_packages: fix broken taskinst action, workaround for new
327        tasksel behaviour
328      * DEFAULT/S10: fix broken grub entry for FAI_BOOTPART when two kernels
329        are in the nfsroot
330      * fai-chboot: add option -e the opposite of -r, uses nearly the same code
331    
332     -- Thomas Lange <lange@debian.org>  Thu, 26 Aug 2004 20:09:15 +0200
333    
334    fai (2.6.1) unstable; urgency=medium
335    
336      * catnc() greps through more than one file
337      * changlog messages of fai-setup moved from 2.5.2 to 2.6
338      * hooks/savelog.LAST: add package names which include the string "error"
339        as ignorepatterns
340      * make-fai-nfsroot.conf: add portmap again, since nis setup needs it
341      * make-fai-nfsroot: add option -k which installs a new kernel for the
342        nfsroot (closes: #256187), /root/.profile sources variables.sh, test
343        if $NFSROOT/prco/self exists before umount, kernel_install() includes
344        all code for installing the kernel, create dir $NFSROOT/var/state only
345        when not already existing, call umount_dirs and reset trap exit for
346        normal finishing script
347      * control: recommends dhcp3-server (closes: #263260), update to
348        standards 3.6.1, remove sp from build-depends
349      * rcsfai.var is not needed any more
350      * share/subroutines: do not dump readonly variables to variables.sh
351      * faireboot: make it a bash script, source variables.sh, source
352        subroutines, send message to faimond
353      * fai-divert: do not execute if dpkg-divert is not available
354      * install_pacakges: add support for tasksel remove, set default number
355        of packages from 4711 to 99
356      * package_config/COMPILE: replace task c-dev by list of packages names
357      * prepare_apt: make diversion of invoke-rc.d
358      * rules: call dh_clean after make clean
359      * prerm: test if $nfsserver is empty (closes: #263906)
360      * NETWORK/S40: remove /etc/hosts from fcopy list
361      * DEFAULT/S20: add async to export options
362      * fai-savelog: define $HOSTNAME to output of command hostname
363      * subroutines-linux: task_chboot() use `hostname` instead of $HOSTNAME,
364        sndmon() use $sndhostname instead of $HOSTNAME
365      * remove doc/README.package_problems
366      * fai-guide.sgml: add hint about dhcpd/nfsroot (closes: #264486), fix
367        typos
368    
369     -- Thomas Lange <lange@debian.org>  Mon,  9 Aug 2004 14:02:13 +0200
370    
371    fai (2.6) unstable; urgency=low
372    
373      * fai-setup: fix hostname detection when hostname includes a dash -,
374        pass all fai-setup options to make-fai-nfsroot (closes: #255830)
375      * fai.conf: move make-fai-nfsroot specific variables to make-fai-nfsroot.conf
376      * fix typo in lib/get-boot-info (closes: #242739, #239405)
377      * fix link in fai-guide.sgml (closes: #237794)
378      * fix typo in make-fai-bootfloppy.8 (closes: #238608)
379      * make-fai-bootfloppy: change lilo labels in (closes: #248955),
380        check if -s option is IP-address or hostname, new path for stage
381        files, remove install= line for lilo.conf, newer lilo does not need
382        boot-menu.b, added support for old an new lilo
383      * make-fai-nfsroot: add package dmidecode for some archs, add
384        module-init-tools, libapt-pkg-perl, smartmontools, usbutils, lvm2,
385        raidtools2, hwinfo, remove portmap package, jove to nfsroot, do not
386        copy bootsector, use mkelf-linux,
387        new code for creating timezone and localtime (closes: #201440), always
388        show $NFSROOT when copying verbosely, insert newline before adding
389        $FAI_LOCAL_REPOSITORY to sources.list, warning if $FAI_SOURCES_LIST is
390        used, use new make-fai-nfsroot.conf file, divert discover-modprobe,
391        add -q to depmod, create var/state dir, add subroutine fdivert(),
392        use fdivert instead ov ln or mv commands
393      * create_ramdisk: use tmpfs instead of shm, create dir for discover
394      * fcopy: -i always exists with 0
395      * rcS_fai: if a file /.nocolorlogo exists, do not enable colored
396        logo and let scroll region unchanged
397      * 06hwdetect.source: new call of discover (closes: #248532), be silent
398        when loading modules, use pipe instead of exec for find, mount usbfs
399        after loading an usb module, add $videodrv to additional.var, load
400        different modules when using a 2.4 or 2.6 kernel
401       * 11modules.source: moved into 06hwdetect.source
402      * lib/task_sysinfo: first call discover, then load modules using
403        discover, call smarctl for each disk, call lsusb, print partition
404        table with parted
405      * fai-divert: create dummy script only when dpkg-divert will succeeds
406      * fai-savelog: copy LOGDIR recursively, add remote log method none,
407        add -xdev to find
408      * subroutines: use /proc/uptime to determine installation time, use $()
409        instead of backticks, set terror when error occurs, add catnc(),
410        report FAI_FLAGS in one line, send message to faimond when starting a
411        hook
412      * subroutines-linux: set terror if error, add sndmon TASKERROR, do not
413        copy kernel image and initrd to install server, remove echo command
414        when defining kernel append parameters as variables
415      * faimond: always flush output
416      * fai-chboot: add option -o, special treatment of hostname default, also
417        list default config file when using -l, die with error message if
418        hostname is unknown, remove path from program name
419      * install_packages: add option -L, calling system with array should be
420        more efficient, new code for detecting unknown package names uses
421        AptPkg, add subroutine mkpackagelist(), remove path from program name
422      * bootsector, bootsector.8 removed
423      * class/LAST.var: removed because $hdparm is not needed any more
424      * class/70partition: remove definition of class FAI_BOOTPART
425      * class/01alias: remove unimportant examles, remove catnc definition,
426        remove beowulf example
427      * DEFAULT/S01: remove copying of bootsector, remove our local stuff
428      * scripts/BOOT: grub-install does not probe floppy drive, use bash,
429        replace backtics with $()
430      * hooks/instsoft.SERVER not needed any more
431      * hooks/savelog.LAST: add more messages to ignore
432      * disk_config/SMALL_IDE: remove partition /fai-boot, make / and /var
433        bigger, /usr smaller
434      * package_config/*: adjust package names to sarge distribution
435      * S40: remove NISLPRCLIENT and bootptab stuff
436      * examples/etc/sources.list: remove proposed updates lines
437      * mkdebmirror: mirror woody and sarge in one directory
438      * new FAQ
439      * THANKS: juergen added
440    
441     -- Thomas Lange <lange@debian.org>  Mon, 26 Jul 2004 17:22:44 +0200
442    
443    fai (2.5.4) unstable; urgency=low
444    
445      * DEFAULT/S01,S20: add async option to export lines
446      * fai-guide.sgml: add info how to boot a SUN Sparc, add URL for Sparc
447      * make-fai-nfsroot: add gnu-efi and silo to arch package lists, add
448        sparc64 arch, ppc arch uses vmlinux not vmlinuz
449      * make-fai-bootfloppy: create and use device.map for grub_floppy
450        (closes: #233018), remove unused ip entry for fixed ip addresses,
451        create iso9660 iso image with option -i
452      * make-fai-bootfloppy.8: add option -i and an example for creating a
453        cdrom image
454      * rcS_fai: add prcopyleft() and fstart(), use mkfifo and tee instead of
455        bash special >(), mount sysfs if available
456      * doc/README.disk_config: add info about lazyformat
457      * THANKS: added holger
458    
459     -- Thomas Lange <lange@debian.org>  Thu, 26 Feb 2004 17:07:31 +0100
460    
461    fai (2.5.3) unstable; urgency=low
462    
463      * make-fai-bootfloppy: call grub in chroot environment, so correct libc
464        is used, add option c and F, DHCP is now default boot protocol, be
465        more verbose
466      * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)
467        add variable nfssize, remove package strace, check if $NFSROOT is set,
468        mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
469        /etc/fai, do not copy fai-chboot to nfsroot, call certain commands in
470        a LC_ALL=C environment, add more verbose messages, new options for
471        mknbi-linux call (closes: #181393), test if FAI_SOURCES_LIST is
472        defined or a sources.list file exists, be verbose when copying
473        important files if option -v is set
474        depmod -a ... || true so it does not stop the whole system
475      * debian/control: replace netboot package with mknbi
476      * debian/dirs: add var/run/fai, remove unused directory utils
477      * debian/prerm: check if $NFSROOT is set, sleep 2 before removing nfsroot
478      * man/make-fai-bootfloppy.8: add new options F and c
479      * man/make-fai-nfsroot.8: add new option c
480      * lib/task_sysinfo: show ide disk geometry
481        remove detect call
482        most text reformated, because subroutine definition removed
483      * doc/Makefile: remove some new tempfiles, add "|| true" to rm so it
484        does not complain
485      * fai-chboot: add option -S, complain when host names are missing for
486        option -r
487      * fai.conf: add packages to the exclude list for debootstrap
488        new name for KERNELPACKAGE
489        add comment how to use NFSROOT_ETC_HOSTS (closes: #219433)
490        remove FAI_SOURCES_LIST examples, use sources.list instead
491        disable FAI_LOCAL_REPOSITORY by default
492        put important variables to the top
493      * examples/etc/sources.list: new file, that shows examples of different
494        access method to the Debian mirror
495      * fai-guide.sgml: describe new handling of sources.list, add manref to
496        make-fai-nfsroot, new line for tftpd in inetd.conf, add info on use
497        without DNS
498      * class/06hwdetect.source: modprobe ide-detect needed for 2.4.24 kernel,
499        remove ide-probe-mod, add isa-pnp
500      * lib/get-boot-info: new code to extract ip parameters, fix problems
501        when one parameter is missing
502      * share/subroutines: islinux() not needed any more, task_chboot: always
503        copy new kernel image to /boot/fai/$HOSTNAME-localboot
504      * apt.conf: replace values yes with true
505      * rcS_fai: new code for task action pipe at the end, new mount option
506        for remounting /dev/root, copyright has one line less
507      * examples/etc/dhcpd.conf: new example for a local 192.168.1 subnet, add
508        nfs mount options to root-path
509      * VERSION: default is kernel 2.4.24
510      * chkdebnames: most parts rewritten
511      * setup_harddisks: typos
512    
513     -- Thomas Lange <lange@debian.org>  Wed,  4 Feb 2004 14:42:40 +0100
514    
515    fai (2.5.2) unstable; urgency=low
516    
517      * rcS_fai: print copyright message in red, set scroll region, add
518        actimeo for nfs mounts
519      * fai.conf: add exim4 packages to exlude list
520      * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
521        package list (closes: #219420), copy preferences from /etc/fai
522        (closes: 219824), use apt-get dist-upgrade instead of upgrade,
523        do not create base.tgz in $NFSROOT/.. and then move file
524      * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
525      * faimond, faimond.8 added
526      * subroutines-linux: add sndmon subroutine, try to connect faimond, on
527        success, enable monitor feature, test if $ret is empty, make it a bash
528        script, show nc output only when debugging
529      * fai-guide.sgml: typo in URL
530      * class/01alias: use other IP-addresses for exmaples
531      * lib/fai-mount-disk: extend regex to support devfs names
532        (closes: #218541)
533      * scripts/DEFAULT/S01: create S61hdparm if $hdparm is not empty,
534        set cdromdevice to SCSI if available, add code for lprng setup if
535        NISLPRCLIENT and LPD
536      * class/LAST.var: do not set a default value for FAI_ACTION, change in
537        comment
538      * add postrm file to remove all files when purging
539      * subroutines: add sndmon messages, script should be bash script, change
540        debug code in ifclass
541      * install_packages: remove pinning info before checking for misspelt
542        package name, usage() points to the man page
543      * fai-setup: chown of /boot/fai
544      * utils/softupdate, lib/prepare_apt: use dist-upgrade
545      * debian/compat created and debian/conffiles removed
546      * scripts/DEFAULT1/S20: add noatime,actimeo=900 options, add linux logo
547        to login messages
548      * sunos/makefile: add fai-savelog to solaris tarball
549      * hooks/savelog.LAST: added "unexpected IO-APIC" to ignore pattern
550      * Fai.pm: test if /var/adm/messages exists
551      * lib/task_sysinfo: add dmidecode call, add sfdisk -d call, change fdisk
552        call
553    
554     -- Thomas Lange <lange@debian.org>  Tue,  6 Jan 2004 15:20:10 +0100
555    
556    fai (2.5.1) unstable; urgency=low
557    
558      * share/subroutines: use $SECONDS instead of date +%s
559      * fcopy: add usage info for -M
560      * add chapter "advanced FAI" to fai guide
561      * dhcclient-perl: add new names to mapping table
562      * lib/create_ramdisk: start devfsd if needed
563      * share/subroutines-linux: task_chboot should return, not exit; copy
564        initrd.img to install server if needed for the kernel
565      * make-fai-nfsroot: add $NFSROOT_ETC_HOST before calling apt-get
566        upgrade; remove mkdir of fai_config
567      * package_config/DEFAULT: add nfs-common for all
568      * examples/simple/scripts/DEFAULT/S01: add -n to head command (closes: #205547)
569      * sunos/scripts/SUNOS/S05: add -t to expand
570      * sunos/bin/newfs:chown -> chmod
571      * make-fai-bootfloppy: use perl one liner to get IP and host name, call
572        grub executable from nfsroot
573      * fai-guide.sgml: fix typos (closes: #204763)
574      * package_config/DEFAULT: always install nscd package for speedup
575      * Makefile: remove mv of NETWORK1; add variable libfiles
576      * rcS_fai,fai-setup: add async to mount and exports options
577    
578     -- Thomas Lange <lange@debian.org>  Fri, 10 Oct 2003 14:58:16 +0200
579    
580    fai (2.5) unstable; urgency=low
581    
582      * add script fai-chboot
583      * add script fai-savelog-ftp
584      * add vaiables to fai.conf: FAI_LOGPROTO LOGSERVER LOGPASSWD; used by
585        fai-savelog-ftp, localhost is default for $installserver
586      * make-fai-nfsroot: add option -f, change to #! /bin/bash, copy
587        resolv.conf to $NFSROOT, add libnet-perl, trap errors, add bad_exit()
588      * make-fai-bootfloppy: bug fix, add root=/dev/nfs (closes: #198568),
589        remove ip=both for fixed ip-address, change to !# /bin/bash
590      * make-fai-bootfloppy.8: add example with fixed IP address
591      * changes in package_config, added XFREE class
592      * install_packages: add force-yes to apt-get install, remove warnings
593        from apt-cache output, limit number of packages used at once using
594        $MAXPACKAGES
595      * bug fix: /proc/cmdline info is trashed when reading a long kernel
596        command line
597      * make-fai-nfsroot: create package list that depends on architecure,
598        make symlink for syslogd
599      * scripts/BOOT: noew code for generating grub entries, add grub entry
600        for memtest; add entries for re-installation
601      * scripts/DEFAULT1/S01: do never fsck ext3 partitions; add -M to some
602        fcopy calls; add user demo; use fcopy for /etc/kernel-img.conf
603      * scripts/DEFAULT1/S20: enable tcp connections for X server for CS_KOELN
604      * fcopy: add option -M and -b; add variables FCOPY_LASTLOG and
605        FCOPY_UPDATELOG; remove substring from an ewarn call
606      * subroutines: append $FAI_ACTION to file $rcsfaivar; faiend must not
607        reboot for SunOS
608      * subroutines-linux: add support for fai-chboot
609      * hook faiend.LAST renamed to savelog.LAST
610      * setup_harddisks: add XFS filesystem support, add sfdisk environment
611        variable
612      * fai-savelog: make a bash script; use -exec instead of xargs because of
613        sunos version of xargs
614      * fai-class: remove comment lines also in the file $HOSTNAME
615      * class/{dom,kueppers}: add NOSECURETTY
616      * lib/get-boot-info: print warning message if no boot protocol was
617        detected, add network info to boot.log if booting from floppy with
618        fixed IP address
619      * chkdebnames: bug in regex fixed
620      * lib/create_resolv_conf: use resolv.conf from installserver if $DOMAIN
621        is not defined
622      * lib/task_sysinfo: call programm sysinfo if available
623      * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks
624        using fcopy, add -i to fcopy calls
625      * scripts/DEFAULT1/S10: create etc/hostname only if fcopy fails, add
626        password protection to grub menu
627      * class/01alias: use classes from file demo if hostname is demohost; add
628        catnc(); use catnc instead of cat
629      * class/11modules.source: now uses code from DEFAULT.mod
630      * examples now live in /usr/share/doc/examples{simple,advanced}
631      * utils move back to doc/examples/utils directory
632      * utils/rshall: add exclude function
633      * class/06hwdetect.source tries to detect video card
634      * Makefile: do not create symlinks (closes: #195377), new directories
635        for examples
636      * rcS_fai: compute and print installation time in seconds
637      * dhcpd.conf: remove unused commands
638    
639     -- Thomas Lange <lange@debian.org>  Wed,  6 Aug 2003 16:02:26 +0200
640    
641  fai (2.4.1) unstable; urgency=low  fai (2.4.1) unstable; urgency=low
642    
643    * set correct year in fai guide    * set correct year in fai guide
# Line 18  fai (2.4.1) unstable; urgency=low Line 658  fai (2.4.1) unstable; urgency=low
658    * dhclient-perl: use short hostname    * dhclient-perl: use short hostname
659    * new script fai-do-scripts, contains the do_script() subroutine and    * new script fai-do-scripts, contains the do_script() subroutine and
660      task_configure code      task_configure code
661      * QUESTIONAIRE: added questions
662    
663   -- Thomas Lange <lange@debian.org>  Thu,  3 Apr 2003 16:57:12 +0200   -- Thomas Lange <lange@debian.org>  Thu,  3 Apr 2003 16:57:12 +0200
664    
# Line 44  fai (2.4) unstable; urgency=low Line 685  fai (2.4) unstable; urgency=low
685      from /etc/fai if available, add diversion for discover, add rsync, ssh      from /etc/fai if available, add diversion for discover, add rsync, ssh
686      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
687      device nodes (closes: #174844)      device nodes (closes: #174844)
688    * class/70partition: bug fix. Use the same file as setup_harddisk to    * class/70partition: bug fix. Use the same file as setup_harddisks to
689      determine classes which depend on partitions      determine classes which depend on partitions
690    * scripts/*: convert some shell code to cfengine code, do not use fcopy    * scripts/*: convert some shell code to cfengine code, do not use fcopy
691      if only a few lines has to be changed      if only a few lines has to be changed
# Line 247  fai (2.3) unstable; urgency=low Line 888  fai (2.3) unstable; urgency=low
888      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
889      not a file, execute all S[0-9]* scripts in a directory      not a file, execute all S[0-9]* scripts in a directory
890      /fai/scripts/$class/, skip all comment lines when definig classes      /fai/scripts/$class/, skip all comment lines when definig classes
891      task_partition() call setup_harddisk only if no disk_var.sh exists      task_partition() call setup_harddisks only if no disk_var.sh exists
892      defclass also sources all scripts class/S*.source      defclass also sources all scripts class/S*.source
893      add subroutines adddivert(), rmalldivert(); task_finish calls      add subroutines adddivert(), rmalldivert(); task_finish calls
894      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not
# Line 407  fai (2.0.1) unstable; urgency=low Line 1048  fai (2.0.1) unstable; urgency=low
1048      (closes:  #101899)      (closes:  #101899)
1049    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
1050      (closes: #101820)      (closes: #101820)
1051    * Bug fix. Check if immgen executable is available.    * Bug fix. Check if imggen executable is available.
1052    
1053   -- Thomas Lange <lange@debian.org>  Thu, 28 Jun 2001 13:33:33 +0200   -- Thomas Lange <lange@debian.org>  Thu, 28 Jun 2001 13:33:33 +0200
1054    
# Line 494  fai (1.4.1) unstable; urgency=low Line 1135  fai (1.4.1) unstable; urgency=low
1135    * class DEBIAN_DEVEL commented out, because this software package list    * class DEBIAN_DEVEL commented out, because this software package list
1136      mostly segfaults dpkg      mostly segfaults dpkg
1137    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more
1138    * bug fixed: setup_harddisk don't mount preserved partitions if mount    * bug fixed: setup_harddisks don't mount preserved partitions if mount
1139      point is not in root directory      point is not in root directory
1140    * bug fixed: no dns support during chroot in make-fai-nfsroot    * bug fixed: no dns support during chroot in make-fai-nfsroot
1141    

Legend:
Removed from v.1777  
changed lines
  Added in v.3074

  ViewVC Help
Powered by ViewVC 1.1.5