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

Diff of /trunk/debian/changelog

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

revision 4031 by lange, Tue Sep 26 16:45:39 2006 UTC revision 5080 by lange, Fri Sep 5 08:27:12 2008 UTC
# Line 1  Line 1 
1  fai (3~beta62) unstable; urgency=low  fai (3.2.10~beta1) unstable; urgency=low
2    
3      * control: add build-depends-indep (closes: #497683),
4        add cfengine2 as recommends to fai-client (closes: #442843),
5        remove mknbi, which is not used
6      * Init.pm: add bugfix that was only in svn but not in the package
7        included in 3.2.9 (closes: #494784), fix wrong variable name
8      * Volume.pm: ignore output line of parted containing "Model:"
9        (closes: #497066)
10      * package_config/*: remove non-existing packages, change some package
11        names
12      * control: update the description (closes: #496113)
13      * Makefile,VERSION: remove variable KERNELVERSION, because it's not used
14        any more since 3.2, (closes: #494699)
15      * fai-guide.sgml: minor documentation fix (closes: #473106),
16        do not propose make-fai-nfsroot -r (closes: #481111),
17        do reference NEWS.Debian (closes: #452760)
18      * ftar.8: minor fix (closes: #481528), update example
19      * fcopy.8: minor fix (closes: #419787)
20      * fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967)
21      * fai-guide.sgml: major review, remove boot floppy info, remove BOOTP info
22      * remove old unused tlink util and info about it
23      * remove make-fai-bootfloppy script and man page
24        (closes: #452375, #400373, #305363)
25    
26     -- Thomas Lange <lange@debian.org>  Thu, 04 Sep 2008 17:20:24 +0200
27    
28    fai (3.2.9) unstable; urgency=low
29    
30      * apply patch that fixes the RC-bug license issue (closes: #487866)
31      * debian/copyright: add people and reformat text
32      * ftar: exit with warning if unsupported suffix .tgz is found
33      * ainsl: add options -Q and -q (closes: #484722)
34      * fai-setup: fix syntax error (closes: #488404)
35      * setup-storage.8: add migration section, add info for createopts, move
36        comments in example to bottom, fixed and improved documentation for
37        preserve_{always,reinstall} syntax
38      * Sizes.pm: never scale logical volume sizes beyond the specified
39        maximum (closes: #494519)
40      * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
41      * conf/NFSROOT, control: drop use of liblinux-lvm-perl
42        (closes: #494357), replace unionfs with aufs (closes: #487080),
43        ext2resize is now obsolete, replace it with e2fsprogs,
44        replace obsolete sysutils with procinfo,
45        add packages for powerpc arch (closes: #494440)
46      * control: use official control-fields Vcs-Browser and Vcs-Svn instead
47        of old XS-* friends (closes: #451013),
48        remove Homepage from Description field, use Homepage field instead
49      * Volumes.pm: reverted the code to handle existing LVMs to an earlier
50        version that does not use Linux::LVM, because this is severly broken
51        (closes: #494357)
52      * setup-storage: increase version number to 1.0.1 because of LVM change
53      * Commands.pm: bugfix in RAID volume handling in case of devices marked
54        missing: mdadm command requires device names to be replaced by
55        "missing" (closes: #494520)
56      * package_config/FAIBASE: replace obsolete sysutils with procinfo
57      * subroutines-linux: replace klogd and syslogd with rsyslog
58        (closes: #494387)
59      * conf/sources.list: replace etch with lenny, make koeln repository
60        optional (closes: #474326)
61      * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
62        avoid warnings "Can not write log, openpty() failed",
63      * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
64        (closes: #494518, #494523),
65        move trap definitions outside of { } block (closes: #494518, #494523),
66        use arch independent name for linux kernel (closes: #494440)
67      * updatebase: mount /dev/pts into /target to avoid openpty() warning
68      * fai-do-scripts: use -b in call of file command, this makes the pattern
69        matching more robust, make file adjust regex to new output of file
70        command (closes: #490111)
71      * savelog.LAST.source: add error pattern
72      * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
73      * rules: do not copy file for linda
74      * fai-quickstart.dirs:  linda directory not needed any more
75      * fai-quickstart.lintian: fix pattern
76    
77     -- Thomas Lange <lange@debian.org>  Tue, 12 Aug 2008 11:49:51 +0200
78    
79    fai (3.2.8) unstable; urgency=low
80    
81      * Merge setup-storage, the new partitioning tool
82        (closes: #380629, #330915, #277045, #356862, #416633, #484788)
83      * add variable $USE_SETUP_STORAGE
84      * setup-storage: move loading of kernel modules into 20hwdetect.source,
85        print which disk_config setup-storage is using
86      * Commands.pm: print also mountpoint when debugging tuneopts and
87        createopts, fix and document problem when only tuneopts are defined,
88        prevent warnings about uninitialized variables
89      * 20-hwdetect.source: load modules needed for setup-storage
90      * add class SETUPSTORAGE for easy testing
91    
92     -- Thomas Lange <lange@debian.org>  Sun, 15 Jun 2008 12:47:16 +0200
93    
94    fai (3.2.7) unstable; urgency=low
95    
96      * update some messages to 2008
97      * fai-cd: check if list of Packages files is non-empty, change syntax of
98        ${...:=...}, use rsync for coping to USB stick if available
99      * fai-cd.8: add info for MAXPACKAGES
100      * fai-guide.sgml: fix order of tasks
101      * fai-setup: check if file exists
102      * make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz
103        check if NFSROOT directory is mounted with bad options
104      * get-boot-info: parse live.log for detecting boot method
105      * disk-info: use group info for detecting disks, extend pattern for
106        detecting scsi disks
107      * subroutines: fix regex so softupdate will; now umount the config space
108      * add internal variable printk, for setting the console log level
109    
110     -- Thomas Lange <lange@debian.org>  Sat, 31 May 2008 16:47:25 +0200
111    
112    fai (3.2.6) unstable; urgency=medium
113    
114      * fai: remove local, fix regex (closes: #480685)
115      * fai-cd: fix syntax error (closes: #480830)
116    
117     -- Thomas Lange <lange@debian.org>  Thu, 15 May 2008 17:10:37 +0200
118    
119    fai (3.2.5) unstable; urgency=low
120    
121      * GRUB/10-setup: use absolute path
122      * fai: mount /proc if not already mounted (closes: #453017, #444156),
123        check if target directory for dirinstall is mounted with nosuid,nodev
124      * fai-mirror: set MAXPACKAGES=1 if undefined before
125      * make-fai-nfsroot: exit with error if software installation has errors
126        (closes: #442261)
127      * fai-guide.sgml: add info how to specify a certain release or version
128        of a package
129      * fai-cd: add prefix $cfdir to -g parameter if no path was specified,
130        fix setting of cfdir (closes: #475250)
131      * fai-cd.8: extend info for -g
132      * subroutines: remove local from variable (closes: #449236)
133      * install_packages: fix in detecting Debian specific actions
134      * fai-chboot: add check if kernelsuffix is defined
135      * fai-abort: add LSB formatted dependency info (closes: #469716)
136      * XF86Config-4/DEMO: remove obsolete example (closes: #474327)
137      * disk-info: add regex for Adaptec i2o controller (closes: #466670)
138      * ainsl: substitue \s+ afterwards (closes: #470799)
139    
140     -- Thomas Lange <lange@debian.org>  Mon,  5 May 2008 18:27:02 +0200
141    
142    fai (3.2.4) unstable; urgency=high
143    
144      * fai-cd.8: add missing -C option
145      * make-fai-nfsroot: remove code for creating BOOTP environment
146      * faimond-gui: show different icons depending on error code
147      * fai-setup: fix syntax error (closes: #453442)
148      * subroutines-linux: do not print hostname and kernel compile time
149      * fai: update date, remove mkdir
150      * savelog.LAST.source: remove duplicate messages which appear in fai.log
151        and software.log
152    
153     -- Thomas Lange <lange@debian.org>  Thu, 29 Nov 2007 19:17:56 +0100
154    
155    fai (3.2.3) unstable; urgency=medium
156    
157      * fix wrong logic in updatebase (closes: #452516)
158    
159     -- Thomas Lange <lange@debian.org>  Sat, 24 Nov 2007 16:08:36 +0100
160    
161    fai (3.2.2) unstable; urgency=low
162    
163      * conf/NFSROOT: reomve duplicate package, use aptitude for installing,
164        add nfs-common (closes: #444079), remove live-initramfs from NFSROOT
165      * doc/fai-guide.sgml: add information for softupdate (closes: #439016)
166      * savelog.LAST.source: add ignore pattern, remove dot after filename
167      * make-fai-nfsroot: check if $TFTPROOT is defined, add badupdateto32(),
168        which prints more info about update without checking variable names,
169        remove whole /srv/fai/nfsroot, add check_nfsroot(), make stamp only on
170        success (closes: #370780), write output also into /var/log/fai,
171        return and print exit code from install_packages, create or copy
172        live.conf, try to umount /proc inside the nfsroot before removing an
173        old nfsroot, abort if this fails
174      * subroutines: add task_error(), which stores the maximum error code in
175        $task_error, do nothing if error=0, print traceback,
176        add stop_fai_installation(), write pid to stamp file, print PID in
177        case of error, add task_test stub, save function name that causes
178        fatal error, set $fai_rundate only if not yet defined
179      * subroutines-linux: add check if $monserver is defined, print kernel
180        version currently running, catch exit code from install_packages
181      * mount2dir: add support for UUID and LABEL
182      * fai: export $romountopt, get error codes from all commands in a pipe,
183        add $STOP_ON_ERROR, fix variable name (closes: #447080),
184        do not use /var/log/fai/current (closes: #445276), cleanup definition
185        of $LOGDIR, change permissions of LOGDIR (closes: #445276),
186        add symlinks for last and last-$action in the very beginning
187      * control: fai-nfsroot and fai-client conflicts to fai-kernels, add
188        recommends to debconf-utils (closes: #445109), improve package
189        description (closes: #419071), add Homepage field, add live-initramfs
190        to depends of fai-nfsroot
191        replace ssh with openssh-server and openssh-client (closes: #434356)
192      * fai-cd: copy grub config always to menu.lst
193      * get-config-dir-nfs: add -n to mount
194      * get-config-dir-svn: error if svn call fails (closes: #447602, #441761)
195      * update FSF address (closes: #444154)
196      * fai-chboot: pxedir should also use $TFTPROOT, (closes: #443837)
197      * menu.lst/postinst: check if variables are defined (closes: #445978)
198      * ftar: make it a bash script
199      * fai-setup: add option -C (closes: #388157), fix mode of
200        authorized_keys
201      * fai-setup.8: add option -C
202      * fai-mirror: mkdir mountpoint before mounting (closes: #365004)
203      * updatebase: use aptitude when doing dist-upgrade (closes: #448426),
204        use safe-upgrade when available
205      * fai-divert: make it a bash script
206      * 30-interfaces: resolv.conf is now in /, not in /tmp
207      * make-fai-bootfloppy: script currently does not work, always die with
208        error message
209      * FAIBASE.var: add STOP_ON_ERROR
210      * fai-savelog: do not save log to local directory, if this directory
211        already exists (should only happen during softupdate), change
212        permissions of LOGDIR (closes: #445276)
213      * get-config-dir-*: call task_error after trying to access config space
214      * sources.list: add koeln repository
215    
216     -- Thomas Lange <lange@debian.org>  Thu, 22 Nov 2007 15:45:12 +0100
217    
218    fai (3.2.1) unstable; urgency=low
219    
220      * mount swap partitions with identical priorities
221      * fai-mirror: also match lowercase class names (for hostsnames),
222        use $cfdir instead of fixed path /etc/fai
223      * subroutines-linux: add timeout to nc call
224      * subroutines: change message for faimond in task_faiend()
225      * control: readd libapt-pkg-perl to depends, nfs-server (user space)
226        does not support locking, so FAI cannot use it, remove wget, add arch
227        to mknbi
228      * get-config-dir-svn: add svn+ssh support
229      * QUESTIONNAIRE: add USB stick, split bootb and dhcp
230      * faimond, faimond.8: use Proc::Daemon, add options tTldP
231      * faimond: do not allow ; in message (security), do not print ip and
232        port number
233      * make-fai-nfsroot: add option -U, do not divert update-initramfs (added
234        because of a Ubuntu bug), activate -U if Ubuntu is detected
235        determine the arch inside the nfsroot for defining a class, this help
236        building amd64 nfsroots on i386 and vice versa,
237        add support for running hooks, (closes: #342467)
238      * make-fai-nfsroot.conf: add variable NFSROOT_HOOKS
239      * make-fai-nfsroot.9: add info about NFSROOT_HOOKS
240      * fai-mirror.8, make-fai-nfsroot.8: enhance/add info of -C, add info
241        about variable FAI_ETC_DIR
242      * packages_config/DEFAULT: fix typos in linux-image-amd64
243      * fai-chboot,fai-chboot.8: add option -C and support for $FAI_ETC_DIR
244      * savelog.LAST.source: add ignore pattern
245      * packages_config/FAIBASE: add fai-client
246      * fai-do-scripts: exit with maximum error code of all child scripts that
247        had an error
248      * fai: change message when stamp file already exists (closes: #441437)
249      * fai-cd: remove arch specific path
250      * fai-cd.8: add info about USB stick (closes: #441988),
251        improve man page (closes: #441991)
252      * new get-config-dir-git: add method git for access (closes: #441992)
253      * examples/etc/dhcpd.conf: fix path
254      * faimond-gui: new tool that produces graphical output of faimond
255      * faimond-gui.8: new man page
256      * get-config-dir-svn: fix svn+ssh with username (Closes: #442021)
257      * fai-guide.sgml: add info about NFSROOT_HOOKS
258    
259     -- Thomas Lange <lange@debian.org>  Mon, 17 Sep 2007 13:30:34 +0200
260    
261    fai (3.2) unstable; urgency=low
262    
263      * subroutines-linux: fix extra slash in path (closes: #428860),
264        jobsrunning(): ignore rcS process (closes: #425725)
265        during dirinstall call debootstrap if no base.tgz is found
266      * setup_harddisks: fix file system type of /proc
267      * fai.conf: make ssh and scp the default (closes: #309678, #380085)
268      * fai-guide.sgml:
269        major update to reflect FAI 3.X changes (closes: #390508),
270        fix description of classes used (closes: #329984),
271        change /usr/share/doc/fai to /usr/share/doc/fai-doc (closes: #387541),
272        fix an url, add documentation for dirinstall (closes: #390508),
273        document usage of basefiles/ (closes: #391660),
274        document the order hooks are called (closes: #380337)
275      * get-config-dir-svn: add support for svn url's without username
276        (closes: #415875)
277      * subroutines: copy disk_var.sh only if available (closes: #415880),
278        fix wrong path for FAI_CLASSES
279      * savelog.LAST.source: add more patterns
280      * faimond: add options -p, -h, -b,
281        it can now call fai-boot (closes: #342477, #424608)
282      * faimond.1: update man pages to reflect the new options
283      * fai-savelog: use $LOGREMOTEDIR when saving to remote
284        (closes: #290371), do not set $HOSTNAME, should be set all the time
285        (closes: #429553, #429733)
286      * make-fai-nfsroot: add option -p (closes: #359323), move from
287        fai-kernels to plain Debian kernel using initrd (closes: #410940),
288        remove unused things since we have now write access to the nfsroot,
289        use mkdir -p, live-initramfs needs NFSROOT in .../live/filesystem.dir,
290        move creating of subdirs from make-fai-nfsroot to fai (from server to
291        client), do not create shell script in make-fai-nfsroot,
292        remove -V, use aptitude to remove the kernels from the nfsroot, -k now
293        reinstalls all packages from /etc/fai/NFSROOT (closes: #431613),
294        update-initramfs symlinks to /bin/true during diversion
295      * make-fai-nfsroot.conf:
296        remove the variable KERNELPACKAGE (closes: #416531, #435098)
297      * make-fai-nfsroot.8: remove -V, new description for -K and -k
298      * fcopy: set mode on file even no file was copied (closes: #360184),
299        check error code of preinst and postinst scripts (closes: #432681),
300        add quotes to variable (closes: #430127), skip comment lines in
301        file-modes
302      * fai-chboot: $NFSROOT is defined in new location (closes: #408247),
303        add initrd support, add option -s (closes: #356380), remove nfs
304        options from append line
305      * fai-chboot.8: ROOTFS parameter is not needed any more, add option -s
306      * device2grub: fix pattern to support /dev/cciss and /dev/ida devices
307        (closes: #416381)
308      * conf/NFSROOT: add packages needed for new fai-cd technique, add plain
309        debian kernel package, add ext2resize, hwinfo and change arch specific
310        packages,
311        move packages cfengine2 and libapt-pkg-perl from control to NFSROOT
312      * control: change dependencies from tetex to tetex or texlive, replace
313        Recommends of rsh-server with ssh (closes: #426093), add aptitude for
314        fai-server as Suggests, remove fai-kernels, add field XS-Vcs-Browser,
315        syslinux is only available on two architectures, do not depend on
316        cfengine (v1), since it does not exists any more
317      * fai: do not remount / read only, do not call create_ramdisk, now we
318        use unionfs, remove HOST variable, only use HOSTNAME now, use mkdir
319        -p, export $action for 20hwdetect.source, call save_dmesg only during
320        initial installation, during dirinstall set
321        LOGDIR=/var/log/fai/dirinstall/$HOSTNAME (closes: #429553)
322        define FAI_DEBOOTSTRAP, FAI_DEBOOTSTRAP_OPT for dirinstall
323        create syslog.conf before starting the syslog daemon
324        when doing dirinstall -c or -N must be specified (closes: #429554)
325        the local hard disks are now mounted to /target instead of /tmp/target
326      * move from mkinitrd-cd to live-initramfs to create a CD, use plain
327        Debian kernel
328      * menu.lst: remove unneeded options, add boot=live for new initrd,
329        remove root (cd), fix setting of hostname, instead of using ip=, we
330        now use hostname=
331      * create_resolv_conf: fix path, since we can now write on the whole
332        filesystem
333      * fai-cd: use plain Debian kernel with initrd and live-initramfs for
334        booting (closes: #401041),
335        add option -f, force removal of an existing ISO image
336        add option -k, this is for debugging
337        add option -n, do not create ISO image
338        add option -u, copy fai-cd data to a directory (USB support)
339        use $NFSROOT/live/filesystem.dir
340      * disk-info: do not include removable devices into list of disks
341      * fai-class: remove HOST variable, only use HOSTNAME now
342        do not set HOSTNAME from uname (closes: #431283)
343      * multiple files: add some patches fixing english text
344        (closes: #428857, #428858)
345      * 20-removable_media: fix path for floppy mount point (closes: #428859)
346      * fai.8: add option -u, --hostname (closes: #361559)
347      * add variable TFTPROOT (closes: #408271, #431431)
348      * fai-mirror:
349        use $NFSROOT/live/filesystem.dir
350        do not ask questions, add unauthenticated packages to the mirror
351      * 20hwdetect.source: do not execute 20hwdetect.source during dirinstall
352      * debconf/FAIBASE: autodetect most xorg parameters, (but not resolution)
353      * install_packages: add option -N, change option -t to -n,
354        add patch that AptPkg module is only used when
355        available and target system is Debian (closes: #422225), move code to
356        check_aptpkg(), add smart package manager support (closes: #430798)
357        do execute Debian specific commands only when needed (closes: #392038),
358        grab error codes when executing commands,
359        exit with 3 when errors occured, add option -H (closes: #391659),
360        put suffix -internal to all internal commands,
361        remove -n from tasksel calls
362        print path once, then only config file names, not always full path
363      * install_packages.8: add option -N and -H, change option -t to -n,
364        add option -p (closes: #424848)
365      * create_ramdisk: replaced by unionfs
366      * fai-do-scripts: remove -k from cfagent call (closes: #425699),
367        add new strings for shell scripts (closes: #416616)
368      * fai-server.post*: do not manage $TFTPROOT (closes: #430000)
369      * package_config: move linux-image package from FAIBASE to DEFAULT, add
370        kernel name for architecture
371      * ainsl: escape + in pattern
372      * make S01fai-abort an init.d script
373    
374     -- Thomas Lange <lange@debian.org>  Tue, 21 Aug 2007 18:11:28 +0200
375    
376    fai (3.1.8) unstable; urgency=medium
377    
378      * conf/NFSROOT: remove unknow package name (closes: 407950)
379      * setup_harddisks: use C locale when calling mkreiserfs (closes: 413504)
380      * fai-mirror: add /usr/sbin to $PATH so a normal user can also call
381        this command (closes: 413466)
382      * simple/package_config/GERMAN: fix wrong package name
383      * lib/subroutines: replace >>/dev/stderr with >&2
384    
385     -- Thomas Lange <lange@debian.org>  Tue, 13 Mar 2007 23:39:56 +0100
386    
387    fai (3.1.7) unstable; urgency=medium
388    
389      * subroutines: ifclass() should append to stderr (closes: #409059)
390      * examples/simple/, lib/fai-mount-disk, lib/mount2dir: use bash for
391        shell scripts (closes: #410084)
392      * fix typo in bug number of older changelog entry
393      * install_packages.8: add info for variable MAXPACKAGES
394    
395     -- Thomas Lange <lange@debian.org>  Wed, 14 Feb 2007 12:11:29 +0100
396    
397    fai (3.1.6) unstable; urgency=high
398    
399      * fix important and grave bugs
400      * fai-setup: do not fail (and exit) if $loguserhome is not writeable for
401        root (closes: #407947)
402      * fai-class: fix syntax error (closes: #408153)
403    
404     -- Thomas Lange <lange@debian.org>  Tue, 23 Jan 2007 23:49:33 +0100
405    
406    fai (3.1.5) unstable; urgency=low
407    
408      * make-fai-nfsroot: remove copying of *.pub files (closes: #406334)
409      * fai-debconf: add template when create tmp file, remove also old
410        tmp files (closes: #406336)
411      * fai: add missing parameter to --long options (closes: #406125)
412      * fai-classs: set hostname from -u as intended (closes: #406125)
413      * scripts/FAISERVER/10-conffiles: fix wrong path (closes: #406500)
414      * README: update year from 2006 to 2007
415    
416     -- Thomas Lange <lange@debian.org>  Fri, 12 Jan 2007 14:57:12 +0100
417    
418    fai (3.1.4) unstable; urgency=medium
419    
420      * these are only document changes and a one liner for setup_harddisks
421      * fix default examples. A change in the xorg package dependencies broke
422        the default FAI example installation (closes: #405435)
423      * remove xlockmore package from example (closes: #405433)
424      * setup_harddisks: add support for mountig existing NTFS partitions
425        (closes: #404187)
426    
427     -- Thomas Lange <lange@debian.org>  Thu,  4 Jan 2007 15:30:42 +0100
428    
429    fai (3.1.3) unstable; urgency=medium
430    
431      * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only
432        readable for root and group adm (closes: #402644)
433      * fai: add missing shift command (closes: #402588)
434      * fai.8: improve dirinstall info (closes: #402294)
435      * package_config/FAIBASE: add packages, this is only a documentation
436        change
437    
438     -- Thomas Lange <lange@debian.org>  Sun, 17 Dec 2006 17:40:54 +0100
439    
440    fai (3.1.2) unstable; urgency=high
441    
442      * use new fai kernel version 2.6.18
443      * control: add Vcs-Svn control field (closes: #399561)
444      * conf/NFSROOT: remove package hwtools, which do not exists any more
445      * fai-chboot: exit if file cannot be written, tmpfile was not always
446        removed
447      * make-fai-bootfloppy: remove sit interfaces from list of network
448        devices (closes: #400521), print error if it can't write to floppy
449        device (closes: #400522)
450      * fcopy: tmpfile was not always removed
451      * mount2dir: use noatime when mounting local file systems
452      * lib/subroutines-linux: change comment
453      * fix typo in changelog
454      * fai-server.postinst: change message (closes: #400324)
455    
456     -- Thomas Lange <lange@debian.org>  Mon, 27 Nov 2006 20:04:51 +0100
457    
458    fai (3.1.1) unstable; urgency=low
459    
460      * control: remove mkinitrd-cd from Recemmends: and Suggests:
461      * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
462        $cfdir is already set (closes: #394884), no code change, reorder code
463        so a normal user gets help whem using -h,--help
464      * faireboot: fix file name to variables.log
465      * fai-chboot: fix several bugs for listing options, option -p expects an
466        argument, fix for -c behaviour (closes: #389905)
467      * fai-chboot.8: minor document fixes
468      * fai-mirror.1: fix example (closes: #390520)
469      * fcopy: remove temporary file after use
470      * fai: start udev before creating /dev/shm/network, remove set +a for
471        dirinstall, so $fai_rundate will be exported (closes: #390373)
472      * subroutines: umount config dir at the end of softupdate action,
473        cd back to old directory, convert FAI_ROOT to absolute path if doing
474        dirinstall (closes: #390346), die() only calls bash when
475        FAI_ACTION=install, add -i to bash call (closes: #362252)
476      * subroutines-linux: check exit status of get-config-dir
477      * get-config-dir: replace die call with echo and exit statement, add
478        error message
479      * get-config-dir-cvs: fixed regular expression as 'expr' automatically
480        anchors to the beginning
481      * LAST/50-misc: /sbin/unconfigured.sh is not used any more
482      * ainsl.8: explain ^ and $ treatment in more detail
483      * FAIBASE/10-misc: add anchors to ainsl pattern
484      * class/20hwdetect.source: change discover call
485      * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
486      * lib/task_sysinfo: remove call of kudzu since it's not available any
487        more in etch
488    
489     -- Thomas Lange <lange@debian.org>  Mon,  6 Nov 2006 15:57:01 +0100
490    
491    fai (3.1) unstable; urgency=medium
492    
493      * Makefile: force bash in Makefile, fixes FTBFS in ubuntu
494      * rename action dirinst to dirinstall (closes: #390345)
495      * fai-cd: fix wrong path for sources.list (closes: #391639)
496      * scripts/FAIBASE/10-misc: use ainsl instead of echo >> ...
497      * lib/create_ramdisk: make /var/discover writeable
498      * make-fai-nfsroot: create directory var/discover, add option -h and
499        usage() subroutine
500      * subroutines: move find's maxdepth option to the left, prevent multiple
501        fai softupdate running simultaneously (closes: #390680), move
502        disk_var.sh from FAI 2.X installation old to new location
503        rename variable sndhostname to sendhostname
504      * get-config-dir*: replace \s and \S in expr with regex using [:space:],
505        so it also works for sarge's version of expr
506      * subroutines-liux: add test if base.tgz exists (closes: #390343),
507        sources.list must be used from /etc/apt during normal installation
508      * fai: add option -u,--hostname (closes: #390367), create
509        /dev/shm/network if directory not already exists (needed for initrd
510        kernels)
511      * LAST/50-misc: do not fail if hardware clock can't be set
512      * fcopy: swap call of postinst and set_mode
513      * install_packages: add missing package list to yum and rpm calls
514        (closes: #392032)
515      * rename sndmon() to sendmon()
516      * fai-start-stop-daemon: start udevd (needed for ubuntu) and do not fake
517        it, add carriage return
518      * package_config/DEMO: remove rstatd since it buggy atm
519      * 20hwdetect.source: xorg can discover the grpahics driver itself, do
520        not call discover
521    
522     -- Thomas Lange <lange@debian.org>  Thu, 19 Oct 2006 14:46:32 +0200
523    
524    fai (3.0) unstable; urgency=low
525    
526    * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch    * conf/make-fai-nfsroot.conf,sources.list: move from sarge to etch
527    * fai: export FAI_ACTION, fix -c and -C in usage()    * fai: export FAI_ACTION, fix -c and -C in usage()
528    * subroutines-linux: fix path of resolv.conf    * subroutines-linux: fix path of resolv.conf
529    * fai-chboot: remove devfs=nomount    * fai-chboot: remove devfs=nomount, use NFS v3
530    * package_config/DEFAULT: replace kernel-image with linux-image    * package_config/DEFAULT: replace kernel-image with linux-image
531    * faireboot: stop udevd    * faireboot: stop udevd
532    * rename class XFREE to XORG, use xorg packages    * rename class XFREE to XORG, use xorg packages
533    * bin/fai: rename $targetdir to $FAI_ROOT    * bin/fai: rename $targetdir to $FAI_ROOT
534    * remove blank from debconf locales data (closes: #386192)    * add debconf data for german environment (closes: #386192)
535    * package_config/GERMAN: new file includes packages for german    * package_config/GERMAN: new file includes packages for german
536      environment      environment
537    * new script FAIBASE/20-removable_media creates fstab entries and makes    * new script FAIBASE/20-removable_media creates fstab entries and makes
# Line 18  fai (3~beta62) unstable; urgency=low Line 541  fai (3~beta62) unstable; urgency=low
541    * get-boot-info: fix duplicate call of get_dhcp_info()    * get-boot-info: fix duplicate call of get_dhcp_info()
542    * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1    * FAIBASE.var: add FAI_ALLOW_UNSIGNED=1
543    * fai-setup: add option no_subtree_check to etc/exports lines    * fai-setup: add option no_subtree_check to etc/exports lines
544      * get-config-dir-svn: svn support for config space (closes: #314991)
545   -- Thomas Lange <lange@debian.org>  Tue, 26 Sep 2006 18:38:37 +0200    * fai.8: add info about dirinst, add example
546    
547     -- Thomas Lange <lange@debian.org>  Wed, 27 Sep 2006 15:44:46 +0200
548    
549  fai (3~beta21) unstable; urgency=medium  fai (3~beta21) unstable; urgency=medium
550    

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

  ViewVC Help
Powered by ViewVC 1.1.5