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

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

  ViewVC Help
Powered by ViewVC 1.1.5