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

Diff of /trunk/debian/changelog

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

revision 3144 by lange, Sun Dec 4 15:48:57 2005 UTC revision 4031 by lange, Tue Sep 26 16:45:39 2006 UTC
# Line 1  Line 1 
1    fai (3~beta62) unstable; urgency=low
2    
3      * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
4      * fai: export FAI_ACTION, fix -c and -C in usage()
5      * subroutines-linux: fix path of resolv.conf
6      * fai-chboot: remove devfs=nomount
7      * package_config/DEFAULT: replace kernel-image with linux-image
8      * faireboot: stop udevd
9      * rename class XFREE to XORG, use xorg packages
10      * bin/fai: rename $targetdir to $FAI_ROOT
11      * remove blank from debconf locales data (closes: #386192)
12      * package_config/GERMAN: new file includes packages for german
13        environment
14      * new script FAIBASE/20-removable_media creates fstab entries and makes
15        directories under /media
16      * new script and man page: ainsl, ainsl.1
17      * fai-start-stop-daemon: prints which daemon will not be started
18      * get-boot-info: fix duplicate call of get_dhcp_info()
19      * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
20      * fai-setup: add option no_subtree_check to etc/exports lines
21    
22     -- Thomas Lange <lange@debian.org>  Tue, 26 Sep 2006 18:38:37 +0200
23    
24    fai (3~beta21) unstable; urgency=medium
25    
26      * make pathes conform to FHS:
27        (closes: #340608, #311524, #336650, #309554, #340609)
28      * use /srv/tftp/fai    instead of /boot/fai
29      * use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg
30      * use /srv/fai/config  instead of /usr/local/share/fai
31      * use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot
32      * use /var/lib/fai/config instead of /fai
33      * use /var/lib/fai/mirror instead of /mnt
34      * create_ramdisk: call mkrw with -n
35      * setup_harddisks: use more secure options for /proc line
36      * fai-chboot: use tcp as default for nfs, nfs v3 can will become default
37        with etch, existent .disable pxe file will be removed automatically,
38        add headline when copying from template, change in options: -d is now
39        -D, -r is now -d, -r is not used any more, abort if $pxedir does not
40        exist (closes: #373596)
41      * subroutines-linux: task_updatebase does not use updatebase.log any
42        more (closes: #366823), try ftar $FAI/basefiles before extracting
43        base.tgz, create policy-rc.d in the chroot, copy sources.list from
44        $FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh, fix
45        path for resolv.conf
46      * move /etc/fai/sources.list to /etc/fai/apt/sources.list
47      * fix lintian error: build-depends-indep-should-be-build-depends
48        debhelper
49      * complies with policy 3.7.2
50      * added a linda override for fai-quickstart (ignore /usr/doc-symlink
51        warning)
52      * added Section: headers to binary packages in control
53      * conf/make-fai-nfsroot.conf: remove variables: $nfssize,
54        $NFSROOT_PACKAGES, $package
55      * new config file /etc/fai/NFSROOT which contains the package list
56      * fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO
57        instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver
58        removed (closes: #332837)
59      * lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate
60        scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd
61        at the end of the installation
62      * fai: replace $rclog with $LOGIDR/fai.log, add option -C,--cfdir,
63        -c,--class (closes: #353535), add support for dirinst, cleanup LOGDIR
64        before using it again (closes: #369534), remove variable rundir, mkdir
65        /var/run/fai if not existing, trap uses subroutine clean_exit() for
66        dirinst
67      * fai-setup: use getent for getting IP address, make it a bash script,
68        change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE
69        for getting hostname, add all IP addresses and host names to
70        ssh_known_hosts (closes: #286692), remove variable FAICLIENTS, use IP
71        address and netmask for exportfs line (closes: #381261)
72      * make-fai-nfsroot: new subroutine all_host_entries(), use
73        install_packages and /etc/fai/NFSROOT for installing packages into the
74        nfsroot, install fai-nfsroot before other packages are installed, do
75        not exit if getent returns no information, rename -c to -C, use
76        readlink to determine $cfdir (closes: #358765)
77      * variable $fstab replaced with fstab (no more Solaris support using
78        vfstab)
79      * savelog.LAST: set reboot=1 if no errors are found
80      * fcopy: fix bug (closes: #374415)
81      * control: update to Standards-Version: 3.7.2, fai-quickstart depends on
82        tftpd-hpa
83      * make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf,
84        replace backticks with $(), fix test (closes: #384624), rename -c to -C
85      * lib/get-boot-info: get network info via DHCP if ip=dhcp was set
86      * prcopyleft: remove osname from copyright logo
87      * subroutines: add task dirinst (closes: #322634), do not execute task
88        prepareapt on softupdates (closes: #315000), save FAI_CLASSES and
89        disk_var.sh to /var/lib/fai, do not save variables.log to /var
90      * move fai-divert to fai-client package
91      * ftar: fix exit code when no matching class was found
92      * move code from script get-config-dir to task_confdir()
93      * rename $DO_INIT_TASKS to $do_init_tasks
94      * install_packages: add option -p
95      * fai-mirror: use packages.nfsroot instead of packages.arch, check if
96        obsolete variables are used, remove -a, add -B
97      * add policy-rc.d support instead of diverting start-stop-daemon
98      * remove varaible diskvar, use $LOGDIR/disk_var.sh instead
99      * fai-debconf: use read-only temp file during reconfigure
100      * get-config-dir-file: access config space via local path, used by
101        fai-cd
102      * fai-cd: use $FAI instead of /fai
103      * fai-mirror: generate distrib name from FAI_DEBOOTSTRAP
104      * move some -c to -C, so now all scripts use -C for cfdir, setting
105        $FAI_ETC_DIR is the same as specifying -C cfdir, print message if this
106        variables is used
107      * move NEWS to NEWS.Debian
108      * VERSION: default is kernel 2.6.17
109    
110     -- Thomas Lange <lange@debian.org>  Wed, 13 Sep 2006 18:54:38 +0200
111    
112    fai (2.10.5) unstable; urgency=high
113    
114      * fixes patch from last NMUs. (really, really closes: #373955)
115      * make-fai-nfsroot: print debootstrap version
116      * add package lftp to nfsroot
117      * create_ramdisk: make more directories writeable
118      * 20hwdetect.source: add some usb modules
119      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
120    
121     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
122    
123    fai (2.10.4) unstable; urgency=high
124    
125      * Non-maintainer upload.
126      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
127        /etc, as faireboot is not run inside the chroot. (Really
128        Closes: #373955)
129    
130     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
131    
132    
133    fai (2.10.3) unstable; urgency=high
134    
135      * Non-maintainer upload.
136      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
137        used during install_packages are not appropriate for the finished
138        system. (Closes: #373955)
139    
140     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
141    
142    fai (2.10.2) unstable; urgency=medium
143    
144      * lib/get-boot-info: call dhclient with different configuration and
145        script names, closes grave bug (closes: #369265), remove dpkg-divert
146        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
147      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
148      * do not call mkrwsize if directory does not exist (closes: #365037)
149      * lib/mkrw: add option -n
150      * make-fai-nfsroot: grep before appending to file (closes: #364748),
151        enable DNS inside the nfsroot (closes: #358783)
152      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
153        appending to file (closes: #331258)
154      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
155      * bin/fai: do not mount --bind /tmp/fai on softupdate
156    
157     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
158    
159    fai (2.10.1) unstable; urgency=low
160    
161      * fai-chboot: fix division by zero error
162      * fai.conf: remove $OS_TYPE
163      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
164        install and dirinst, move prcopyleft() and additional code into
165        external script, use /var/log/fai/current as default LOGDIR,
166        /tmp/fai is currently a mount --bind to it
167      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
168        segfault bug
169      * install_packages: add commands for y2pmsh, yast and rpm
170      * mount2dir: add more fs types that should be skipped
171      * fai-mirror: use different source.list when downloading packages for
172        debootstrap (closes: #361786), remove comments from PACKAGES line
173        (closes: #358910), add option -C, (closes: #318299), recreates
174        Package.gz and Release file using apt-ftparchive
175      * fai-cd: add option -C (closes: #312198), print FAI version in grub
176        menu, not fai-cd version
177      * make-fai-nfsroot: print warning if -f is still used, add config for
178        aptitude to allow unsigned packages without prompting
179      * menu.lst: enable timeout, use localboot as default, remove syslogd
180        flag, remove unused entries, fix IP address for demohost
181      * subroutines: new path /var/log/fai/current/showvar.log
182      * fai-guide.sgml: include package splitting into fai guide
183      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
184        console-tools to nfsroot (closes: #363480)
185      * get-boot-info: do not try to activate the first four ethernet devices
186      * conf/apt.conf: add aptitude option so untrusted repositories will also
187        be used
188      * instsoft.FAIBASE: use fcopy for kernel-img.conf
189      * subroutines-linux: use IP address when calling fai-chboot in
190        task_chboot, this helps when the install client has two network cards
191        and the host name lookup fails
192      * mkrw: fix typo (closes: #363521)
193      * dhcpd.conf: make deny unknown-clients default, remove range definition
194      * S99fai-setup: enable networking for faiserver
195    
196     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
197    
198    fai (2.10) unstable; urgency=low
199    
200      * setup_harddisks: mapdisk(): add support for more than two disks, fix
201        wrong comments (closes: #356265), allow logical partitions to be
202        bootable (closes: #344536)
203      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
204        detect kernel version for new kernel name (closes: #352939),
205        remove patches-* file when using -K (closes: #348350), remove
206        update-modules call, remove symlink creation to /tmp, add warning if
207        $FAI_LOCAL_REPOSITORY is still used
208      * fai-chboot: change output of -l and -L, major rework of the lsdir
209        function, add more options for different listing formats, add template
210        copy function (closes: #342471, #356136), options added: -g -c -t -o
211      * 20-hwdetect.source: test if discover is installed
212      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
213      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
214        if unlink fails, add option -n (closes: #356378), preserving is not an
215        error (closes: #360183)
216      * make example scripts more cfengine2 compatible (closes: #312201)
217      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
218        available (closes: #314613)
219      * install_packages: new feature, just unpack packages (closes: #277079),
220        add urpmi, urpme and yum support
221      * fai: exit script if no parameters are given and no run from nfsroot
222      * subroutines: add verbose output when defining variables, add
223        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
224        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
225        copying them
226      * remove FAIBASE/20-save_diskvar (closes: #312296)
227      * task_sysinfo: call lshw if available
228      * lib/get-boot-info: remove duplicate network device names
229      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
230        (closes: #341577)
231      * create_ramdisk: use mkrw for making directories writeable
232      * fai-mirror: add warning if some files do not exist
233    
234     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
235    
236    fai (2.9.1) unstable; urgency=low
237    
238      * install_packages: add aptitude-r to @commands (closes: #343361)
239      * new command fai-statoverride (like dpkg-statoverride)
240      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
241      * fai.8: fix typo (closes: #343642)
242      * doc/classes_description.txt: remove all unused classes, update
243        description (closes: #322026)
244      * add script AMD64/99-discover-bug
245      * add class FAISERVER
246      * updatebase: mount /sys into chroot
247      * mkdebmirror: remove non-US stuff
248      * savelog.LAST: add segfault to error pattern
249      * make-fai-bootfloppy.8: fix typo (closes: #346428)
250      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
251        exist
252      * menu.lst: add entry for faiserver
253      * fai-cd: adjust space, new code for generating sources.list file
254      * fai-debconf: add test if debconf data file exists (closes: #348857)
255    
256     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
257    
258  fai (2.9) unstable; urgency=low  fai (2.9) unstable; urgency=low
259    
260    * splitting binary package fai into fai-server, fai-client, fai-doc and    * splitting binary package fai into fai-server, fai-client, fai-doc and
# Line 12  fai (2.9) unstable; urgency=low Line 269  fai (2.9) unstable; urgency=low
269      partially #329547, test if nfsroot was created (closes: #317495), test      partially #329547, test if nfsroot was created (closes: #317495), test
270      if mkisofs is available (closes: #334871), exist unless arch is i386      if mkisofs is available (closes: #334871), exist unless arch is i386
271      or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid      or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
272        remove subroutine mhide amd module-hide, mkbimage is not needed any
273        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
274        no floppy emulation needed, size is not limited any more to 2.88M
275    * install_packages: ignore packages ending with - when using -d    * install_packages: ignore packages ending with - when using -d
276      (closes: #334333), remove backtick evaluation (closes: #322157), add      (closes: #334333), remove backtick evaluation (closes: #322157), add
277      -R to default aptitude call, add aptitude-r for download only mode      -R to default aptitude call, add aptitude-r for download only mode,
278        add more warnings
279    * lib/create_ramdisk: make /etc/network/run/ifstate writable    * lib/create_ramdisk: make /etc/network/run/ifstate writable
280      (closes: #312128)      (closes: #312128)
281    * fai-mirror: add -i to egrep (closes: #312508), add option    * fai-mirror: add -i to egrep (closes: #312508), add option
# Line 27  fai (2.9) unstable; urgency=low Line 288  fai (2.9) unstable; urgency=low
288    * fai-guide.sgml: include README.disk_config into fai guide, minor    * fai-guide.sgml: include README.disk_config into fai guide, minor
289      fixes, (closes: #332295, #332318, #332293, #332291)      fixes, (closes: #332295, #332318, #332293, #332291)
290    * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),    * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
291      new test if ssh package is installed (closes: #322759), add -y and      new test if ssh package is installed (closes: #322759), create
292      --force-yes to apt-get so unauthenticated package repositories can be      apt.conf.d file to support unsigned repositories, fail if debootstrap
293      used      return with error code (closes: #342120)
294    * subroutines: test if hooks are executable (closes: #338524), new stamp    * subroutines: test if hooks are executable (closes: #338524), new stamp
295      file name when action is softupdate      file name when action is softupdate
296    * make-fai-bootfloppy: fix code for -i when using a relative path    * make-fai-bootfloppy: fix code for -i when using a relative path
# Line 46  fai (2.9) unstable; urgency=low Line 307  fai (2.9) unstable; urgency=low
307      overwritten during softupdate (closes: #313069, #314995)      overwritten during softupdate (closes: #313069, #314995)
308    * subroutines-linux: fix idempotent code (closes: #340422)    * subroutines-linux: fix idempotent code (closes: #340422)
309    * fai: do not use color logo if $console was set, start udev if    * fai: do not use color logo if $console was set, start udev if
310      available (closes: #334373)      available (closes: #334373), test if run as root
311    * lib/updatebase: mount /dev into chroot during installation if we are    * lib/updatebase: mount /dev into chroot during installation if we are
312      running udev      running udev
313    * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel    * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
314      parameters, root-path can now be removed from dhcpd.conf      parameters, root-path can now be removed from dhcpd.conf
315      * add support for unsigned repositories
316   -- Thomas Lange <lange@debian.org>  Sun,  4 Dec 2005 16:47:15 +0100    * LAST/50-misc: fix code that detect of a kernel is installed, now it
317        does not break if more than one kernel is installed
318    
319     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
320    
321  fai (2.8.4) unstable; urgency=high  fai (2.8.4) unstable; urgency=high
322    
# Line 115  fai (2.8.1) unstable; urgency=low Line 379  fai (2.8.1) unstable; urgency=low
379    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages    * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
380      from amd64 which are not available (closes: #306264)      from amd64 which are not available (closes: #306264)
381    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION    * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
382      (closes: 305861)      (closes: #305861)
383    * install_packages.8: remove option -f    * install_packages.8: remove option -f
384    * make-fai-nfsroot.8: remove wrong information (closes: #304980)    * make-fai-nfsroot.8: remove wrong information (closes: #304980)
385    * control: add grub to suggests    * control: add grub to suggests
# Line 144  fai (2.8) unstable; urgency=high Line 408  fai (2.8) unstable; urgency=high
408      reformat some output, print some messages only if $verbose is set      reformat some output, print some messages only if $verbose is set
409    * rcS_fai: renamed to fai, add manual page fai.8    * rcS_fai: renamed to fai, add manual page fai.8
410    * 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
411      before task_defvar, add variable $DO_INIT_TASK, add code for      before task_defvar, add variable $DO_INIT_TASKS, add code for
412      softupdate support, rename rcS.log to fai.log, add copyright message      softupdate support, rename rcS.log to fai.log, add copyright message
413      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
414    * apt.conf: replace force-confnew with force-confdef    * apt.conf: replace force-confnew with force-confdef
# Line 156  fai (2.8) unstable; urgency=high Line 420  fai (2.8) unstable; urgency=high
420      local class-C network, remove ext2resize until available again      local class-C network, remove ext2resize until available again
421    * subroutines: add task softupdate, add support for softupdate, add    * subroutines: add task softupdate, add support for softupdate, add
422      $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
423      disabling swap partitions, test $DO_INIT_TASK always with -eq, use      disabling swap partitions, test $DO_INIT_TASKS always with -eq, use
424      /var/log/fai/FAI_CLASSES      /var/log/fai/FAI_CLASSES
425    * subroutines-linux: script prepare_apt is now updatebase, add support    * subroutines-linux: script prepare_apt is now updatebase, add support
426      for softupdates, add task_prepareapt, sliently skip task_chboot if      for softupdates, add task_prepareapt, sliently skip task_chboot if
# Line 490  fai (2.5.3) unstable; urgency=low Line 754  fai (2.5.3) unstable; urgency=low
754    * make-fai-bootfloppy: call grub in chroot environment, so correct libc    * make-fai-bootfloppy: call grub in chroot environment, so correct libc
755      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
756      more verbose      more verbose
757    * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)    * make-fai-nfsroot: add option c which sets $cfdir (closes: #219824)
758      add variable nfssize, remove package strace, check if $NFSROOT is set,      add variable nfssize, remove package strace, check if $NFSROOT is set,
759      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed      mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
760      /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 546  fai (2.5.2) unstable; urgency=low Line 810  fai (2.5.2) unstable; urgency=low
810    * fai.conf: add exim4 packages to exlude list    * fai.conf: add exim4 packages to exlude list
811    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from    * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
812      package list (closes: #219420), copy preferences from /etc/fai      package list (closes: #219420), copy preferences from /etc/fai
813      (closes: 219824), use apt-get dist-upgrade instead of upgrade,      (closes: #219824), use apt-get dist-upgrade instead of upgrade,
814      do not create base.tgz in $NFSROOT/.. and then move file      do not create base.tgz in $NFSROOT/.. and then move file
815    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)    * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
816    * faimond, faimond.8 added    * faimond, faimond.8 added
# Line 1072  fai (2.0.1) unstable; urgency=low Line 1336  fai (2.0.1) unstable; urgency=low
1336    * Check if LOGUSER is defined, (closes: #101620)    * Check if LOGUSER is defined, (closes: #101620)
1337    * wget now recommends, (closes: #101594)    * wget now recommends, (closes: #101594)
1338    * Use ntpdate if a ntp server is defined (tag nt in bootptab),    * Use ntpdate if a ntp server is defined (tag nt in bootptab),
1339      (closes:  #101899)      (closes: #101899)
1340    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
1341      (closes: #101820)      (closes: #101820)
1342    * Bug fix. Check if imggen executable is available.    * Bug fix. Check if imggen executable is available.

Legend:
Removed from v.3144  
changed lines
  Added in v.4031

  ViewVC Help
Powered by ViewVC 1.1.5