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

Diff of /trunk/debian/changelog

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

revision 2946 by lange, Fri Oct 14 22:16:31 2005 UTC revision 3557 by lange, Tue Jul 11 19:48:12 2006 UTC
# Line 1  Line 1 
1    fai (3beta) unstable; urgency=low
2    
3      * make pathes conform to FHS : (closes: #340608, #311524, #309554)
4      * use /srv/tftp/fai instead of /boot/fai
5      * use /srv/tftp/pxelinux.cfg instead of /boot/fai/pxelinux/cfg
6    
7     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 21:46:15 +0200
8    
9    fai (2.10.5) unstable; urgency=high
10    
11      * fixes patch from last NMUs. (really, really closes: #373955)
12      * make-fai-nfsroot: print debootstrap version
13      * add package lftp to nfsroot
14      * create_ramdisk: make more directories writeable
15      * 20hwdetect.source: add some usb modules
16      * dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3
17    
18     -- Thomas Lange <lange@debian.org>  Tue, 11 Jul 2006 16:28:21 +0200
19    
20    fai (2.10.4) unstable; urgency=high
21    
22      * Non-maintainer upload.
23      * Fix previous patch; it should remove files from $FAI_ROOT/etc, not
24        /etc, as faireboot is not run inside the chroot. (Really
25        Closes: #373955)
26    
27     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 18:59:55 +0200
28    
29    
30    fai (2.10.3) unstable; urgency=high
31    
32      * Non-maintainer upload.
33      * Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings
34        used during install_packages are not appropriate for the finished
35        system. (Closes: #373955)
36    
37     -- Steinar H. Gunderson <sesse@debian.org>  Sun,  9 Jul 2006 15:54:55 +0200
38    
39    fai (2.10.2) unstable; urgency=medium
40    
41      * lib/get-boot-info: call dhclient with different configuration and
42        script names, closes grave bug (closes: #369265), remove dpkg-divert
43        calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf
44      * create_ramdisk: make /etc/lvm writeable (closes: #365035)
45      * do not call mkrwsize if directory does not exist (closes: #365037)
46      * lib/mkrw: add option -n
47      * make-fai-nfsroot: grep before appending to file (closes: #364748),
48        enable DNS inside the nfsroot (closes: #358783)
49      * lib/subroutines-linux: task_prepareapt(): check $IPADDR before
50        appending to file (closes: #331258)
51      * lib/subroutines: make 100MB ramdisk for /fai when booting from CD
52      * bin/fai: do not mount --bind /tmp/fai on softupdate
53    
54     -- Thomas Lange <lange@debian.org>  Wed, 14 Jun 2006 11:51:19 +0200
55    
56    fai (2.10.1) unstable; urgency=low
57    
58      * fai-chboot: fix division by zero error
59      * fai.conf: remove $OS_TYPE
60      * fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for
61        install and dirinst, move prcopyleft() and additional code into
62        external script, use /var/log/fai/current as default LOGDIR,
63        /tmp/fai is currently a mount --bind to it
64      * fai-do-scripts: replace --no-lock with -K, this should fix cfengine's
65        segfault bug
66      * install_packages: add commands for y2pmsh, yast and rpm
67      * mount2dir: add more fs types that should be skipped
68      * fai-mirror: use different source.list when downloading packages for
69        debootstrap (closes: #361786), remove comments from PACKAGES line
70        (closes: #358910), add option -C, (closes: #318299), recreates
71        Package.gz and Release file using apt-ftparchive
72      * fai-cd: add option -C (closes: #312198), print FAI version in grub
73        menu, not fai-cd version
74      * make-fai-nfsroot: print warning if -f is still used, add config for
75        aptitude to allow unsigned packages without prompting
76      * menu.lst: enable timeout, use localboot as default, remove syslogd
77        flag, remove unused entries, fix IP address for demohost
78      * subroutines: new path /var/log/fai/current/showvar.log
79      * fai-guide.sgml: include package splitting into fai guide
80      * make-fai-nfsroot.conf: new names packages in fai-kernel, add
81        console-tools to nfsroot (closes: #363480)
82      * get-boot-info: do not try to activate the first four ethernet devices
83      * conf/apt.conf: add aptitude option so untrusted repositories will also be used
84      * instsoft.FAIBASE: use fcopy for kernel-img.conf
85      * subroutines-linux: use IP address when calling fai-chboot in
86        task_chboot, this helps when the install client has two network cards
87        and the host name lookup fails
88      * mkrw: fix typo (closes: #363521)
89      * dhcpd.conf: make deny unknown-clients default, remove range definition
90      * S99fai-setup: enable networking for faiserver
91    
92     -- Thomas Lange <lange@debian.org>  Thu, 20 Apr 2006 11:46:12 +0200
93    
94    fai (2.10) unstable; urgency=low
95    
96      * setup_harddisks: mapdisk(): add support for more than two disks, fix
97        wrong comments (closes: #356265), allow logical partitions to be
98        bootable (closes: #344536)
99      * make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot,
100        detect kernel version for new kernel name (closes: 352939),
101        remove patches-* file when using -K (closes: #348350), remove
102        update-modules call, remove symlink creation to /tmp, add warning if
103        $FAI_LOCAL_REPOSITORY is still used
104      * fai-chboot: change output of -l and -L, major rework of the lsdir
105        function, add more options for different listing formats, add template
106        copy function (closes: #342471, #356136), options added: -g -c -t -o
107      * 20-hwdetect.source: test if discover is installed
108      * make-fai-bootfloppy: remove obsolete message (closes: #347974)
109      * fcopy: remove newline from $source, add \Q, (closes: #350015), warning
110        if unlink fails, add option -n (closes: #356378), preserving is not an
111        error (closes: #360183)
112      * make example scripts more cfengine2 compatible (closes: #312201)
113      * hooks/instsoft.FAIBASE: do not pause when kernel modules are already
114        available (closes: #314613)
115      * install_packages: new feature, just unpack packages (closes: #277079),
116        add urpmi, urpme and yum support
117      * fai: exit script if no parameters are given and no run from nfsroot
118      * subroutines: add verbose output when defining variables, add
119        subroutines mkrw and mkrwsize, set $diskvar during softupdate to
120        /var/log/fai/disk_var.sh, task_savelog: test if files exist before
121        copying them
122      * remove FAIBASE/20-save_diskvar (closes: #312296)
123      * task_sysinfo: call lshw if available
124      * lib/get-boot-info: remove duplicate network device names
125      * make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet
126        (closes: #341577)
127      * create_ramdisk: use mkrw for making directories writeable
128      * fai-mirror: add warning if some files do not exist
129    
130     -- Thomas Lange <lange@debian.org>  Mon,  3 Apr 2006 15:11:30 +0200
131    
132    fai (2.9.1) unstable; urgency=low
133    
134      * install_packages: add aptitude-r to @commands (closes: #343361)
135      * new command fai-statoverride (like dpkg-statoverride)
136      * fai-chboot: use NFS v2 as default until FAI will drop sarge support
137      * fai.8: fix typo (closes: #343642)
138      * doc/classes_description.txt: remove all unused classes, update
139        description (closes: #322026)
140      * add script AMD64/99-discover-bug
141      * add class FAISERVER
142      * updatebase: mount /sys into chroot
143      * mkdebmirror: remove non-US stuff
144      * savelog.LAST: add segfault to error pattern
145      * make-fai-bootfloppy.8: fix typo (closes: #346428)
146      * make-fai-nfsroot: do not try to copy file if resolv.conf does not
147        exist
148      * menu.lst: add entry for faiserver
149      * fai-cd: adjust space, new code for generating sources.list file
150      * fai-debconf: add test if debconf data file exists (closes: #348857)
151    
152     -- Thomas Lange <lange@debian.org>  Sun,  5 Mar 2006 22:37:31 +0100
153    
154  fai (2.9) unstable; urgency=low  fai (2.9) unstable; urgency=low
155    
156    * splitting binary package fai into fai-server, fai-client, fai-doc and    * splitting binary package fai into fai-server, fai-client, fai-doc and
157      fai-nfsroot (closes: #210507)      fai-nfsroot (closes: #210507)
158    * adjust some paths    * adjust some paths
159      * remove beowulf and advanced examples
160   -- Thomas Lange <lange@debian.org>  Sat, 15 Oct 2005 00:17:28 +0200    * increase compat level to 4
161      * delete sunos code from source
162      * scripts/ directory is now bin/
163      * fai-cd: fixed hardcoded sources.list for the install client to be
164        generated, code by Michael Tautschnig (closes: #320024) and at least
165        partially #329547, test if nfsroot was created (closes: #317495), test
166        if mkisofs is available (closes: #334871), exist unless arch is i386
167        or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid
168        remove subroutine mhide amd module-hide, mkbimage is not needed any
169        more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot,
170        no floppy emulation needed, size is not limited any more to 2.88M
171      * install_packages: ignore packages ending with - when using -d
172        (closes: #334333), remove backtick evaluation (closes: #322157), add
173        -R to default aptitude call, add aptitude-r for download only mode,
174        add more warnings
175      * lib/create_ramdisk: make /etc/network/run/ifstate writable
176        (closes: #312128)
177      * fai-mirror: add -i to egrep (closes: #312508), add option
178        DPkg::force-conflicts::=yes (closes: #328138), only aptitude can
179        install conflicting packages, test if $mirrordir starts with a slash
180        (closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577)
181      * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
182      * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
183        chroot before using getpwnam (closes: #283475), add option -U
184      * fai-guide.sgml: include README.disk_config into fai guide, minor
185        fixes, (closes: #332295, #332318, #332293, #332291)
186      * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
187        new test if ssh package is installed (closes: #322759), create
188        apt.conf.d file to support unsigned repositories, fail if debootstrap
189        return with error code (closes: #342120)
190      * subroutines: test if hooks are executable (closes: #338524), new stamp
191        file name when action is softupdate
192      * make-fai-bootfloppy: fix code for -i when using a relative path
193        (closes: #314551), add option -I (closes: #337271), create more space
194        on boot floppy (closes: #294593), add option -B
195      * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs
196        even when using a 2.6 kernel (closes: #307147)
197      * ftar: test if $single is set (closes: #340421)
198      * FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
199        (closes: #305783)
200      * setup_harddisks: add i2o support (closes: #317797), add workaround for
201        udev behaviour
202      * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
203        overwritten during softupdate (closes: #313069, #314995)
204      * subroutines-linux: fix idempotent code (closes: #340422)
205      * fai: do not use color logo if $console was set, start udev if
206        available (closes: #334373), test if run as root
207      * lib/updatebase: mount /dev into chroot during installation if we are
208        running udev
209      * fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel
210        parameters, root-path can now be removed from dhcpd.conf
211      * add support for unsigned repositories
212      * LAST/50-misc: fix code that detect of a kernel is installed, now it
213        does not break if more than one kernel is installed
214    
215     -- Thomas Lange <lange@debian.org>  Tue, 13 Dec 2005 15:53:00 +0100
216    
217  fai (2.8.4) unstable; urgency=high  fai (2.8.4) unstable; urgency=high
218    

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

  ViewVC Help
Powered by ViewVC 1.1.5