/[fai]/trunk/NEWS
ViewVC logotype

Contents of /trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5