/[fai]/trunk/NEWS
ViewVC logotype

Contents of /trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5