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

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

  ViewVC Help
Powered by ViewVC 1.1.5