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

Diff of /trunk/debian/changelog

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

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

Legend:
Removed from v.2027  
changed lines
  Added in v.3037

  ViewVC Help
Powered by ViewVC 1.1.5