/[fai]/trunk/NEWS
ViewVC logotype

Contents of /trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2489 - (show annotations) (download)
Mon Nov 8 14:28:15 2004 UTC (8 years, 7 months ago) by lange
File size: 17016 byte(s)
make release
1 New in FAI 2.6.4
2
3 - bug fixes
4 - install_packages and files in package_config/ have now support
5 for aptitude
6
7 New in FAI 2.6.3
8
9 - make $rootpw not readable for users
10 - use default kernel 2.4.27
11 - fai-setup: add option -e
12 - make-fai-nfsroot: add option -K
13 - add xfs support into the nfsroot
14 - define kernel parameters using $kappend
15
16 New in FAI 2.6.2
17
18 - Workaround to support new tasksel behaviour
19 - fix broken grub entry when using class FAI_BOOTPART
20 - fai-chboot: add option -e
21
22 New in FAI 2.6.1
23
24 - new option -k for make-fai-nfroot only installs a new kernel
25 - catnc() greps now through multiple files
26 - when logging in with ssh all variables for FAI are defined by
27 sourcing /tmp/fai/variables.sh
28 - faireboot sends message to fai monitor daemon
29 - install_packages now supports taskrm (which calls tasksel
30 remove), default number of packages that are install with one
31 command is set to 99
32 - better support for installing a client with a different hostname
33 than during installaion
34
35 New in FAI 2.6
36
37 - make FAI ready-to-use for sarge
38 - make the examples much easier, remove a lot of unused stuff
39 - fai.conf is split into two files, make-fai-nfsroot specific
40 variables are moved to /etc/fai/make-fai-nfsroot.conf
41 - make-fai-nfsroot: more packages for hardware detection included,
42 write a warning if $FAI_SOURCES_LIST is used
43 - rcS_fai: if a file /.nocolorlogo exists, do not enable colored
44 logo and let scroll region unchanged
45 - 06hwdetect.source: better hardware detection uses discover2,
46 load all pci IDE drivers, enables DMA mode for disks, include
47 code of 11modules.source
48 - task_sysinfo: show serial numbers of hard disks, show usb
49 information
50 - tasks can set return code ($terror) so faimond receives it
51 - faimond receives more messages
52 - fai-chboot: new options -d, can use localboot, so we need not
53 copy the kernel image and initrd to the install server
54 - grub-install does not probe floppy drive (which can hang the system
55 for a long time)
56 - install_packages: add option -L, new code for detecting unknown
57 package names which uses perl module AptPkg
58 - mkdebmirror: mirrors now woody and sarge in one directory
59
60 New in FAI 2.5.4
61
62 - fix bug in make-fai-bootfloppy when using -f
63 - make-fai-bootfloppy: added option -i that creates a bootable
64 ISO9960 cdrom image
65 - some sparc and PowerPC adjustments
66
67 New in FAI 2.5.3
68
69 - default kernel is 2.4.24
70 - add option -c to make-fai-{nfsroot,bootfloppy} to define a
71 different configuration directory than /etc/fai
72 - make-fai-bootfloppy: add option -c and -F, now DHCP is the
73 default protocol when -d is not used
74 - fai.conf: exclude more packages from debootstrap
75 adjust KERNELPACKAGE to new name (since fai-kernels_1.6)
76 put important variables to the top
77 remove some comments
78 - fai-chboot: new option -S sets FAI_ACTION=sysinfo
79 - The variable FAI_SOURCES_LIST is now obsolete,
80 use /etc/fai/sources.list or /etc/apt/sources.list instead
81 - new examples for sources.list in
82 /usr/share/doc/fai/examples/etc/sources.list
83 - remove some packages that are not needed and not available in
84 sarge
85 - utility chkdebnames mostly rewritten
86 - package recommends mknbi, and does not work with netboot package
87 when using BOOTP
88
89 New in FAI 2.5.2
90
91 - fai monitor daemon added, see faimond(8)
92 - colored copyright message on console
93 - variable hdparm included again; can be used if the kernel does
94 not enables DMA for brand new IDE controllers by default
95 - package names can contain pinning information
96 - preferences file is copied from /etc/fai if it exists
97 - default kernel version is 2.4.22
98 - bug fixes
99
100 New in FAI 2.5.1
101
102 - minor bug fixes
103 - added chapter to the fai guide how to receive the configuration
104 space using CVS
105 - initrd support when booting new kernel via network
106
107 New in FAI 2.5
108
109 - a new section in the manual which describes a simple
110 installation example. Read the chapter 'For the impatient user'
111 - old templates now split into simple and advanced examples. They
112 are located in /usr/share/doc/fai/examples/{simple,advanced}
113 - added script fai-chboot which manages the network boot
114 configuration files for PXE boot
115 - the installation time is printed in seconds
116 - menu entries for grub now works also if /boot is a separate
117 partition
118 - number of packages installed at a time can be limited (use
119 $MAXPACKAGES)
120 - log files can be saved using FTP protocol
121 - the files in /fai/class that are list of classes can contain
122 comment lines. All lines starting with a hash are ignored
123 - syslogd now works during installation
124 - add an grub entry for memtest86 if installed
125 - do not fsck ext3 partitions
126 - add -M option to fcopy
127 - make-fai-nfsroot: new option -f; print error message if it fails
128 - a new example configuration for a demo host using GNOME, DHCP
129 - added XFS support to setup_harddisks
130 - files class/*.mod and modules.log removed, use 11modules.source
131 instead
132 - packages for xfree server now in file/class XFREE
133 - added SunOS support; you can install Solaris using FAI
134 - bug fixes as always
135
136 New in FAI 2.4.1
137
138 - use dhcp3, dhcp support was broken in FAI 2.4
139 - disk_config examples are using ext3 file systems
140 - add SERVERINTERFACE to fai.conf
141 - add FAI_BOOT to fai.conf; the list of boot protocols to set
142 up (boot or dhcp or both)
143 - DHCP install kernel file /boot/fai/installkernel renamed to
144 vmlinuz-install
145 - new script fai-do-scripts; include the functions from do_script
146 and task_configure, this makes the Solaris port easier
147 - some bug fixes
148
149 New in FAI 2.4
150
151 - Era Erikson did some great work on proofreading all manuals and
152 script comments. Great work Era!
153 - lots of updates in the fai guide
154 - use the script fai-class for defining classes; scripts in class/
155 must not have prefix S; the following command renames your
156 existing scripts so they will work with the new command:
157 rename 's/S(\d\d.+)(\.sh|\.pl)/$1/' S*
158 the order of scripts executed has slightly changed; all classes
159 from the file $HOSTNAME are defined after the scripts in class/
160 are executed; the suffix .sh or .pl is not needed any more,
161 fai-class has a manual page
162 - kernel 2.4.20 is the default kernel during installation
163 - USB keyboard support during installation
164 - make-fai-bootfloppy creates a more generic boot floppy which
165 uses grub or lilo as boot loader, it supports more than one boot
166 protocol, more disk space is available on the floppy
167 - the exit status of every hook and script is written to
168 status.log
169 - the hook faiend.LAST parses all log files for warnings and
170 errors and writes them to error.log
171 - variable.sh lists all variables defined after task defvar has finished
172 - FAI_LOCATION is now defined in fai.conf, FAI_ACTION is defined
173 in LAST.var, do not use T170 and T171 via a BOOTP or DHCP server
174 (but it is still possible)
175 - hooks can make their tasks to be skipped (as in fai 2.2)
176 - templates scripts and config files has been rewritten and added
177 (eg. WWWKIOSK, a notebook with Windows and Linux)
178 - a new default location for the Debian mirror (in mkdebmirror and
179 fai.conf)
180 - much of reorganizing the code, but this does not change the user
181 visible behavior
182 - some functions that were defined as shell subroutines are now
183 separate scripts in /usr/lib/fai (fai-class, create_ramdisk,
184 prepare_apt, fai-divert, fai-savelog, task_sysinfo, ...), they
185 are not standalone script, most of them only work in the fai
186 environment, this should solve the problems with a too big
187 environment (when using xargs)
188 - PATH always starts with /usr/local/{sbin,bin}
189 - new FAI_FLAG syslogd starts log daemons (syslogd and klogd) only
190 on demand
191 - save log files to host $LOGSERVER if defined, otherwise use
192 $SERVER
193 - make-fai-nfsroot always does setup for dhcp and bootp, and uses
194 following sources to create the file sources.list for the
195 nfsroot: the variable $FAI_SOURCES_LIST or the files
196 /etc/fai/sources.list or /etc/apt/sources.list
197 - you can add a list of classes after the PACKAGE command in files
198 in package_config, so the following packages will only be
199 installed for this class (Please only use this in the file
200 package_config/DEFAULT)
201 - fcopy has new option -i and -B
202 - the variable addpackages can contain a list of packages without
203 their version number, therefore /fai/files/packages should be a
204 simple repository
205 - a lot of bug fixes
206
207 New in FAI 2.3.4
208
209 - the default name for fai kernel-image package has changed to
210 kernel-image-2.2.20_fai1_i386.deb, since the package fai-kernel
211 >=1.4 contains install kernels which support both the BOOTP and
212 DHCP protocol
213
214 New in FAI 2.3.3
215
216 - important bug fix (wrong symlink for rcS_fai)
217 - copy id_dsa* and id_rsa* files in make-fai-nfsroot
218 - use strict enabled in perl scripts
219 - add "append ip=dhcp" in pxelinux.cfg/default
220 - minor changes in package_config files
221 - setup_harddisks default fs type changed from auto to ext2
222
223 New in FAI 2.3.2
224
225 - minor bug fixes
226 - minor changes in package_config files
227 - use discover command for hardware detection and loading of scsi
228 kernel modules in class/S03hwdetect.source
229 - use swap partitions during installation if available
230
231 New in FAI 2.3.1
232
233 - some minor bug fixes
234 - add variable $addpackages to DEFAULT.var
235 - $FAI_SUBDIR renamed to $FAI_SHAREDIR (fai.conf)
236 - changes in package_config files
237 - additional method to determine all ethernet devices
238 - manual updates for woody
239 - added a lot of comments into shell script
240 - add option -m to make-fai-bootfloppy
241
242 New in FAI 2.3
243
244 - all default configurations are for Debian 3.0 aka woody
245 - /etc/fai.conf moved to /etc/fai/fai.conf
246 - moved some variables from fai.conf to class/*.var
247 - add FAI_DEBOOTSTRAP_OPTS to fai.conf
248 - temporary files are stored to $LOGDIR (default to /tmp/fai/),
249 can be set in fai.conf using mktemp if desired
250 - log files for every new run are stored in a separate directory,
251 last-$FAI_ACTION is pointing to the last log directory
252 - if a task is skipped, also all its hooks are skipped
253 - uname -s in uppercase is also a default class
254 - all class/S[0-9]*.source scripts are sourced
255 - hooks that end in .source are sourced (formerly .sh), so they
256 can define variables
257 - new adddivert routine; make a diversion for a file and add it to
258 the list of all diversions; you need not care about removing the
259 diversion; the finish task will do this for you
260 - class/*.mod files can now define variables
261 - new examples class/S30menu.source (was hook/install.MENU)
262 - /fai can be a different location using $FAI in fai.conf
263 - /fai can be retrieved from a CVS repository: (see variables
264 FAI_LOCATION, FAI_CVSROOT, FAI_CVSMODULE) and create a
265 /etc/fai/.cvspass
266 - /etc/apt/preferences will be copied to nfsroot
267 - additional manual pages for fai-setup, make-fai-nfsroot,
268 make-fai-bootfloppy, install_packages
269 - setup_harddisks: called with option -d (DOS alignment)
270 support for ext3 and disk controllers using /dev/ida/, /dev/rd/
271 and /dev/cciss (Compaq SMART2 raid array and Mylex DAC960 PCI
272 RAID controller)
273 - make-fai-bootfloppy can write to a file, creates environment for
274 DHCP using pxelinux, does not copy System.map to floppy (now
275 more space left for the kernel image), new option -s
276 - bootpc and dhcp request will use only active network devices
277 ($netdevices_up determined by netdevice_info()) by default,
278 which can be overwritten with $netdevices
279 - add a hint how to set up the kernel automounter for scratch
280 partitions
281 - fcopy skips CVS directories, executes postinst script if file
282 was copied, new options -L and -P
283 - added prtnetgr script which prints a flat list of all hosts
284 belonging to a netgroup
285 - execute all /fai/scripts/$class/S[0-9]* scripts if this
286 directory exists, so it's possible to execute multiple scripts
287 for one class; see examples in scripts/NETWORK/ and scripts/DEFAULT/
288 - use shm (was tmpfs) for ramdisk if available
289 - mkdebmirror uses passive ftp mode
290 - task sysinfo calls kudzu
291 - added THANKS file
292
293 New in FAI 2.2.3
294
295 - woody support improved, but the default configuration is still
296 for potato
297 - added disk configuration for Beowulf nodes
298 - Wake on LAN section added to FAI guide
299 - reiserfs support in setup_harddisks (thanks to Diane Trout)
300 - make-fai-nfsroot -v output can be redirected to a file
301 - sysinfo also uses detect and discover to probe for hardware
302 - utilities moved to /usr/share/fai/utils
303 - install_packages checks all package names. If a package name is
304 misspelled, it will be removed from the installation list
305 - added class NOGETTY
306 - package_config: new action "hold", PRELOAD can use a file: url
307
308 New in FAI 2.2.2
309
310 - bug fix: getting dhcp information
311 - added jmon to BEOWULF
312
313 New in FAI 2.2.1
314
315 - FAI_FLAGS can be space or comma separated. They must be space
316 separated in bootptab. Use a comma to separate them as
317 additional kernel parameters.
318 - bootp requests on multiple ethernet devices show device name
319 (Thanks to Geert Stappers)
320 - script all_hosts doesn't use hardcoded list of hosts any more;
321 now it uses the netgroup allhosts
322
323 New in FAI 2.2
324
325 - the fai guide has a new chapter about building a Beowulf cluster
326 - new utilities for Beowulf cluster: all_hosts and rshall
327 - new utility softupdate for updating packages on a running system
328 - improved example for diskless hook
329 - major reorganization of the rcS_fai code; most parts are moved
330 to the subroutines file
331 - source /fai/hooks/subroutines if file exists; here you can define
332 your own subroutines or redefine FAIs subroutines
333 - most tasks are now executed via task() and the name of the task
334 as option. This subroutine looks for a hook with the given name
335 and executes it. Hooks can skip the default task of FAI (called
336 task_<name>) by using skiptask(). So, hooks can replace the
337 default behavior, and not only add functions to the
338 installation process
339 - hooks can define classes by writing class names to
340 /tmp/additional-classes and variable by writing line to
341 /tmp/additional.var
342 - new hooks/tasks added
343 - classes and variables are now defined in the very beginning
344 before task_action is called and $FAI_ACTION is evaluated
345 - FAI_ACTION can be any user defined value. FAI is looking for a
346 command in /fai/hooks/$FAI_ACTION and executes it.
347 - log file prepare-apt.log renamed to updatebase.log
348 - debian-non-US in local mirror script (mkdebmirror) has new location
349 - new type "PACKAGE taskinst" in package_config can install new
350 task packages (for Debian 3.0 and later releases)
351 - get_bootp_inf() and get_dhcp_info() support multiple ethernet
352 devices via $netdevices
353 - $netdevices can be set or automaticly determined to the list of
354 ethernet devices
355 - make-fai-bootfloppy: handle symlinks of lilo 21.5 and newer
356 - tlink can show symlink of a host or all file in /boot/fai
357 - new classes NOSECURETTY, BEOWULF, NOTCPD
358
359 New in FAI 2.1
360 - NEWS file added (you found it already ;-), which contains the
361 user visible changes; changelog file is for developers
362 - woody support
363 - define $FAI_DEBOOTSTRAP for using debootstrap
364 - you can add your own functions using hooks (read the manual)
365 - /fai/fai_config not used anymore, replaced by a hook
366 - setup_harddisk does not complain when root partition is not in
367 the first 8GB, do not complain if not a primary partition
368 - no more problems when using other locales
369 - support for diskless clients
370 - grub support, new class LILO and GRUB
371 - new flag createvt; add this to FAI_FLAGS to get two additional
372 terminals and ctrl-c will interrupt the installation
373 process. Otherwise ctrl-c will reboot and no terminals are
374 available. In the past, this function was enabled by default.
375 Add createvt to FAI_FLAGS to get the old behavior.
376 - before any classes are defined using the scripts in /fai/class,
377 the classes DEFAULT, $HOSTNAME and LAST are defined
378 - new utility chkdebnames can check package names for a certain
379 distribution

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5