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

Diff of /trunk/debian/changelog

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

revision 2313 by lange, Thu Jul 8 21:52:25 2004 UTC revision 3174 by lange, Sun Dec 11 15:03:06 2005 UTC
# Line 1  Line 1 
1  fai (2.5.5beta) unstable; urgency=low  fai (2.8.100) 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), exist unless arch is i386
14        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
15        remove subroutine mhide amd module-hide, mkbimage is not needed any
16        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
17        no floppy emulation needed, size is not limited any more to 2.88M
18      * install_packages: ignore packages ending with - when using -d
19        (closes: #334333), remove backtick evaluation (closes: #322157), add
20        -R to default aptitude call, add aptitude-r for download only mode,
21        add more warnings
22      * lib/create_ramdisk: make /etc/network/run/ifstate writable
23        (closes: #312128)
24      * fai-mirror: add -i to egrep (closes: #312508), add option
25        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
26        install conflicting packages, test if $mirrordir starts with a slash
27        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
28      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
29      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
30        chroot before using getpwnam (closes: #283475), add option -U
31      * fai-guide.sgml: include README.disk_config into fai guide, minor
32        fixes, (closes: #332295, #332318, #332293, #332291)
33      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
34        new test if ssh package is installed (closes: #322759), create
35        apt.conf.d file to support unsigned repositories, fail if debootstrap
36        return with error code (closes: #342120)
37      * subroutines: test if hooks are executable (closes: #338524), new stamp
38        file name when action is softupdate
39      * make-fai-bootfloppy: fix code for -i when using a relative path
40        (closes: #314551), add option -I (closes: #337271), create more space
41        on boot floppy (closes: #294593), add option -B
42      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
43        even when using a 2.6 kernel (closes: #307147)
44      * ftar: test if $single is set (closes: #340421)
45      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
46        (closes: #305783)
47      * setup_harddisks: add i2o support (closes: #317797), add workaround for
48        udev behaviour
49      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
50        overwritten during softupdate (closes: #313069, #314995)
51      * subroutines-linux: fix idempotent code (closes: #340422)
52      * fai: do not use color logo if $console was set, start udev if
53        available (closes: #334373), test if run as root
54      * lib/updatebase: mount /dev into chroot during installation if we are
55        running udev
56      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
57        parameters, root-path can now be removed from dhcpd.conf
58      * add support for unsigned repositories
59      * LAST/50-misc: fix code that detect of a kernel is installed, now it
60        does not break if more than one kernel is installed
61    
62     -- Thomas Lange <lange@debian.org>  Sun, 11 Dec 2005 16:01:51 +0100
63    
64    fai (2.8.4) unstable; urgency=high
65    
66      * fix important bug: remove non-US entry (closes: #310392)
67      * package_config: remove nonfree package t1-xfree86-nonfree from
68        examples (closes: #310705)
69    
70     -- Thomas Lange <lange@debian.org>  Wed, 25 May 2005 13:59:39 +0200
71    
72    fai (2.8.3) unstable; urgency=high
73    
74      * fix a serious bug, remove debconf support (closes: #309209), debconf
75        support may be included again after sarge
76      * fix important bug, do not delete files in /etc/fai (closes: #309707)
77      * control: remove dependency on debconf
78      * postinst, postrm: remove debconf code
79      * rules: do not call dh_installdebconf
80      * remove debian/config, debian/template
81      * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
82      * fai.conf: set placeholder for installserver, since debconf will not
83        set it any more
84      * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
85        instead of debconf's default values
86      * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
87      * fai-guide.sgml: minor document patch, move section "For the impatient
88        user" to the front (closes: #309134, #309556)
89      * README.build-sources: add memo to use -ICVS in the future
90    
91     -- Thomas Lange <lange@debian.org>  Thu, 19 May 2005 15:54:18 +0200
92    
93    fai (2.8.2) unstable; urgency=high
94    
95      * remove old unused scripts from cvs source
96      * updatebase: use mktemp for creating temp file, this closes a serious
97        security bug (closes: #307838)
98      * fai: create dir only during initial installation, fixes a critical bug
99        (closes: #307632)
100      * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
101        important bug (closes: #307631)
102    
103     -- Thomas Lange <lange@debian.org>  Fri,  6 May 2005 09:23:34 +0200
104    
105    fai (2.8.1) unstable; urgency=low
106    
107      * only minor bug fixes, no major changes to the code, but a lot of them
108      * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
109      * install_packages: add missing aptitude-r call (closes: #305544),
110        add $qopt and $devnull, used when install_packages is called with
111        verbose from fai-mirror
112      * fai-mirror: fix wrong path (closes: #304179), remove needless test if
113        mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
114        when $addpackages is empty
115      * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
116      * fai-cd: add test if mkinitrd-cd is available
117      * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
118      * savelog.LAST: add error message to global pattern
119      * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
120        dpkg --print-installation-architecture instead of another call which
121        needed gcc, change comment
122      * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
123        from amd64 which are not available (closes: #306264)
124      * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
125        (closes: 305861)
126      * install_packages.8: remove option -f
127      * make-fai-nfsroot.8: remove wrong information (closes: #304980)
128      * control: add grub to suggests
129      * rules: make hooks and postinst script executable
130      * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
131        hang the system
132      * fr.po: added french debconf templates (closes: #306232)
133      * de.po, templates.pot: remove fuzzy lines
134      * README.disk_config: add notes about boot option
135      * debian/postinst: replace sed -i with perl -pi -e since old sed does
136        not support -i
137      * fai-setup: change informational message
138      * fai-mount-disk: mount file systems read only
139      * 50-host-classes: move host specific class definitions to new script
140      * fai-guide.sgml: fix typos and other minor mistakes
141    
142     -- Thomas Lange <lange@debian.org>  Sat, 30 Apr 2005 21:20:53 +0200
143    
144    fai (2.8) unstable; urgency=high
145    
146      * remove ext2resize from $packages (closes: #303565)
147      * major rewrite of simple examples (closes: #290554)
148      * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
149      * fai-guide.sgml: major update for new release
150      * setup_harddisks: add support for device names disk1 and disk2,
151        reformat some output, print some messages only if $verbose is set
152      * rcS_fai: renamed to fai, add manual page fai.8
153      * fai: add $rundir, remove unused dirs at the end, call set_disk_info
154        before task_defvar, add variable $DO_INIT_TASK, add code for
155        softupdate support, rename rcS.log to fai.log, add copyright message
156        to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
157      * apt.conf: replace force-confnew with force-confdef
158      * make-fai-nfsroot: use dpkg --print-installation-architecture instead
159        off uname -m, add arch dependent package name to, remove "" for
160        matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
161        $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
162      * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
163        local class-C network, remove ext2resize until available again
164      * subroutines: add task softupdate, add support for softupdate, add
165        $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
166        disabling swap partitions, test $DO_INIT_TASK always with -eq, use
167        /var/log/fai/FAI_CLASSES
168      * subroutines-linux: script prepare_apt is now updatebase, add support
169        for softupdates, add task_prepareapt, sliently skip task_chboot if
170        LOGUSER is undefined, $disklist now sorted, print setup_hardisks
171        output also to console
172      * install_packages: cleanup of multiple packages with different
173        install/remove operations, add installable(), check if a package is
174        listed in a package index and not only in the dpkg database, add
175        force-confdef and force-confold to apt-get, install_packages.conf
176        unused, remove -f, sub read_config_file
177      * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
178        also supported for backwards compatibility
179      * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
180        dependent packages defined in make-fai-nfsroot, replace sed with bash
181        builtin, add $debdist, return if $addpackages is empty
182      * fai-chboot: change message
183      * load_keymap_consolechars: much simpler code
184      * create_ramdisk: create /tmp/var/run/fai
185      * fai.conf: installserver will be set by debconf, by default LOGUSER is
186        unset
187      * sources.list: insert MIRRORHOST which will be replaced by debconf data
188      * Makefile: install device2grub to new location, rename rcS_fai to fai
189      * control: add libapt-pkg-perl for install_packages, remove dependency
190        on nfs, because fai can also only be used for softupdate
191      * postrm: cleanup debconf data on purge
192      * postinst: use debconf
193      * rules: add dh_installdebconf call, remove chmod of rcS_fai
194      * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
195    
196     -- Thomas Lange <lange@debian.org>  Sat,  9 Apr 2005 23:43:27 +0200
197    
198    fai (2.7) unstable; urgency=high
199    
200      * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
201        (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
202      * closes important bug, make-fai-nfsroot: use resolv.conf from install
203        server during creation of nfsroot (closes: #301230)
204      * rcS_fai: set classes before fai-class is called (closes: #301179), set
205        hostname if HOST was specified on the commandline
206      * fcopy: fix wrong variable name
207      * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
208        name with 2.6.8
209      * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
210      * install_packages: add setdownloadonly() and $opt_d
211      * conf/install_packages.conf removed
212      * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
213        allow - in class names, add option -a, call install_packages with -d,
214        add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
215        defined, log aptitudes actions to /dev/null
216      * fai-mirror.1: add option -a
217      * install_packages.8: add option -d
218      * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
219      * add fai-cd.8 man page
220      * add conf/menu.lst: needed by fai-cd
221      * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
222        debhelper greater version 3
223      * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
224      * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
225        to it
226    
227     -- Thomas Lange <lange@debian.org>  Fri, 25 Mar 2005 23:51:34 +0100
228    
229    fai (2.6.7) unstable; urgency=low
230    
231      * add task debconf (closes: #136503)
232      * new script fai-debconf
233      * add manual page fai-debconf.1
234      * control: use nfs-kernel-server by default (closes: #293876)
235      * QUESTIONNAIRE: minor update
236      * packages_config/XFREE: remove some -dev packages
237      * packages_config/SERVER: remove symlinks
238      * packages_config/DEFAULT: add debconf-utils
239      * replace backticks with $()
240      * fai-do-scripts: use local variables, make it a bash script
241      * fai-guide.sgml: update for debconf support, add aptitude in
242        install_packages config
243    
244     -- Thomas Lange <lange@debian.org>  Thu, 10 Mar 2005 11:00:05 +0100
245    
246    fai (2.6.6) unstable; urgency=medium
247    
248      * 06hwdetect.source: add comment, add class NVIDIA which is not currently
249        used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
250        $(), discard error messages from modprobe, enable dma mode for ide
251        devices (with fai CD it was not enabled)
252      * make-fai-nfsroot: use "" when testing variables, add link for
253        discover, remove resolv.conf created by debootstrap (closes: #281264),
254        create list of all packages in base.tgz, add packages for x86_64,
255        remove unneeded files in $FSROOT/etc/fai
256      * ftar: bug fix do not do recursive removal if $target/$dir is /
257      * fai-guide.sgml: fix typos (closes: #287150), add info about
258        /files/packages/ (closes: #290359)
259      * add task_savelog to die() (closes: #290526)
260      * make-fai-bootfloppy: bug fix: support /media directory, choose last
261        installed kernel if more than one kernel is installed in nfsroot
262      * setup_harddisks: bug fix: redefined mountpoint are too often reported,
263        allow space before primary and logical keyword
264      * create_ramdisk: bug fix: make directory for discover
265      * fai-setup: typo in variable name (closes: #289271), reload nfs server
266        instead of restart, read make-fai-nfsroot.conf, use variable
267        FAICLIENTS
268      * fai-class: bug fix: option -T hangs the script, make it a bash script,
269        replace backticks `` with $(), bad variable name in testclass()
270      * share/subroutines: bug fix: cd to / so umount -a will not fail too
271        often, kill sshd before rebooting, umount $target/proc before
272        umounting all otger file systems, copy FAI_CLASSES variables.sh
273        disk_var.sh to $target/var/log/fai
274      * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
275        lookup is possible before calling $h->name (closes: #290007)
276      * install_packages: add option -f, add command{pending},
277        command{dpkgc}, print max number of packages only in verbose mode
278      * install_packages.8: add option -f, add info about
279        install_packages.conf
280      * new config file: install_packages.conf, used for fai-mirror(1)
281      * rcS_fai: remount / with noatime, set variables if booting from CD, set
282        hostname to $HOST it was unset, remove unused variable, minor code
283        cleanup
284      * DEFAULT/S01: add copying of /etc/modules
285      * DEFAULT/S10: add message where grub writes boot record
286      * class/01alias: add class FAICD if running from fai CD, add classes for
287        host gnomehost (used by fai-cd)
288      * package_config/DEMO: replace install with aptitude
289      * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev
290      * script/LAST: enable shadow passwords for passwd and group in examples,
291        eject cdrom when running from fai CD
292      * task_sysinfo: call hwinfo if available
293      * fai-savelog: do not save remotely if $LOGSERVER is not set
294      * new command fai-mirror and manual page fai-mirror.1
295      * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
296      * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
297    
298     -- Thomas Lange <lange@debian.org>  Fri, 21 Jan 2005 04:24:26 +0100
299    
300    fai (2.6.5) unstable; urgency=medium
301    
302      * install_packages: bug fix. Do not remove package names which are
303        search patterns for aptitude, read /etc/fai/install_packages.conf if
304        it exists
305      * hooks/savelog.LAST: add patterns that will be ignored
306      * fcopy: add support for svn and arch, add option -I, use variable
307        $FCOPY_IGNOREDIRS if set
308      * fcopy.8: add option -I
309    
310     -- Thomas Lange <lange@debian.org>  Thu, 11 Nov 2004 15:14:08 +0100
311    
312    fai (2.6.4) unstable; urgency=medium
313    
314      * add missing Beowulf examples
315      * fai-guide.sgml: fix error in link
316      * fai-start-stop-daemon: add short options, because so some init.d
317        scripts use them
318      * rcS_fai: do not use -t when remounting
319      * make-fai-nfsroot: print error when $KERNELPACKAGE is not found, add a
320        package for alpha architecture
321      * share/subroutines: do not dump variable $HOME and $PWD to variables.sh
322      * doc/QUESTIONNAIRE: typos, add example for answer
323      * install_packages: use warn instead of print for warning and verbose
324        messages, add aptitude support
325      * Fai.pm: add () to subroutine calls
326      * prerm: do not exit when nfs server reload fails (closes: #279024)
327      * setup_harddisks: add $devdisklist to call of sfdisk (closes: #276033)
328      * preparte_apt: divert programs before calling apt-get update
329      * subroutines-linux: redirect stdin of install_packages unless in debug
330        mode (closes: #264727)
331    
332     -- Thomas Lange <lange@debian.org>  Mon,  8 Nov 2004 14:38:58 +0100
333    
334    fai (2.6.3) unstable; urgency=high
335    
336      * subroutines: remove $rootpw from variables.sh (closes: #270871)
337      * update to kernel 2.4.27
338      * make-fai-nfsroot: force link creation of ifstate (closes: #270463),
339        use /etc/shadow in $NFSROOT
340      * make-fai-makefsroot.conf: add xfsprogs and xfsdump packages, adjust
341        size, install with chmod 0600 (closes: #270666, #271113)
342      * DEFAULT/S10: removed: add auto to /etc/modules
343      * class/DEFAULT.var: use single quotes instead of double quotes,
344        $kappend contains kernel parameters, new default kernel package
345        kernel-image-2.4.27-1-386
346      * scripts/DEFAULT/S20: remove unused action
347      * packages_config/DEFAULT: add iproute to NETTOOLS
348      * make-fai-nfsroot.8: add info about make-fai-nfsroot.conf,
349        add option -K which first removes all kernels from nfsroot
350        (make-fai-bootlfoppy is broken if multiple kernels are in the nfsroot)
351      * fai-setup: add option -e which does not set up nfs environment, which
352        may hang some production systems for a while
353      * fai-setup.8: add info for new option
354      * Makefile: install make-fai-nfsroot.conf with 0600
355    
356     -- Thomas Lange <lange@debian.org>  Mon, 13 Sep 2004 18:40:36 +0200
357    
358    fai (2.6.2) unstable; urgency=high
359    
360      * install_packages: fix broken taskinst action, workaround for new
361        tasksel behaviour
362      * DEFAULT/S10: fix broken grub entry for FAI_BOOTPART when two kernels
363        are in the nfsroot
364      * fai-chboot: add option -e the opposite of -r, uses nearly the same code
365    
366     -- Thomas Lange <lange@debian.org>  Thu, 26 Aug 2004 20:09:15 +0200
367    
368    fai (2.6.1) unstable; urgency=medium
369    
370      * catnc() greps through more than one file
371      * changlog messages of fai-setup moved from 2.5.2 to 2.6
372      * hooks/savelog.LAST: add package names which include the string "error"
373        as ignorepatterns
374      * make-fai-nfsroot.conf: add portmap again, since nis setup needs it
375      * make-fai-nfsroot: add option -k which installs a new kernel for the
376        nfsroot (closes: #256187), /root/.profile sources variables.sh, test
377        if $NFSROOT/prco/self exists before umount, kernel_install() includes
378        all code for installing the kernel, create dir $NFSROOT/var/state only
379        when not already existing, call umount_dirs and reset trap exit for
380        normal finishing script
381      * control: recommends dhcp3-server (closes: #263260), update to
382        standards 3.6.1, remove sp from build-depends
383      * rcsfai.var is not needed any more
384      * share/subroutines: do not dump readonly variables to variables.sh
385      * faireboot: make it a bash script, source variables.sh, source
386        subroutines, send message to faimond
387      * fai-divert: do not execute if dpkg-divert is not available
388      * install_pacakges: add support for tasksel remove, set default number
389        of packages from 4711 to 99
390      * package_config/COMPILE: replace task c-dev by list of packages names
391      * prepare_apt: make diversion of invoke-rc.d
392      * rules: call dh_clean after make clean
393      * prerm: test if $nfsserver is empty (closes: #263906)
394      * NETWORK/S40: remove /etc/hosts from fcopy list
395      * DEFAULT/S20: add async to export options
396      * fai-savelog: define $HOSTNAME to output of command hostname
397      * subroutines-linux: task_chboot() use `hostname` instead of $HOSTNAME,
398        sndmon() use $sndhostname instead of $HOSTNAME
399      * remove doc/README.package_problems
400      * fai-guide.sgml: add hint about dhcpd/nfsroot (closes: #264486), fix
401        typos
402    
403     -- Thomas Lange <lange@debian.org>  Mon,  9 Aug 2004 14:02:13 +0200
404    
405    fai (2.6) unstable; urgency=low
406    
407      * fai-setup: fix hostname detection when hostname includes a dash -,
408        pass all fai-setup options to make-fai-nfsroot (closes: #255830)
409    * fai.conf: move make-fai-nfsroot specific variables to make-fai-nfsroot.conf    * fai.conf: move make-fai-nfsroot specific variables to make-fai-nfsroot.conf
410    * fix typo in lib/get-boot-info (closes: #242739, #239405)    * fix typo in lib/get-boot-info (closes: #242739, #239405)
411    * fix link in fai-guide.sgml (closes: #237794)    * fix link in fai-guide.sgml (closes: #237794)
412    * fix typo in make-fai-bootfloppy.8 (closes: #238608)    * fix typo in make-fai-bootfloppy.8 (closes: #238608)
413    * make-fai-bootfloppy: change lilo labels in (closes: #248955),    * make-fai-bootfloppy: change lilo labels in (closes: #248955),
414      check if -s option is IP-address or hostname      check if -s option is IP-address or hostname, new path for stage
415        files, remove install= line for lilo.conf, newer lilo does not need
416        boot-menu.b, added support for old an new lilo
417    * make-fai-nfsroot: add package dmidecode for some archs, add    * make-fai-nfsroot: add package dmidecode for some archs, add
418      module-init-tools, libapt-pkg-perl, smartmontools, usbutils to      module-init-tools, libapt-pkg-perl, smartmontools, usbutils, lvm2,
419      nfsroot, do not copy bootsector, use mkelf-linux, new code for      raidtools2, hwinfo, remove portmap package, jove to nfsroot, do not
420      creating timezone and localtime (closes: #201440), always show      copy bootsector, use mkelf-linux,
421      $NFSROOT when copying verbosely, insert newline before adding      new code for creating timezone and localtime (closes: #201440), always
422        show $NFSROOT when copying verbosely, insert newline before adding
423      $FAI_LOCAL_REPOSITORY to sources.list, warning if $FAI_SOURCES_LIST is      $FAI_LOCAL_REPOSITORY to sources.list, warning if $FAI_SOURCES_LIST is
424      used, use new make-fai-nfsroot.conf file      used, use new make-fai-nfsroot.conf file, divert discover-modprobe,
425        add -q to depmod, create var/state dir, add subroutine fdivert(),
426        use fdivert instead ov ln or mv commands
427    * create_ramdisk: use tmpfs instead of shm, create dir for discover    * create_ramdisk: use tmpfs instead of shm, create dir for discover
428    * fcopy: -i always exists with 0    * fcopy: -i always exists with 0
429    * rcS_fai: if a file /.nocolorlogo exists, do not enable colored    * rcS_fai: if a file /.nocolorlogo exists, do not enable colored
430      logo and let scroll region unchanged      logo and let scroll region unchanged
431    * 06hwdetect.source: new call of discover (closes: #248532), be silent    * 06hwdetect.source: new call of discover (closes: #248532), be silent
432      when loading modules, use pipe instead of exec for find, mount usbfs      when loading modules, use pipe instead of exec for find, mount usbfs
433      after loading an usb module      after loading an usb module, add $videodrv to additional.var, load
434    * 11modules.source: now added to 06hwdetect.source      different modules when using a 2.4 or 2.6 kernel
435       * 11modules.source: moved into 06hwdetect.source
436    * lib/task_sysinfo: first call discover, then load modules using    * lib/task_sysinfo: first call discover, then load modules using
437      discover, call smarctl for each disk, call lsusb      discover, call smarctl for each disk, call lsusb, print partition
438        table with parted
439    * fai-divert: create dummy script only when dpkg-divert will succeeds    * fai-divert: create dummy script only when dpkg-divert will succeeds
440    * fai-savelog: copy LOGDIR recursively, add remote log method none,    * fai-savelog: copy LOGDIR recursively, add remote log method none,
441      add -xdev to find      add -xdev to find
442    * subroutines: use /proc/uptime to determine installation time, use $()    * subroutines: use /proc/uptime to determine installation time, use $()
443      instead of backticks, set terror when error occurs, add catnc()      instead of backticks, set terror when error occurs, add catnc(),
444        report FAI_FLAGS in one line, send message to faimond when starting a
445        hook
446    * subroutines-linux: set terror if error, add sndmon TASKERROR, do not    * subroutines-linux: set terror if error, add sndmon TASKERROR, do not
447      copy kernel image and initrd to install server      copy kernel image and initrd to install server, remove echo command
448        when defining kernel append parameters as variables
449    * faimond: always flush output    * faimond: always flush output
450    * fai-chboot: add option -o, special treatment of hostname default, also    * fai-chboot: add option -o, special treatment of hostname default, also
451      list default config file when using -l      list default config file when using -l, die with error message if
452    * install_packages: calling system with array should be more efficient      hostname is unknown, remove path from program name
453      * install_packages: add option -L, calling system with array should be
454        more efficient, new code for detecting unknown package names uses
455        AptPkg, add subroutine mkpackagelist(), remove path from program name
456    * bootsector, bootsector.8 removed    * bootsector, bootsector.8 removed
457    * class/LAST.var: removed because $hdparm is not needed any more    * class/LAST.var: removed because $hdparm is not needed any more
458    * class/70partition: remove definition of class FAI_BOOTPART    * class/70partition: remove definition of class FAI_BOOTPART
# Line 48  fai (2.5.5beta) unstable; urgency=low Line 467  fai (2.5.5beta) unstable; urgency=low
467      bigger, /usr smaller      bigger, /usr smaller
468    * package_config/*: adjust package names to sarge distribution    * package_config/*: adjust package names to sarge distribution
469    * S40: remove NISLPRCLIENT and bootptab stuff    * S40: remove NISLPRCLIENT and bootptab stuff
470      * examples/etc/sources.list: remove proposed updates lines
471    * mkdebmirror: mirror woody and sarge in one directory    * mkdebmirror: mirror woody and sarge in one directory
472    * new FAQ    * new FAQ
473    * THANKS: juergen added    * THANKS: juergen added
474    
475   -- Thomas Lange <lange@debian.org>  Thu,  8 Jul 2004 23:39:20 +0200   -- Thomas Lange <lange@debian.org>  Mon, 26 Jul 2004 17:22:44 +0200
476    
477  fai (2.5.4) unstable; urgency=low  fai (2.5.4) unstable; urgency=low
478    
# Line 236  fai (2.5) unstable; urgency=low Line 656  fai (2.5) unstable; urgency=low
656    * lib/task_sysinfo: call programm sysinfo if available    * lib/task_sysinfo: call programm sysinfo if available
657    * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks    * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks
658      using fcopy, add -i to fcopy calls      using fcopy, add -i to fcopy calls
659    * scripts/DEFAULT1/S10: create etec/hostname only if fcopy fails    * scripts/DEFAULT1/S10: create etc/hostname only if fcopy fails, add
660        password protection to grub menu
661    * class/01alias: use classes from file demo if hostname is demohost; add    * class/01alias: use classes from file demo if hostname is demohost; add
662      catnc(); use catnc instead of cat      catnc(); use catnc instead of cat
663    * class/11modules.source: now uses code from DEFAULT.mod    * class/11modules.source: now uses code from DEFAULT.mod
# Line 298  fai (2.4) unstable; urgency=low Line 719  fai (2.4) unstable; urgency=low
719      from /etc/fai if available, add diversion for discover, add rsync, ssh      from /etc/fai if available, add diversion for discover, add rsync, ssh
720      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
721      device nodes (closes: #174844)      device nodes (closes: #174844)
722    * class/70partition: bug fix. Use the same file as setup_harddisk to    * class/70partition: bug fix. Use the same file as setup_harddisks to
723      determine classes which depend on partitions      determine classes which depend on partitions
724    * scripts/*: convert some shell code to cfengine code, do not use fcopy    * scripts/*: convert some shell code to cfengine code, do not use fcopy
725      if only a few lines has to be changed      if only a few lines has to be changed
# Line 501  fai (2.3) unstable; urgency=low Line 922  fai (2.3) unstable; urgency=low
922      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
923      not a file, execute all S[0-9]* scripts in a directory      not a file, execute all S[0-9]* scripts in a directory
924      /fai/scripts/$class/, skip all comment lines when definig classes      /fai/scripts/$class/, skip all comment lines when definig classes
925      task_partition() call setup_harddisk only if no disk_var.sh exists      task_partition() call setup_harddisks only if no disk_var.sh exists
926      defclass also sources all scripts class/S*.source      defclass also sources all scripts class/S*.source
927      add subroutines adddivert(), rmalldivert(); task_finish calls      add subroutines adddivert(), rmalldivert(); task_finish calls
928      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not
# Line 748  fai (1.4.1) unstable; urgency=low Line 1169  fai (1.4.1) unstable; urgency=low
1169    * class DEBIAN_DEVEL commented out, because this software package list    * class DEBIAN_DEVEL commented out, because this software package list
1170      mostly segfaults dpkg      mostly segfaults dpkg
1171    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more    * base?_?.tgz now included in nfsroot; BASETGZ not needed any more
1172    * bug fixed: setup_harddisk don't mount preserved partitions if mount    * bug fixed: setup_harddisks don't mount preserved partitions if mount
1173      point is not in root directory      point is not in root directory
1174    * bug fixed: no dns support during chroot in make-fai-nfsroot    * bug fixed: no dns support during chroot in make-fai-nfsroot
1175    

Legend:
Removed from v.2313  
changed lines
  Added in v.3174

  ViewVC Help
Powered by ViewVC 1.1.5