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

Diff of /trunk/debian/changelog

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

revision 3355 by lange, Fri Mar 31 13:57:57 2006 UTC revision 4141 by lange, Sat Nov 4 18:40:50 2006 UTC
# Line 1  Line 1 
1    fai (3.1.1) unstable; urgency=low
2    
3      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
4        $cfdir is already set (closes: #394884)
5      * faireboot: fix file name to variables.log
6      * fai-chboot: fix several bugs for listing options, option -p expects an
7        argument, fix for -c behaviour (closes: #389905)
8      * fai-chboot.8: minor document fixes
9      * fai-mirror.1: fix example (closes: #390520)
10      * fcopy: remove temporary file after use
11      * fai: start udev before creating /dev/shm/network, remove set +a for
12        dirinstall, so $fai_rundate will be exported (closes: #390373)
13      * subroutines: umount config dir at the end of softupdate action,
14        cd back to old directory, convert FAI_ROOT to absolute path is doing
15        dirinstall (closes: #390346), die() only calls bash when
16        FAI_ACTION=install, add -i to bash call (closes: #362252)
17      * subroutines-linux: check exit status of get-config-dir
18      * get-config-dir: replace die call with echo and exit statement, add
19        error message
20      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
21        anchors to the beginning
22      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
23      * ainsl.8: explain ^ and $ treatment in more detail
24      * FAIBASE/10-misc: add anchors to ainsl pattern
25      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
26    
27     -- Thomas Lange <lange@debian.org>  Sat,  4 Nov 2006 19:38:08 +0100
28    
29    fai (3.1) unstable; urgency=medium
30    
31      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
32      * rename action dirinst to dirinstall (closes: #390345)
33      * fai-cd: fix wrong path for sources.list (closes: #391639)
34      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
35      * lib/create_ramdisk: make /var/discover writeable
36      * make-fai-nfsroot: create directory var/discover, add option -h and
37        usage() subroutine
38      * subroutines: move find's maxdepth option to the left, prevent multiple
39        fai softupdate running simultaneously (closes: #390680), move
40        disk_var.sh from FAI 2.X installation old to new location
41        rename variable sndhostname to sendhostname
42      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
43        so it also works for sarge's version of expr
44      * subroutines-liux: add test if base.tgz exists (closes: #390343),
45        sources.list must be used from /etc/apt during normal installation
46      * fai: add option -u,--hostname (closes: #390367), create
47        /dev/shm/network if directory not already exists (needed for initrd
48        kernels)
49      * LAST/50-misc: do not fail if hardware clock can't be set
50      * fcopy: swap call of postinst and set_mode
51      * install_packages: add missing package list to yum and rpm calls
52        (closes: #392032)
53      * rename sndmon() to sendmon()
54      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
55        it, add carriage return
56      * package_config/DEMO: remove rstatd since it buggy atm
57    
58     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
59    
60    fai (3.0) unstable; urgency=low
61    
62      * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
63      * fai: export FAI_ACTION, fix -c and -C in usage()
64      * subroutines-linux: fix path of resolv.conf
65      * fai-chboot: remove devfs=nomount, use NFS v3
66      * package_config/DEFAULT: replace kernel-image with linux-image
67      * faireboot: stop udevd
68      * rename class XFREE to XORG, use xorg packages
69      * bin/fai: rename $targetdir to $FAI_ROOT
70      * add debconf data for german environment (closes: #386192)
71      * package_config/GERMAN: new file includes packages for german
72        environment
73      * new script FAIBASE/20-removable_media creates fstab entries and makes
74        directories under /media
75      * new script and man page: ainsl, ainsl.1
76      * fai-start-stop-daemon: prints which daemon will not be started
77      * get-boot-info: fix duplicate call of get_dhcp_info()
78      * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
79      * fai-setup: add option no_subtree_check to etc/exports lines
80      * get-config-dir-svn: svn support for config space (closes: #314991)
81      * fai.8: add info about dirinst, add example
82    
83     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
84    
85    fai (3~beta21) unstable; urgency=medium
86    
87      * make pathes conform to FHS:
88        (closes: #340608, #311524, #336650, #309554, #340609)
89      * use /srv/tftp/fai    instead of /boot/fai
90      * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
91      * use /srv/fai/config  instead of /usr/local/share/fai
92      * use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot
93      * use /var/lib/fai/config instead of /fai
94      * use /var/lib/fai/mirror instead of /mnt
95      * create_ramdisk: call mkrw with -n
96      * setup_harddisks: use more secure options for /proc line
97      * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
98        with etch, existent .disable pxe file will be removed automatically,
99        add headline when copying from template, change in options: -d is now
100        -D, -r is now -d, -r is not used any more, abort if $pxedir does not
101        exist (closes: #373596)
102      * subroutines-linux: task_updatebase does not use updatebase.log any
103        more (closes: #366823), try ftar $FAI/basefiles before extracting
104        base.tgz, create policy-rc.d in the chroot, copy sources.list from
105        $FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh, fix
106        path for resolv.conf
107      * move /etc/fai/sources.list to /etc/fai/apt/sources.list
108      * fix lintian error: build-depends-indep-should-be-build-depends
109        debhelper
110      * complies with policy 3.7.2
111      * added a linda override for fai-quickstart (ignore /usr/doc-symlink
112        warning)
113      * added Section: headers to binary packages in control
114      * conf/make-fai-nfsroot.conf: remove variables: $nfssize,
115        $NFSROOT_PACKAGES, $package
116      * new config file /etc/fai/NFSROOT which contains the package list
117      * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO
118        instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver
119        removed (closes: #332837)
120      * lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate
121        scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd
122        at the end of the installation
123      * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--cfdir,
124        -c,--class (closes: #353535), add support for dirinst, cleanup LOGDIR
125        before using it again (closes: #369534), remove variable rundir, mkdir
126        /var/run/fai if not existing, trap uses subroutine clean_exit() for
127        dirinst
128      * fai-setup: use getent for getting IP address, make it a bash script,
129        change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
130        for getting hostname, add all IP addresses and host names to
131        ssh_known_hosts (closes: #286692), remove variable FAICLIENTS, use IP
132        address and netmask for exportfs line (closes: #381261)
133      * make-fai-nfsroot: new subroutine all_host_entries(), use
134        install_packages and /etc/fai/NFSROOT for installing packages into the
135        nfsroot, install fai-nfsroot before other packages are installed, do
136        not exit if getent returns no information, rename -c to -C, use
137        readlink to determine $cfdir (closes: #358765)
138      * variable $fstab replaced with fstab (no more Solaris support using
139        vfstab)
140      * savelog.LAST: set reboot=1 if no errors are found
141      * fcopy: fix bug (closes: #374415)
142      * control: update to Standards-Version: 3.7.2, fai-quickstart depends on
143        tftpd-hpa
144      * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,
145        replace backticks with $(), fix test (closes: #384624), rename -c to -C
146      * lib/get-boot-info: get network info via DHCP if ip=dhcp was set
147      * prcopyleft: remove osname from copyright logo
148      * subroutines: add task dirinst (closes: #322634), do not execute task
149        prepareapt on softupdates (closes: #315000), save FAI_CLASSES and
150        disk_var.sh to /var/lib/fai, do not save variables.log to /var
151      * move fai-divert to fai-client package
152      * ftar: fix exit code when no matching class was found
153      * move code from script get-config-dir to task_confdir()
154      * rename $DO_INIT_TASKS to $do_init_tasks
155      * install_packages: add option -p
156      * fai-mirror: use packages.nfsroot instead of packages.arch, check if
157        obsolete variables are used, remove -a, add -B
158      * add policy-rc.d support instead of diverting start-stop-daemon
159      * remove varaible diskvar, use $LOGDIR/disk_var.sh instead
160      * fai-debconf: use read-only temp file during reconfigure
161      * get-config-dir-file: access config space via local path, used by
162        fai-cd
163      * fai-cd: use $FAI instead of /fai
164      * fai-mirror: generate distrib name from FAI_DEBOOTSTRAP
165      * move some -c to -C, so now all scripts use -C for cfdir, setting
166        $FAI_ETC_DIR is the same as specifying -C cfdir, print message if this
167        variables is used
168      * move NEWS to NEWS.Debian
169      * VERSION: default is kernel 2.6.17
170    
171     -- Thomas Lange <lange@debian.org>  Wed, 13 Sep 2006 18:54:38 +0200
172    
173    fai (2.10.5) unstable; urgency=high
174    
175      * fixes patch from last NMUs. (really, really closes: #373955)
176      * make-fai-nfsroot: print debootstrap version
177      * add package lftp to nfsroot
178      * create_ramdisk: make more directories writeable
179      * 20hwdetect.source: add some usb modules
180      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
181    
182     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
183    
184    fai (2.10.4) unstable; urgency=high
185    
186      * Non-maintainer upload.
187      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
188        /etc, as faireboot is not run inside the chroot. (Really
189        Closes: #373955)
190    
191     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
192    
193    
194    fai (2.10.3) unstable; urgency=high
195    
196      * Non-maintainer upload.
197      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
198        used during install_packages are not appropriate for the finished
199        system. (Closes: #373955)
200    
201     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
202    
203    fai (2.10.2) unstable; urgency=medium
204    
205      * lib/get-boot-info: call dhclient with different configuration and
206        script names, closes grave bug (closes: #369265), remove dpkg-divert
207        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
208      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
209      * do not call mkrwsize if directory does not exist (closes: #365037)
210      * lib/mkrw: add option -n
211      * make-fai-nfsroot: grep before appending to file (closes: #364748),
212        enable DNS inside the nfsroot (closes: #358783)
213      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
214        appending to file (closes: #331258)
215      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
216      * bin/fai: do not mount --bind /tmp/fai on softupdate
217    
218     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
219    
220    fai (2.10.1) unstable; urgency=low
221    
222      * fai-chboot: fix division by zero error
223      * fai.conf: remove $OS_TYPE
224      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
225        install and dirinst, move prcopyleft() and additional code into
226        external script, use /var/log/fai/current as default LOGDIR,
227        /tmp/fai is currently a mount --bind to it
228      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
229        segfault bug
230      * install_packages: add commands for y2pmsh, yast and rpm
231      * mount2dir: add more fs types that should be skipped
232      * fai-mirror: use different source.list when downloading packages for
233        debootstrap (closes: #361786), remove comments from PACKAGES line
234        (closes: #358910), add option -C, (closes: #318299), recreates
235        Package.gz and Release file using apt-ftparchive
236      * fai-cd: add option -C (closes: #312198), print FAI version in grub
237        menu, not fai-cd version
238      * make-fai-nfsroot: print warning if -f is still used, add config for
239        aptitude to allow unsigned packages without prompting
240      * menu.lst: enable timeout, use localboot as default, remove syslogd
241        flag, remove unused entries, fix IP address for demohost
242      * subroutines: new path /var/log/fai/current/showvar.log
243      * fai-guide.sgml: include package splitting into fai guide
244      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
245        console-tools to nfsroot (closes: #363480)
246      * get-boot-info: do not try to activate the first four ethernet devices
247      * conf/apt.conf: add aptitude option so untrusted repositories will also
248        be used
249      * instsoft.FAIBASE: use fcopy for kernel-img.conf
250      * subroutines-linux: use IP address when calling fai-chboot in
251        task_chboot, this helps when the install client has two network cards
252        and the host name lookup fails
253      * mkrw: fix typo (closes: #363521)
254      * dhcpd.conf: make deny unknown-clients default, remove range definition
255      * S99fai-setup: enable networking for faiserver
256    
257     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
258    
259  fai (2.10) unstable; urgency=low  fai (2.10) unstable; urgency=low
260    
261    * setup_harddisks: mapdisk(): add support for more than two disks, fix    * setup_harddisks: mapdisk(): add support for more than two disks, fix
262      wrong comments (closes: #356265), allow logical partitions to be      wrong comments (closes: #356265), allow logical partitions to be
263      bootable (closes: #344536)      bootable (closes: #344536)
264    * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,    * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
265      detect kernel version for new kernel name (closes: 352939),      detect kernel version for new kernel name (closes: #352939),
266      remove patches-* file when using -K (closes: #348350), remove      remove patches-* file when using -K (closes: #348350), remove
267      update-modules call, remove symlink creation to /tmp, add warning if      update-modules call, remove symlink creation to /tmp, add warning if
268      $FAI_LOCAL_REPOSITORY is still used      $FAI_LOCAL_REPOSITORY is still used
# Line 14  fai (2.10) unstable; urgency=low Line 272  fai (2.10) unstable; urgency=low
272    * 20-hwdetect.source: test if discover is installed    * 20-hwdetect.source: test if discover is installed
273    * make-fai-bootfloppy: remove obsolete message (closes: #347974)    * make-fai-bootfloppy: remove obsolete message (closes: #347974)
274    * fcopy: remove newline from $source, add \Q, (closes: #350015), warning    * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
275      if unlink fails, add option -n (closes: #356378)      if unlink fails, add option -n (closes: #356378), preserving is not an
276        error (closes: #360183)
277    * make example scripts more cfengine2 compatible (closes: #312201)    * make example scripts more cfengine2 compatible (closes: #312201)
278    * hooks/instsoft.FAIBASE: do not pause when kernel modules are already    * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
279      available (closes: #314613)      available (closes: #314613)
# Line 33  fai (2.10) unstable; urgency=low Line 292  fai (2.10) unstable; urgency=low
292    * create_ramdisk: use mkrw for making directories writeable    * create_ramdisk: use mkrw for making directories writeable
293    * fai-mirror: add warning if some files do not exist    * fai-mirror: add warning if some files do not exist
294    
295   -- Thomas Lange <lange@debian.org>  Fri, 31 Mar 2006 14:28:39 +0200   -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
296    
297  fai (2.9.1) unstable; urgency=low  fai (2.9.1) unstable; urgency=low
298    
# Line 181  fai (2.8.1) unstable; urgency=low Line 440  fai (2.8.1) unstable; urgency=low
440    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
441      from amd64 which are not available (closes: #306264)      from amd64 which are not available (closes: #306264)
442    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
443      (closes: 305861)      (closes: #305861)
444    * install_packages.8: remove option -f    * install_packages.8: remove option -f
445    * make-fai-nfsroot.8: remove wrong information (closes: #304980)    * make-fai-nfsroot.8: remove wrong information (closes: #304980)
446    * control: add grub to suggests    * control: add grub to suggests
# Line 210  fai (2.8) unstable; urgency=high Line 469  fai (2.8) unstable; urgency=high
469      reformat some output, print some messages only if $verbose is set      reformat some output, print some messages only if $verbose is set
470    * rcS_fai: renamed to fai, add manual page fai.8    * rcS_fai: renamed to fai, add manual page fai.8
471    * fai: add $rundir, remove unused dirs at the end, call set_disk_info    * fai: add $rundir, remove unused dirs at the end, call set_disk_info
472      before task_defvar, add variable $DO_INIT_TASK, add code for      before task_defvar, add variable $DO_INIT_TASKS, add code for
473      softupdate support, rename rcS.log to fai.log, add copyright message      softupdate support, rename rcS.log to fai.log, add copyright message
474      to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq      to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
475    * apt.conf: replace force-confnew with force-confdef    * apt.conf: replace force-confnew with force-confdef
# Line 222  fai (2.8) unstable; urgency=high Line 481  fai (2.8) unstable; urgency=high
481      local class-C network, remove ext2resize until available again      local class-C network, remove ext2resize until available again
482    * subroutines: add task softupdate, add support for softupdate, add    * subroutines: add task softupdate, add support for softupdate, add
483      $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for      $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
484      disabling swap partitions, test $DO_INIT_TASK always with -eq, use      disabling swap partitions, test $DO_INIT_TASKS always with -eq, use
485      /var/log/fai/FAI_CLASSES      /var/log/fai/FAI_CLASSES
486    * subroutines-linux: script prepare_apt is now updatebase, add support    * subroutines-linux: script prepare_apt is now updatebase, add support
487      for softupdates, add task_prepareapt, sliently skip task_chboot if      for softupdates, add task_prepareapt, sliently skip task_chboot if
# Line 556  fai (2.5.3) unstable; urgency=low Line 815  fai (2.5.3) unstable; urgency=low
815    * make-fai-bootfloppy: call grub in chroot environment, so correct libc    * make-fai-bootfloppy: call grub in chroot environment, so correct libc
816      is used, add option c and F, DHCP is now default boot protocol, be      is used, add option c and F, DHCP is now default boot protocol, be
817      more verbose      more verbose
818    * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)    * make-fai-nfsroot: add option c which sets $cfdir (closes: #219824)
819      add variable nfssize, remove package strace, check if $NFSROOT is set,      add variable nfssize, remove package strace, check if $NFSROOT is set,
820      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
821      /etc/fai, do not copy fai-chboot to nfsroot, call certain commands in      /etc/fai, do not copy fai-chboot to nfsroot, call certain commands in
# Line 612  fai (2.5.2) unstable; urgency=low Line 871  fai (2.5.2) unstable; urgency=low
871    * fai.conf: add exim4 packages to exlude list    * fai.conf: add exim4 packages to exlude list
872    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
873      package list (closes: #219420), copy preferences from /etc/fai      package list (closes: #219420), copy preferences from /etc/fai
874      (closes: 219824), use apt-get dist-upgrade instead of upgrade,      (closes: #219824), use apt-get dist-upgrade instead of upgrade,
875      do not create base.tgz in $NFSROOT/.. and then move file      do not create base.tgz in $NFSROOT/.. and then move file
876    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
877    * faimond, faimond.8 added    * faimond, faimond.8 added
# Line 1138  fai (2.0.1) unstable; urgency=low Line 1397  fai (2.0.1) unstable; urgency=low
1397    * Check if LOGUSER is defined, (closes: #101620)    * Check if LOGUSER is defined, (closes: #101620)
1398    * wget now recommends, (closes: #101594)    * wget now recommends, (closes: #101594)
1399    * Use ntpdate if a ntp server is defined (tag nt in bootptab),    * Use ntpdate if a ntp server is defined (tag nt in bootptab),
1400      (closes:  #101899)      (closes: #101899)
1401    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
1402      (closes: #101820)      (closes: #101820)
1403    * Bug fix. Check if imggen executable is available.    * Bug fix. Check if imggen executable is available.

Legend:
Removed from v.3355  
changed lines
  Added in v.4141

  ViewVC Help
Powered by ViewVC 1.1.5