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

Diff of /trunk/debian/changelog

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

revision 1684 by lange, Thu Feb 6 16:56:15 2003 UTC revision 2352 by lange, Thu Jul 15 08:40:33 2004 UTC
# Line 1  Line 1 
1  fai (2.4beta) unstable; urgency=low  fai (2.5.5beta) unstable; urgency=low
2    
3      * fai.conf: move make-fai-nfsroot specific variables to make-fai-nfsroot.conf
4      * fix typo in lib/get-boot-info (closes: #242739, #239405)
5      * fix link in fai-guide.sgml (closes: #237794)
6      * fix typo in make-fai-bootfloppy.8 (closes: #238608)
7      * make-fai-bootfloppy: change lilo labels in (closes: #248955),
8        check if -s option is IP-address or hostname, new path for stage files
9      * make-fai-nfsroot: add package dmidecode for some archs, add
10        module-init-tools, libapt-pkg-perl, smartmontools, usbutils, lvm2,
11        raidtools2, jove to nfsroot, do not copy bootsector, use mkelf-linux,
12        new code for creating timezone and localtime (closes: #201440), always
13        show $NFSROOT when copying verbosely, insert newline before adding
14        $FAI_LOCAL_REPOSITORY to sources.list, warning if $FAI_SOURCES_LIST is
15        used, use new make-fai-nfsroot.conf file
16      * create_ramdisk: use tmpfs instead of shm, create dir for discover
17      * fcopy: -i always exists with 0
18      * rcS_fai: if a file /.nocolorlogo exists, do not enable colored
19        logo and let scroll region unchanged
20      * 06hwdetect.source: new call of discover (closes: #248532), be silent
21        when loading modules, use pipe instead of exec for find, mount usbfs
22        after loading an usb module, add $videodrv to additional.var
23      * 11modules.source: moved into 06hwdetect.source
24      * lib/task_sysinfo: first call discover, then load modules using
25        discover, call smarctl for each disk, call lsusb, print partition
26        table with parted
27      * fai-divert: create dummy script only when dpkg-divert will succeeds
28      * fai-savelog: copy LOGDIR recursively, add remote log method none,
29        add -xdev to find
30      * subroutines: use /proc/uptime to determine installation time, use $()
31        instead of backticks, set terror when error occurs, add catnc(),
32        report FAI_FLAGS in one line
33      * subroutines-linux: set terror if error, add sndmon TASKERROR, do not
34        copy kernel image and initrd to install server, remove echo command
35        when defining kernel append parameters as variables
36      * faimond: always flush output
37      * fai-chboot: add option -o, special treatment of hostname default, also
38        list default config file when using -l
39      * install_packages: add option -L, calling system with array should be
40        more efficient, new code for detecting unknown package names uses
41        AptPkg, add subroutine mkpackagelist()
42      * bootsector, bootsector.8 removed
43      * class/LAST.var: removed because $hdparm is not needed any more
44      * class/70partition: remove definition of class FAI_BOOTPART
45      * class/01alias: remove unimportant examles, remove catnc definition,
46        remove beowulf example
47      * DEFAULT/S01: remove copying of bootsector, remove our local stuff
48      * scripts/BOOT: grub-install does not probe floppy drive, use bash,
49        replace backtics with $()
50      * hooks/instsoft.SERVER not needed any more
51      * hooks/savelog.LAST: add more messages to ignore
52      * disk_config/SMALL_IDE: remove partition /fai-boot, make / and /var
53        bigger, /usr smaller
54      * package_config/*: adjust package names to sarge distribution
55      * S40: remove NISLPRCLIENT and bootptab stuff
56      * examples/etc/sources.list: remove proposed updates lines
57      * mkdebmirror: mirror woody and sarge in one directory
58      * new FAQ
59      * THANKS: juergen added
60    
61     -- Thomas Lange <lange@debian.org>  Thu, 15 Jul 2004 10:39:54 +0200
62    
63    fai (2.5.4) unstable; urgency=low
64    
65      * DEFAULT/S01,S20: add async option to export lines
66      * fai-guide.sgml: add info how to boot a SUN Sparc, add URL for Sparc
67      * make-fai-nfsroot: add gnu-efi and silo to arch package lists, add
68        sparc64 arch, ppc arch uses vmlinux not vmlinuz
69      * make-fai-bootfloppy: create and use device.map for grub_floppy
70        (closes: #233018), remove unused ip entry for fixed ip addresses,
71        create iso9660 iso image with option -i
72      * make-fai-bootfloppy.8: add option -i and an example for creating a
73        cdrom image
74      * rcS_fai: add prcopyleft() and fstart(), use mkfifo and tee instead of
75        bash special >(), mount sysfs if available
76      * doc/README.disk_config: add info about lazyformat
77      * THANKS: added holger
78    
79     -- Thomas Lange <lange@debian.org>  Thu, 26 Feb 2004 17:07:31 +0100
80    
81    fai (2.5.3) unstable; urgency=low
82    
83      * make-fai-bootfloppy: call grub in chroot environment, so correct libc
84        is used, add option c and F, DHCP is now default boot protocol, be
85        more verbose
86      * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)
87        add variable nfssize, remove package strace, check if $NFSROOT is set,
88        mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
89        /etc/fai, do not copy fai-chboot to nfsroot, call certain commands in
90        a LC_ALL=C environment, add more verbose messages, new options for
91        mknbi-linux call (closes: #181393), test if FAI_SOURCES_LIST is
92        defined or a sources.list file exists, be verbose when copying
93        important files if option -v is set
94        depmod -a ... || true so it does not stop the whole system
95      * debian/control: replace netboot package with mknbi
96      * debian/dirs: add var/run/fai, remove unused directory utils
97      * debian/prerm: check if $NFSROOT is set, sleep 2 before removing nfsroot
98      * man/make-fai-bootfloppy.8: add new options F and c
99      * man/make-fai-nfsroot.8: add new option c
100      * lib/task_sysinfo: show ide disk geometry
101        remove detect call
102        most text reformated, because subroutine definition removed
103      * doc/Makefile: remove some new tempfiles, add "|| true" to rm so it
104        does not complain
105      * fai-chboot: add option -S, complain when host names are missing for
106        option -r
107      * fai.conf: add packages to the exclude list for debootstrap
108        new name for KERNELPACKAGE
109        add comment how to use NFSROOT_ETC_HOSTS (closes: #219433)
110        remove FAI_SOURCES_LIST examples, use sources.list instead
111        disable FAI_LOCAL_REPOSITORY by default
112        put important variables to the top
113      * examples/etc/sources.list: new file, that shows examples of different
114        access method to the Debian mirror
115      * fai-guide.sgml: describe new handling of sources.list, add manref to
116        make-fai-nfsroot, new line for tftpd in inetd.conf, add info on use
117        without DNS
118      * class/06hwdetect.source: modprobe ide-detect needed for 2.4.24 kernel,
119        remove ide-probe-mod, add isa-pnp
120      * lib/get-boot-info: new code to extract ip parameters, fix problems
121        when one parameter is missing
122      * share/subroutines: islinux() not needed any more, task_chboot: always
123        copy new kernel image to /boot/fai/$HOSTNAME-localboot
124      * apt.conf: replace values yes with true
125      * rcS_fai: new code for task action pipe at the end, new mount option
126        for remounting /dev/root, copyright has one line less
127      * examples/etc/dhcpd.conf: new example for a local 192.168.1 subnet, add
128        nfs mount options to root-path
129      * VERSION: default is kernel 2.4.24
130      * chkdebnames: most parts rewritten
131      * setup_harddisks: typos
132    
133     -- Thomas Lange <lange@debian.org>  Wed,  4 Feb 2004 14:42:40 +0100
134    
135    fai (2.5.2) unstable; urgency=low
136    
137      * rcS_fai: print copyright message in red, set scroll region, add
138        actimeo for nfs mounts
139      * fai.conf: add exim4 packages to exlude list
140      * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
141        package list (closes: #219420), copy preferences from /etc/fai
142        (closes: 219824), use apt-get dist-upgrade instead of upgrade,
143        do not create base.tgz in $NFSROOT/.. and then move file
144      * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
145      * faimond, faimond.8 added
146      * subroutines-linux: add sndmon subroutine, try to connect faimond, on
147        success, enable monitor feature, test if $ret is empty, make it a bash
148        script, show nc output only when debugging
149      * fai-guide.sgml: typo in URL
150      * class/01alias: use other IP-addresses for exmaples
151      * lib/fai-mount-disk: extend regex to support devfs names
152        (closes: #218541)
153      * scripts/DEFAULT/S01: create S61hdparm if $hdparm is not empty,
154        set cdromdevice to SCSI if available, add code for lprng setup if
155        NISLPRCLIENT and LPD
156      * class/LAST.var: do not set a default value for FAI_ACTION, change in
157        comment
158      * add postrm file to remove all files when purging
159      * subroutines: add sndmon messages, script should be bash script, change
160        debug code in ifclass
161      * install_packages: remove pinning info before checking for misspelt
162        package name, usage() points to the man page
163      * fai-setup: chown of /boot/fai
164      * utils/softupdate, lib/prepare_apt: use dist-upgrade
165      * debian/compat created and debian/conffiles removed
166      * scripts/DEFAULT1/S20: add noatime,actimeo=900 options, add linux logo
167        to login messages
168      * sunos/makefile: add fai-savelog to solaris tarball
169      * hooks/savelog.LAST: added "unexpected IO-APIC" to ignore pattern
170      * Fai.pm: test if /var/adm/messages exists
171      * lib/task_sysinfo: add dmidecode call, add sfdisk -d call, change fdisk
172        call
173    
174     -- Thomas Lange <lange@debian.org>  Tue,  6 Jan 2004 15:20:10 +0100
175    
176    fai (2.5.1) unstable; urgency=low
177    
178      * share/subroutines: use $SECONDS instead of date +%s
179      * fcopy: add usage info for -M
180      * add chapter "advanced FAI" to fai guide
181      * dhcclient-perl: add new names to mapping table
182      * lib/create_ramdisk: start devfsd if needed
183      * share/subroutines-linux: task_chboot should return, not exit; copy
184        initrd.img to install server if needed for the kernel
185      * make-fai-nfsroot: add $NFSROOT_ETC_HOST before calling apt-get
186        upgrade; remove mkdir of fai_config
187      * package_config/DEFAULT: add nfs-common for all
188      * examples/simple/scripts/DEFAULT/S01: add -n to head command (closes: #205547)
189      * sunos/scripts/SUNOS/S05: add -t to expand
190      * sunos/bin/newfs:chown -> chmod
191      * make-fai-bootfloppy: use perl one liner to get IP and host name, call
192        grub executable from nfsroot
193      * fai-guide.sgml: fix typos (closes: #204763)
194      * package_config/DEFAULT: always install nscd package for speedup
195      * Makefile: remove mv of NETWORK1; add variable libfiles
196      * rcS_fai,fai-setup: add async to mount and exports options
197    
198     -- Thomas Lange <lange@debian.org>  Fri, 10 Oct 2003 14:58:16 +0200
199    
200    fai (2.5) unstable; urgency=low
201    
202      * add script fai-chboot
203      * add script fai-savelog-ftp
204      * add vaiables to fai.conf: FAI_LOGPROTO LOGSERVER LOGPASSWD; used by
205        fai-savelog-ftp, localhost is default for $installserver
206      * make-fai-nfsroot: add option -f, change to #! /bin/bash, copy
207        resolv.conf to $NFSROOT, add libnet-perl, trap errors, add bad_exit()
208      * make-fai-bootfloppy: bug fix, add root=/dev/nfs (closes: #198568),
209        remove ip=both for fixed ip-address, change to !# /bin/bash
210      * make-fai-bootfloppy.8: add example with fixed IP address
211      * changes in package_config, added XFREE class
212      * install_packages: add force-yes to apt-get install, remove warnings
213        from apt-cache output, limit number of packages used at once using
214        $MAXPACKAGES
215      * bug fix: /proc/cmdline info is trashed when reading a long kernel
216        command line
217      * make-fai-nfsroot: create package list that depends on architecure,
218        make symlink for syslogd
219      * scripts/BOOT: noew code for generating grub entries, add grub entry
220        for memtest; add entries for re-installation
221      * scripts/DEFAULT1/S01: do never fsck ext3 partitions; add -M to some
222        fcopy calls; add user demo; use fcopy for /etc/kernel-img.conf
223      * scripts/DEFAULT1/S20: enable tcp connections for X server for CS_KOELN
224      * fcopy: add option -M and -b; add variables FCOPY_LASTLOG and
225        FCOPY_UPDATELOG; remove substring from an ewarn call
226      * subroutines: append $FAI_ACTION to file $rcsfaivar; faiend must not
227        reboot for SunOS
228      * subroutines-linux: add support for fai-chboot
229      * hook faiend.LAST renamed to savelog.LAST
230      * setup_harddisks: add XFS filesystem support, add sfdisk environment
231        variable
232      * fai-savelog: make a bash script; use -exec instead of xargs because of
233        sunos version of xargs
234      * fai-class: remove comment lines also in the file $HOSTNAME
235      * class/{dom,kueppers}: add NOSECURETTY
236      * lib/get-boot-info: print warning message if no boot protocol was
237        detected, add network info to boot.log if booting from floppy with
238        fixed IP address
239      * chkdebnames: bug in regex fixed
240      * lib/create_resolv_conf: use resolv.conf from installserver if $DOMAIN
241        is not defined
242      * lib/task_sysinfo: call programm sysinfo if available
243      * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks
244        using fcopy, add -i to fcopy calls
245      * scripts/DEFAULT1/S10: create etc/hostname only if fcopy fails, add
246        password protection to grub menu
247      * class/01alias: use classes from file demo if hostname is demohost; add
248        catnc(); use catnc instead of cat
249      * class/11modules.source: now uses code from DEFAULT.mod
250      * examples now live in /usr/share/doc/examples{simple,advanced}
251      * utils move back to doc/examples/utils directory
252      * utils/rshall: add exclude function
253      * class/06hwdetect.source tries to detect video card
254      * Makefile: do not create symlinks (closes: #195377), new directories
255        for examples
256      * rcS_fai: compute and print installation time in seconds
257      * dhcpd.conf: remove unused commands
258    
259     -- Thomas Lange <lange@debian.org>  Wed,  6 Aug 2003 16:02:26 +0200
260    
261    fai (2.4.1) unstable; urgency=low
262    
263      * set correct year in fai guide
264      * dhcp3 support
265      * make-fai-bootfloppy: force ext2 when mounting floppy, blank first
266        sector
267      * make-fai-nfsroot: FAI_BOOT determines which boot protocol to set up,
268        fix ownership of  $NFSROOT/root/.ssh/authorized_keys (closes: #183989)
269      * use ext3 in most disk_config samples
270      * Makefile: do not copy executable twice
271      * minor changes to packages_config/AUDIO
272      * install_packages: call "apt-get clean" to remove unused package files
273      * fai.conf: add FAI_BOOT, add SERVERINTERFACE, add example how to access
274        a mirror created by mkdebmirror via HTTP
275      * S20: bug fix, move inserting $rootpw from GERMAN to any section
276      * fai-class: add . to PATH; test operator == replaced by -eq
277      * DEFAULT/S01: new location for bootsector executable
278      * dhclient-perl: use short hostname
279      * new script fai-do-scripts, contains the do_script() subroutine and
280        task_configure code
281      * QUESTIONAIRE: added questions
282    
283     -- Thomas Lange <lange@debian.org>  Thu,  3 Apr 2003 16:57:12 +0200
284    
285    fai (2.4) unstable; urgency=low
286    
287      * not alles changes in templates/* are listed here, there are to many
288    * use command fai-class to define classes, fai-class writes status of    * use command fai-class to define classes, fai-class writes status of
289      every script to status.log      every script to status.log
290    * make variables local or unset them after use, unset function    * make variables local or unset them after use, unset function
291      definitions after use      definitions after use
292    * create config files for XFree86 4.1    * add config files for XFree86 4.1
293    * many changes in the package_config files    * many changes in the package_config files
294    * bootsector: do not use dpkg to get hardware architecture, add man page    * bootsector: do not use dpkg to get hardware architecture, add man page
295    * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)    * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)
# Line 86  fai (2.4beta) unstable; urgency=low Line 371  fai (2.4beta) unstable; urgency=low
371      matching disks and partitions, write less info to stdout, do not write      matching disks and partitions, write less info to stdout, do not write
372      info to stdout which is written to a separate file, name of partition      info to stdout which is written to a separate file, name of partition
373      table changed from hda.sfdisk to partition.hda      table changed from hda.sfdisk to partition.hda
374      * add sources.list in conf, it's used when FAI_SOURCES_LIST in undefined
375    * fai_modules_off: add block-major-{104,105}    * fai_modules_off: add block-major-{104,105}
376    * remove debian/undocumented    * remove debian/undocumented
377    * install_packages: add option -l, only print the list of packages,    * install_packages: add option -l, only print the list of packages,
# Line 102  fai (2.4beta) unstable; urgency=low Line 388  fai (2.4beta) unstable; urgency=low
388    * move mount2dir to lib directory, echo different messages for verbose    * move mount2dir to lib directory, echo different messages for verbose
389      and debug flags      and debug flags
390    * fcopy bug fix: option -r does not work correctly, when no matching    * fcopy bug fix: option -r does not work correctly, when no matching
391      file for a class is found, do not exit with error, add option -i, -B      file for a class is found, do not exit with error, add option -i and
392        -B, use $LOGDIR, set $ROOTCMD for postinst scripts
393    * templates/package_config: use nfs-kernel-server    * templates/package_config: use nfs-kernel-server
394    * debian/rules: use dh_installman to install manual pages    * debian/rules: use dh_installman to install manual pages
395    * ATA33.var no longer needed, no tuning via hdparm in *.var    * ATA33.var no longer needed, no tuning via hdparm in *.var
396      * lots of updates and additions to the manual
397    
398   -- Thomas Lange <lange@debian.org>  Thu,  6 Feb 2003 17:55:51 +0100   -- Thomas Lange <lange@debian.org>  Thu, 13 Feb 2003 11:45:29 +0100
399    
400  fai (2.3.4) unstable; urgency=low  fai (2.3.4) unstable; urgency=low
401    
# Line 380  fai (2.0.1) unstable; urgency=low Line 668  fai (2.0.1) unstable; urgency=low
668      (closes:  #101899)      (closes:  #101899)
669    * DEFAULT script writes fqdn and short hostname into etc/hosts,    * DEFAULT script writes fqdn and short hostname into etc/hosts,
670      (closes: #101820)      (closes: #101820)
671    * Bug fix. Check if immgen executable is available.    * Bug fix. Check if imggen executable is available.
672    
673   -- Thomas Lange <lange@debian.org>  Thu, 28 Jun 2001 13:33:33 +0200   -- Thomas Lange <lange@debian.org>  Thu, 28 Jun 2001 13:33:33 +0200
674    

Legend:
Removed from v.1684  
changed lines
  Added in v.2352

  ViewVC Help
Powered by ViewVC 1.1.5