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

Contents of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2937 - (hide annotations) (download)
Sun Oct 9 11:44:14 2005 UTC (7 years, 7 months ago) by lange
File size: 58630 byte(s)
remove package fai, add package fai-server and fai-client
1 lange 2930 fai (2.9) unstable; urgency=low
2    
3 lange 2937 * splitting binary package fai into fai-server, fai-client, fai-doc
4 lange 2930
5     -- Thomas Lange <lange@debian.org> Sat, 8 Oct 2005 21:28:29 +0200
6    
7 lange 2909 fai (2.8.4) unstable; urgency=high
8 lange 2908
9     * fix important bug: remove non-US entry (closes: #310392)
10 lange 2909 * package_config: remove nonfree package t1-xfree86-nonfree from
11     examples (closes: #310705)
12 lange 2908
13 lange 2909 -- Thomas Lange <lange@debian.org> Wed, 25 May 2005 13:59:39 +0200
14 lange 2908
15 lange 2898 fai (2.8.3) unstable; urgency=high
16 lange 2889
17 lange 2903 * fix a serious bug, remove debconf support (closes: #309209), debconf
18 lange 2898 support may be included again after sarge
19 lange 2903 * fix important bug, do not delete files in /etc/fai (closes: #309707)
20 lange 2889 * control: remove dependency on debconf
21     * postinst, postrm: remove debconf code
22     * rules: do not call dh_installdebconf
23     * remove debian/config, debian/template
24     * remove files in debian/po: POTFILES.in de.po fr.po templates.pot
25     * fai.conf: set placeholder for installserver, since debconf will not
26     set it any more
27 lange 2902 * conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org
28     instead of debconf's default values
29 lange 2889 * man/fai-chboot.8: minor document patch (closes: #309138, 309142)
30     * fai-guide.sgml: minor document patch, move section "For the impatient
31 lange 2894 user" to the front (closes: #309134, #309556)
32 lange 2889 * README.build-sources: add memo to use -ICVS in the future
33    
34 lange 2903 -- Thomas Lange <lange@debian.org> Thu, 19 May 2005 15:54:18 +0200
35 lange 2889
36 lange 2877 fai (2.8.2) unstable; urgency=high
37    
38     * remove old unused scripts from cvs source
39     * updatebase: use mktemp for creating temp file, this closes a serious
40     security bug (closes: #307838)
41     * fai: create dir only during initial installation, fixes a critical bug
42     (closes: #307632)
43     * subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes
44     important bug (closes: #307631)
45    
46     -- Thomas Lange <lange@debian.org> Fri, 6 May 2005 09:23:34 +0200
47    
48 lange 2832 fai (2.8.1) unstable; urgency=low
49    
50 lange 2862 * only minor bug fixes, no major changes to the code, but a lot of them
51 lange 2838 * make-fai-bootfloppy: add missing $ to variable (closes: #304824)
52 lange 2862 * install_packages: add missing aptitude-r call (closes: #305544),
53     add $qopt and $devnull, used when install_packages is called with
54     verbose from fai-mirror
55 lange 2832 * fai-mirror: fix wrong path (closes: #304179), remove needless test if
56 lange 2862 mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not
57     when $addpackages is empty
58 lange 2850 * fai: added $COLOR_FAI_LOGO, which is off when doing softupdate
59 lange 2832 * fai-cd: add test if mkinitrd-cd is available
60     * fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283)
61     * savelog.LAST: add error message to global pattern
62 lange 2845 * make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses
63     dpkg --print-installation-architecture instead of another call which
64 lange 2862 needed gcc, change comment
65 lange 2845 * make-fai-nfsroot: split i386 and amd64 packages list, remove packages
66     from amd64 which are not available (closes: #306264)
67     * menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION
68 lange 2850 (closes: 305861)
69 lange 2838 * install_packages.8: remove option -f
70     * make-fai-nfsroot.8: remove wrong information (closes: #304980)
71     * control: add grub to suggests
72 lange 2845 * rules: make hooks and postinst script executable
73 lange 2850 * FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may
74     hang the system
75     * fr.po: added french debconf templates (closes: #306232)
76     * de.po, templates.pot: remove fuzzy lines
77     * README.disk_config: add notes about boot option
78 lange 2862 * debian/postinst: replace sed -i with perl -pi -e since old sed does
79     not support -i
80     * fai-setup: change informational message
81     * fai-mount-disk: mount file systems read only
82     * 50-host-classes: move host specific class definitions to new script
83     * fai-guide.sgml: fix typos and other minor mistakes
84 lange 2832
85 lange 2869 -- Thomas Lange <lange@debian.org> Sat, 30 Apr 2005 21:20:53 +0200
86 lange 2832
87 lange 2825 fai (2.8) unstable; urgency=high
88 lange 2683
89 lange 2799 * remove ext2resize from $packages (closes: #303565)
90     * major rewrite of simple examples (closes: #290554)
91 lange 2825 * make-fai-nfsroot.8: add info about nfsroot location (closes: #303915)
92     * fai-guide.sgml: major update for new release
93 lange 2799 * setup_harddisks: add support for device names disk1 and disk2,
94     reformat some output, print some messages only if $verbose is set
95     * rcS_fai: renamed to fai, add manual page fai.8
96 lange 2683 * fai: add $rundir, remove unused dirs at the end, call set_disk_info
97     before task_defvar, add variable $DO_INIT_TASK, add code for
98 lange 2799 softupdate support, rename rcS.log to fai.log, add copyright message
99     to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq
100 lange 2683 * apt.conf: replace force-confnew with force-confdef
101     * make-fai-nfsroot: use dpkg --print-installation-architecture instead
102 lange 2799 off uname -m, add arch dependent package name to, remove "" for
103     matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty
104     $NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv
105     * make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to
106     local class-C network, remove ext2resize until available again
107 lange 2683 * subroutines: add task softupdate, add support for softupdate, add
108 lange 2799 $DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for
109     disabling swap partitions, test $DO_INIT_TASK always with -eq, use
110     /var/log/fai/FAI_CLASSES
111 lange 2683 * subroutines-linux: script prepare_apt is now updatebase, add support
112 lange 2799 for softupdates, add task_prepareapt, sliently skip task_chboot if
113     LOGUSER is undefined, $disklist now sorted, print setup_hardisks
114     output also to console
115 lange 2683 * install_packages: cleanup of multiple packages with different
116     install/remove operations, add installable(), check if a package is
117     listed in a package index and not only in the dpkg database, add
118 lange 2799 force-confdef and force-confold to apt-get, install_packages.conf
119     unused, remove -f, sub read_config_file
120     * fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]*
121     also supported for backwards compatibility
122 lange 2683 * fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch
123 lange 2799 dependent packages defined in make-fai-nfsroot, replace sed with bash
124     builtin, add $debdist, return if $addpackages is empty
125     * fai-chboot: change message
126 lange 2825 * load_keymap_consolechars: much simpler code
127 lange 2683 * create_ramdisk: create /tmp/var/run/fai
128 lange 2799 * fai.conf: installserver will be set by debconf, by default LOGUSER is
129     unset
130     * sources.list: insert MIRRORHOST which will be replaced by debconf data
131 lange 2683 * Makefile: install device2grub to new location, rename rcS_fai to fai
132     * control: add libapt-pkg-perl for install_packages, remove dependency
133     on nfs, because fai can also only be used for softupdate
134     * postrm: cleanup debconf data on purge
135 lange 2799 * postinst: use debconf
136 lange 2683 * rules: add dh_installdebconf call, remove chmod of rcS_fai
137 lange 2799 * utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg
138 lange 2683
139 lange 2825 -- Thomas Lange <lange@debian.org> Sat, 9 Apr 2005 23:43:27 +0200
140 lange 2683
141 lange 2655 fai (2.7) unstable; urgency=high
142 lange 2654
143     * closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm
144     (closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES
145     * closes important bug, make-fai-nfsroot: use resolv.conf from install
146     server during creation of nfsroot (closes: #301230)
147     * rcS_fai: set classes before fai-class is called (closes: #301179), set
148     hostname if HOST was specified on the commandline
149     * fcopy: fix wrong variable name
150     * package_config/KERNEL_SOFT: replace `echo $kernelversion` in package
151     name with 2.6.8
152     * fai-guide.sgml: fix a lot of broken http links, add info for fai-cd
153     * install_packages: add setdownloadonly() and $opt_d
154     * conf/install_packages.conf removed
155     * fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(),
156     allow - in class names, add option -a, call install_packages with -d,
157     add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not
158     defined, log aptitudes actions to /dev/null
159     * fai-mirror.1: add option -a
160     * install_packages.8: add option -d
161     * add fai-cd script for creating a bootable FAI CD image (closes: #265444)
162     * add fai-cd.8 man page
163     * add conf/menu.lst: needed by fai-cd
164     * control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on
165     debhelper greater version 3
166     * class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package
167 lange 2657 * fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd
168     to it
169 lange 2654
170 lange 2657 -- Thomas Lange <lange@debian.org> Fri, 25 Mar 2005 23:51:34 +0100
171 lange 2654
172 lange 2625 fai (2.6.7) unstable; urgency=low
173 lange 2619
174     * add task debconf (closes: #136503)
175     * new script fai-debconf
176 lange 2625 * add manual page fai-debconf.1
177 lange 2619 * control: use nfs-kernel-server by default (closes: #293876)
178     * QUESTIONNAIRE: minor update
179     * packages_config/XFREE: remove some -dev packages
180     * packages_config/SERVER: remove symlinks
181     * packages_config/DEFAULT: add debconf-utils
182     * replace backticks with $()
183     * fai-do-scripts: use local variables, make it a bash script
184 lange 2625 * fai-guide.sgml: update for debconf support, add aptitude in
185     install_packages config
186 lange 2619
187 lange 2625 -- Thomas Lange <lange@debian.org> Thu, 10 Mar 2005 11:00:05 +0100
188 lange 2619
189 lange 2601 fai (2.6.6) unstable; urgency=medium
190 lange 2511
191 lange 2601 * 06hwdetect.source: add comment, add class NVIDIA which is not currently
192     used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with
193     $(), discard error messages from modprobe, enable dma mode for ide
194     devices (with fai CD it was not enabled)
195 lange 2537 * make-fai-nfsroot: use "" when testing variables, add link for
196     discover, remove resolv.conf created by debootstrap (closes: #281264),
197     create list of all packages in base.tgz, add packages for x86_64,
198     remove unneeded files in $FSROOT/etc/fai
199     * ftar: bug fix do not do recursive removal if $target/$dir is /
200 lange 2589 * fai-guide.sgml: fix typos (closes: #287150), add info about
201 lange 2601 /files/packages/ (closes: #290359)
202     * add task_savelog to die() (closes: #290526)
203 lange 2560 * make-fai-bootfloppy: bug fix: support /media directory, choose last
204     installed kernel if more than one kernel is installed in nfsroot
205     * setup_harddisks: bug fix: redefined mountpoint are too often reported,
206 lange 2537 allow space before primary and logical keyword
207     * create_ramdisk: bug fix: make directory for discover
208 lange 2560 * fai-setup: typo in variable name (closes: #289271), reload nfs server
209     instead of restart, read make-fai-nfsroot.conf, use variable
210     FAICLIENTS
211 lange 2585 * fai-class: bug fix: option -T hangs the script, make it a bash script,
212     replace backticks `` with $(), bad variable name in testclass()
213 lange 2537 * share/subroutines: bug fix: cd to / so umount -a will not fail too
214 lange 2560 often, kill sshd before rebooting, umount $target/proc before
215     umounting all otger file systems, copy FAI_CLASSES variables.sh
216     disk_var.sh to $target/var/log/fai
217 lange 2585 * fai-chboot: bug fix: do not fail on subnet IP addresses, test if host
218     lookup is possible before calling $h->name (closes: #290007)
219 lange 2601 * install_packages: add option -f, add command{pending},
220 lange 2560 command{dpkgc}, print max number of packages only in verbose mode
221 lange 2601 * install_packages.8: add option -f, add info about
222 lange 2560 install_packages.conf
223 lange 2570 * new config file: install_packages.conf, used for fai-mirror(1)
224 lange 2585 * rcS_fai: remount / with noatime, set variables if booting from CD, set
225     hostname to $HOST it was unset, remove unused variable, minor code
226     cleanup
227 lange 2560 * DEFAULT/S01: add copying of /etc/modules
228 lange 2537 * DEFAULT/S10: add message where grub writes boot record
229 lange 2585 * class/01alias: add class FAICD if running from fai CD, add classes for
230     host gnomehost (used by fai-cd)
231 lange 2537 * package_config/DEMO: replace install with aptitude
232 lange 2560 * make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev
233 lange 2572 * script/LAST: enable shadow passwords for passwd and group in examples,
234     eject cdrom when running from fai CD
235 lange 2560 * task_sysinfo: call hwinfo if available
236 lange 2568 * fai-savelog: do not save remotely if $LOGSERVER is not set
237     * new command fai-mirror and manual page fai-mirror.1
238 lange 2589 * .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model
239 lange 2601 * .../XF86CXonfig-4/MATROX: removed because DEFAULT works now
240 lange 2511
241 lange 2601 -- Thomas Lange <lange@debian.org> Fri, 21 Jan 2005 04:24:26 +0100
242 lange 2511
243 lange 2496 fai (2.6.5) unstable; urgency=medium
244    
245     * install_packages: bug fix. Do not remove package names which are
246     search patterns for aptitude, read /etc/fai/install_packages.conf if
247     it exists
248     * hooks/savelog.LAST: add patterns that will be ignored
249     * fcopy: add support for svn and arch, add option -I, use variable
250     $FCOPY_IGNOREDIRS if set
251     * fcopy.8: add option -I
252    
253     -- Thomas Lange <lange@debian.org> Thu, 11 Nov 2004 15:14:08 +0100
254    
255 lange 2489 fai (2.6.4) unstable; urgency=medium
256    
257     * add missing Beowulf examples
258     * fai-guide.sgml: fix error in link
259     * fai-start-stop-daemon: add short options, because so some init.d
260     scripts use them
261     * rcS_fai: do not use -t when remounting
262     * make-fai-nfsroot: print error when $KERNELPACKAGE is not found, add a
263     package for alpha architecture
264     * share/subroutines: do not dump variable $HOME and $PWD to variables.sh
265     * doc/QUESTIONNAIRE: typos, add example for answer
266     * install_packages: use warn instead of print for warning and verbose
267     messages, add aptitude support
268     * Fai.pm: add () to subroutine calls
269     * prerm: do not exit when nfs server reload fails (closes: #279024)
270     * setup_harddisks: add $devdisklist to call of sfdisk (closes: #276033)
271     * preparte_apt: divert programs before calling apt-get update
272     * subroutines-linux: redirect stdin of install_packages unless in debug
273     mode (closes: #264727)
274    
275     -- Thomas Lange <lange@debian.org> Mon, 8 Nov 2004 14:38:58 +0100
276    
277 lange 2462 fai (2.6.3) unstable; urgency=high
278    
279     * subroutines: remove $rootpw from variables.sh (closes: #270871)
280     * update to kernel 2.4.27
281     * make-fai-nfsroot: force link creation of ifstate (closes: #270463),
282     use /etc/shadow in $NFSROOT
283     * make-fai-makefsroot.conf: add xfsprogs and xfsdump packages, adjust
284     size, install with chmod 0600 (closes: #270666, #271113)
285     * DEFAULT/S10: removed: add auto to /etc/modules
286 lange 2466 * class/DEFAULT.var: use single quotes instead of double quotes,
287 lange 2468 $kappend contains kernel parameters, new default kernel package
288     kernel-image-2.4.27-1-386
289 lange 2462 * scripts/DEFAULT/S20: remove unused action
290     * packages_config/DEFAULT: add iproute to NETTOOLS
291     * make-fai-nfsroot.8: add info about make-fai-nfsroot.conf,
292     add option -K which first removes all kernels from nfsroot
293     (make-fai-bootlfoppy is broken if multiple kernels are in the nfsroot)
294     * fai-setup: add option -e which does not set up nfs environment, which
295     may hang some production systems for a while
296     * fai-setup.8: add info for new option
297 lange 2464 * Makefile: install make-fai-nfsroot.conf with 0600
298 lange 2462
299 lange 2468 -- Thomas Lange <lange@debian.org> Mon, 13 Sep 2004 18:40:36 +0200
300 lange 2462
301 lange 2448 fai (2.6.2) unstable; urgency=high
302    
303     * install_packages: fix broken taskinst action, workaround for new
304     tasksel behaviour
305     * DEFAULT/S10: fix broken grub entry for FAI_BOOTPART when two kernels
306     are in the nfsroot
307     * fai-chboot: add option -e the opposite of -r, uses nearly the same code
308    
309     -- Thomas Lange <lange@debian.org> Thu, 26 Aug 2004 20:09:15 +0200
310    
311 lange 2442 fai (2.6.1) unstable; urgency=medium
312 lange 2410
313     * catnc() greps through more than one file
314     * changlog messages of fai-setup moved from 2.5.2 to 2.6
315     * hooks/savelog.LAST: add package names which include the string "error"
316     as ignorepatterns
317     * make-fai-nfsroot.conf: add portmap again, since nis setup needs it
318     * make-fai-nfsroot: add option -k which installs a new kernel for the
319     nfsroot (closes: #256187), /root/.profile sources variables.sh, test
320     if $NFSROOT/prco/self exists before umount, kernel_install() includes
321 lange 2441 all code for installing the kernel, create dir $NFSROOT/var/state only
322     when not already existing, call umount_dirs and reset trap exit for
323     normal finishing script
324 lange 2428 * control: recommends dhcp3-server (closes: #263260), update to
325     standards 3.6.1, remove sp from build-depends
326 lange 2410 * rcsfai.var is not needed any more
327     * share/subroutines: do not dump readonly variables to variables.sh
328     * faireboot: make it a bash script, source variables.sh, source
329     subroutines, send message to faimond
330 lange 2420 * fai-divert: do not execute if dpkg-divert is not available
331     * install_pacakges: add support for tasksel remove, set default number
332     of packages from 4711 to 99
333     * package_config/COMPILE: replace task c-dev by list of packages names
334     * prepare_apt: make diversion of invoke-rc.d
335     * rules: call dh_clean after make clean
336 lange 2428 * prerm: test if $nfsserver is empty (closes: #263906)
337     * NETWORK/S40: remove /etc/hosts from fcopy list
338     * DEFAULT/S20: add async to export options
339     * fai-savelog: define $HOSTNAME to output of command hostname
340     * subroutines-linux: task_chboot() use `hostname` instead of $HOSTNAME,
341     sndmon() use $sndhostname instead of $HOSTNAME
342 lange 2441 * remove doc/README.package_problems
343     * fai-guide.sgml: add hint about dhcpd/nfsroot (closes: #264486), fix
344     typos
345 lange 2410
346 lange 2442 -- Thomas Lange <lange@debian.org> Mon, 9 Aug 2004 14:02:13 +0200
347 lange 2410
348 lange 2397 fai (2.6) unstable; urgency=low
349 lange 2243
350 lange 2410 * fai-setup: fix hostname detection when hostname includes a dash -,
351     pass all fai-setup options to make-fai-nfsroot (closes: #255830)
352 lange 2313 * fai.conf: move make-fai-nfsroot specific variables to make-fai-nfsroot.conf
353 lange 2243 * fix typo in lib/get-boot-info (closes: #242739, #239405)
354     * fix link in fai-guide.sgml (closes: #237794)
355     * fix typo in make-fai-bootfloppy.8 (closes: #238608)
356     * make-fai-bootfloppy: change lilo labels in (closes: #248955),
357 lange 2382 check if -s option is IP-address or hostname, new path for stage
358     files, remove install= line for lilo.conf, newer lilo does not need
359     boot-menu.b, added support for old an new lilo
360 lange 2243 * make-fai-nfsroot: add package dmidecode for some archs, add
361 lange 2327 module-init-tools, libapt-pkg-perl, smartmontools, usbutils, lvm2,
362 lange 2397 raidtools2, hwinfo, remove portmap package, jove to nfsroot, do not
363     copy bootsector, use mkelf-linux,
364 lange 2352 new code for creating timezone and localtime (closes: #201440), always
365 lange 2327 show $NFSROOT when copying verbosely, insert newline before adding
366 lange 2313 $FAI_LOCAL_REPOSITORY to sources.list, warning if $FAI_SOURCES_LIST is
367 lange 2382 used, use new make-fai-nfsroot.conf file, divert discover-modprobe,
368 lange 2397 add -q to depmod, create var/state dir, add subroutine fdivert(),
369     use fdivert instead ov ln or mv commands
370 lange 2243 * create_ramdisk: use tmpfs instead of shm, create dir for discover
371 lange 2284 * fcopy: -i always exists with 0
372 lange 2243 * rcS_fai: if a file /.nocolorlogo exists, do not enable colored
373     logo and let scroll region unchanged
374 lange 2284 * 06hwdetect.source: new call of discover (closes: #248532), be silent
375     when loading modules, use pipe instead of exec for find, mount usbfs
376 lange 2382 after loading an usb module, add $videodrv to additional.var, load
377     different modules when using a 2.4 or 2.6 kernel
378     * 11modules.source: moved into 06hwdetect.source
379 lange 2284 * lib/task_sysinfo: first call discover, then load modules using
380 lange 2352 discover, call smarctl for each disk, call lsusb, print partition
381     table with parted
382 lange 2243 * fai-divert: create dummy script only when dpkg-divert will succeeds
383     * fai-savelog: copy LOGDIR recursively, add remote log method none,
384     add -xdev to find
385 lange 2284 * subroutines: use /proc/uptime to determine installation time, use $()
386 lange 2352 instead of backticks, set terror when error occurs, add catnc(),
387 lange 2397 report FAI_FLAGS in one line, send message to faimond when starting a
388     hook
389 lange 2284 * subroutines-linux: set terror if error, add sndmon TASKERROR, do not
390 lange 2352 copy kernel image and initrd to install server, remove echo command
391     when defining kernel append parameters as variables
392 lange 2243 * faimond: always flush output
393 lange 2284 * fai-chboot: add option -o, special treatment of hostname default, also
394 lange 2382 list default config file when using -l, die with error message if
395 lange 2397 hostname is unknown, remove path from program name
396 lange 2352 * install_packages: add option -L, calling system with array should be
397     more efficient, new code for detecting unknown package names uses
398 lange 2382 AptPkg, add subroutine mkpackagelist(), remove path from program name
399 lange 2243 * bootsector, bootsector.8 removed
400 lange 2284 * class/LAST.var: removed because $hdparm is not needed any more
401 lange 2243 * class/70partition: remove definition of class FAI_BOOTPART
402 lange 2313 * class/01alias: remove unimportant examles, remove catnc definition,
403     remove beowulf example
404 lange 2284 * DEFAULT/S01: remove copying of bootsector, remove our local stuff
405     * scripts/BOOT: grub-install does not probe floppy drive, use bash,
406     replace backtics with $()
407 lange 2243 * hooks/instsoft.SERVER not needed any more
408 lange 2284 * hooks/savelog.LAST: add more messages to ignore
409     * disk_config/SMALL_IDE: remove partition /fai-boot, make / and /var
410     bigger, /usr smaller
411     * package_config/*: adjust package names to sarge distribution
412     * S40: remove NISLPRCLIENT and bootptab stuff
413 lange 2352 * examples/etc/sources.list: remove proposed updates lines
414 lange 2313 * mkdebmirror: mirror woody and sarge in one directory
415 lange 2243 * new FAQ
416     * THANKS: juergen added
417    
418 lange 2397 -- Thomas Lange <lange@debian.org> Mon, 26 Jul 2004 17:22:44 +0200
419 lange 2243
420 lange 2201 fai (2.5.4) unstable; urgency=low
421    
422     * DEFAULT/S01,S20: add async option to export lines
423     * fai-guide.sgml: add info how to boot a SUN Sparc, add URL for Sparc
424 lange 2208 * make-fai-nfsroot: add gnu-efi and silo to arch package lists, add
425     sparc64 arch, ppc arch uses vmlinux not vmlinuz
426 lange 2201 * make-fai-bootfloppy: create and use device.map for grub_floppy
427 lange 2208 (closes: #233018), remove unused ip entry for fixed ip addresses,
428     create iso9660 iso image with option -i
429     * make-fai-bootfloppy.8: add option -i and an example for creating a
430     cdrom image
431 lange 2201 * rcS_fai: add prcopyleft() and fstart(), use mkfifo and tee instead of
432 lange 2208 bash special >(), mount sysfs if available
433     * doc/README.disk_config: add info about lazyformat
434 lange 2201 * THANKS: added holger
435    
436 lange 2208 -- Thomas Lange <lange@debian.org> Thu, 26 Feb 2004 17:07:31 +0100
437 lange 2201
438 lange 2189 fai (2.5.3) unstable; urgency=low
439    
440     * make-fai-bootfloppy: call grub in chroot environment, so correct libc
441     is used, add option c and F, DHCP is now default boot protocol, be
442     more verbose
443     * make-fai-nfsroot: add option c which sets $cfdir (closes: 219824)
444     add variable nfssize, remove package strace, check if $NFSROOT is set,
445     mkdir $RUNDIR is not need any more, use $cfdir instead of fixed
446     /etc/fai, do not copy fai-chboot to nfsroot, call certain commands in
447     a LC_ALL=C environment, add more verbose messages, new options for
448     mknbi-linux call (closes: #181393), test if FAI_SOURCES_LIST is
449     defined or a sources.list file exists, be verbose when copying
450     important files if option -v is set
451     depmod -a ... || true so it does not stop the whole system
452     * debian/control: replace netboot package with mknbi
453     * debian/dirs: add var/run/fai, remove unused directory utils
454     * debian/prerm: check if $NFSROOT is set, sleep 2 before removing nfsroot
455     * man/make-fai-bootfloppy.8: add new options F and c
456     * man/make-fai-nfsroot.8: add new option c
457     * lib/task_sysinfo: show ide disk geometry
458     remove detect call
459     most text reformated, because subroutine definition removed
460     * doc/Makefile: remove some new tempfiles, add "|| true" to rm so it
461     does not complain
462     * fai-chboot: add option -S, complain when host names are missing for
463     option -r
464     * fai.conf: add packages to the exclude list for debootstrap
465     new name for KERNELPACKAGE
466     add comment how to use NFSROOT_ETC_HOSTS (closes: #219433)
467     remove FAI_SOURCES_LIST examples, use sources.list instead
468     disable FAI_LOCAL_REPOSITORY by default
469     put important variables to the top
470     * examples/etc/sources.list: new file, that shows examples of different
471     access method to the Debian mirror
472     * fai-guide.sgml: describe new handling of sources.list, add manref to
473     make-fai-nfsroot, new line for tftpd in inetd.conf, add info on use
474     without DNS
475     * class/06hwdetect.source: modprobe ide-detect needed for 2.4.24 kernel,
476     remove ide-probe-mod, add isa-pnp
477     * lib/get-boot-info: new code to extract ip parameters, fix problems
478     when one parameter is missing
479     * share/subroutines: islinux() not needed any more, task_chboot: always
480     copy new kernel image to /boot/fai/$HOSTNAME-localboot
481     * apt.conf: replace values yes with true
482     * rcS_fai: new code for task action pipe at the end, new mount option
483     for remounting /dev/root, copyright has one line less
484     * examples/etc/dhcpd.conf: new example for a local 192.168.1 subnet, add
485     nfs mount options to root-path
486     * VERSION: default is kernel 2.4.24
487     * chkdebnames: most parts rewritten
488     * setup_harddisks: typos
489    
490     -- Thomas Lange <lange@debian.org> Wed, 4 Feb 2004 14:42:40 +0100
491    
492 lange 2076 fai (2.5.2) unstable; urgency=low
493    
494 lange 2132 * rcS_fai: print copyright message in red, set scroll region, add
495     actimeo for nfs mounts
496     * fai.conf: add exim4 packages to exlude list
497 lange 2093 * make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from
498 lange 2132 package list (closes: #219420), copy preferences from /etc/fai
499     (closes: 219824), use apt-get dist-upgrade instead of upgrade,
500     do not create base.tgz in $NFSROOT/.. and then move file
501 lange 2093 * setup_harddisks: add -f tp mkfs.xfs option (closes: #219439)
502 lange 2076 * faimond, faimond.8 added
503 lange 2132 * subroutines-linux: add sndmon subroutine, try to connect faimond, on
504     success, enable monitor feature, test if $ret is empty, make it a bash
505     script, show nc output only when debugging
506 lange 2093 * fai-guide.sgml: typo in URL
507     * class/01alias: use other IP-addresses for exmaples
508     * lib/fai-mount-disk: extend regex to support devfs names
509     (closes: #218541)
510 lange 2132 * scripts/DEFAULT/S01: create S61hdparm if $hdparm is not empty,
511     set cdromdevice to SCSI if available, add code for lprng setup if
512     NISLPRCLIENT and LPD
513     * class/LAST.var: do not set a default value for FAI_ACTION, change in
514     comment
515     * add postrm file to remove all files when purging
516     * subroutines: add sndmon messages, script should be bash script, change
517     debug code in ifclass
518     * install_packages: remove pinning info before checking for misspelt
519 lange 2313 package name, usage() points to the man page
520 lange 2410 * fai-setup: chown of /boot/fai
521 lange 2132 * utils/softupdate, lib/prepare_apt: use dist-upgrade
522     * debian/compat created and debian/conffiles removed
523     * scripts/DEFAULT1/S20: add noatime,actimeo=900 options, add linux logo
524     to login messages
525     * sunos/makefile: add fai-savelog to solaris tarball
526     * hooks/savelog.LAST: added "unexpected IO-APIC" to ignore pattern
527     * Fai.pm: test if /var/adm/messages exists
528     * lib/task_sysinfo: add dmidecode call, add sfdisk -d call, change fdisk
529     call
530 lange 2093
531 lange 2132 -- Thomas Lange <lange@debian.org> Tue, 6 Jan 2004 15:20:10 +0100
532 lange 2076
533 lange 2068 fai (2.5.1) unstable; urgency=low
534    
535     * share/subroutines: use $SECONDS instead of date +%s
536     * fcopy: add usage info for -M
537     * add chapter "advanced FAI" to fai guide
538     * dhcclient-perl: add new names to mapping table
539     * lib/create_ramdisk: start devfsd if needed
540     * share/subroutines-linux: task_chboot should return, not exit; copy
541     initrd.img to install server if needed for the kernel
542     * make-fai-nfsroot: add $NFSROOT_ETC_HOST before calling apt-get
543     upgrade; remove mkdir of fai_config
544     * package_config/DEFAULT: add nfs-common for all
545     * examples/simple/scripts/DEFAULT/S01: add -n to head command (closes: #205547)
546     * sunos/scripts/SUNOS/S05: add -t to expand
547     * sunos/bin/newfs:chown -> chmod
548     * make-fai-bootfloppy: use perl one liner to get IP and host name, call
549     grub executable from nfsroot
550     * fai-guide.sgml: fix typos (closes: #204763)
551     * package_config/DEFAULT: always install nscd package for speedup
552     * Makefile: remove mv of NETWORK1; add variable libfiles
553     * rcS_fai,fai-setup: add async to mount and exports options
554    
555     -- Thomas Lange <lange@debian.org> Fri, 10 Oct 2003 14:58:16 +0200
556    
557 lange 2042 fai (2.5) unstable; urgency=low
558 lange 1811
559 lange 1869 * add script fai-chboot
560 lange 1901 * add script fai-savelog-ftp
561     * add vaiables to fai.conf: FAI_LOGPROTO LOGSERVER LOGPASSWD; used by
562 lange 1967 fai-savelog-ftp, localhost is default for $installserver
563 lange 1901 * make-fai-nfsroot: add option -f, change to #! /bin/bash, copy
564 lange 1967 resolv.conf to $NFSROOT, add libnet-perl, trap errors, add bad_exit()
565 lange 1869 * make-fai-bootfloppy: bug fix, add root=/dev/nfs (closes: #198568),
566     remove ip=both for fixed ip-address, change to !# /bin/bash
567     * make-fai-bootfloppy.8: add example with fixed IP address
568 lange 1991 * changes in package_config, added XFREE class
569 lange 2027 * install_packages: add force-yes to apt-get install, remove warnings
570     from apt-cache output, limit number of packages used at once using
571     $MAXPACKAGES
572 lange 1811 * bug fix: /proc/cmdline info is trashed when reading a long kernel
573     command line
574     * make-fai-nfsroot: create package list that depends on architecure,
575     make symlink for syslogd
576 lange 2027 * scripts/BOOT: noew code for generating grub entries, add grub entry
577     for memtest; add entries for re-installation
578 lange 1811 * scripts/DEFAULT1/S01: do never fsck ext3 partitions; add -M to some
579 lange 1991 fcopy calls; add user demo; use fcopy for /etc/kernel-img.conf
580 lange 1869 * scripts/DEFAULT1/S20: enable tcp connections for X server for CS_KOELN
581 lange 1967 * fcopy: add option -M and -b; add variables FCOPY_LASTLOG and
582     FCOPY_UPDATELOG; remove substring from an ewarn call
583 lange 2027 * subroutines: append $FAI_ACTION to file $rcsfaivar; faiend must not
584     reboot for SunOS
585 lange 1869 * subroutines-linux: add support for fai-chboot
586     * hook faiend.LAST renamed to savelog.LAST
587 lange 1967 * setup_harddisks: add XFS filesystem support, add sfdisk environment
588     variable
589 lange 1869 * fai-savelog: make a bash script; use -exec instead of xargs because of
590     sunos version of xargs
591 lange 1991 * fai-class: remove comment lines also in the file $HOSTNAME
592 lange 1869 * class/{dom,kueppers}: add NOSECURETTY
593     * lib/get-boot-info: print warning message if no boot protocol was
594 lange 1901 detected, add network info to boot.log if booting from floppy with
595 lange 1869 fixed IP address
596     * chkdebnames: bug in regex fixed
597 lange 2027 * lib/create_resolv_conf: use resolv.conf from installserver if $DOMAIN
598 lange 1901 is not defined
599     * lib/task_sysinfo: call programm sysinfo if available
600     * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks
601     using fcopy, add -i to fcopy calls
602 lange 2352 * scripts/DEFAULT1/S10: create etc/hostname only if fcopy fails, add
603     password protection to grub menu
604 lange 1991 * class/01alias: use classes from file demo if hostname is demohost; add
605     catnc(); use catnc instead of cat
606 lange 1967 * class/11modules.source: now uses code from DEFAULT.mod
607     * examples now live in /usr/share/doc/examples{simple,advanced}
608     * utils move back to doc/examples/utils directory
609     * utils/rshall: add exclude function
610     * class/06hwdetect.source tries to detect video card
611 lange 2027 * Makefile: do not create symlinks (closes: #195377), new directories
612     for examples
613     * rcS_fai: compute and print installation time in seconds
614 lange 2042 * dhcpd.conf: remove unused commands
615 lange 1967
616 lange 2042 -- Thomas Lange <lange@debian.org> Wed, 6 Aug 2003 16:02:26 +0200
617 lange 1811
618 lange 1773 fai (2.4.1) unstable; urgency=low
619    
620     * set correct year in fai guide
621     * dhcp3 support
622     * make-fai-bootfloppy: force ext2 when mounting floppy, blank first
623     sector
624     * make-fai-nfsroot: FAI_BOOT determines which boot protocol to set up,
625     fix ownership of $NFSROOT/root/.ssh/authorized_keys (closes: #183989)
626     * use ext3 in most disk_config samples
627     * Makefile: do not copy executable twice
628     * minor changes to packages_config/AUDIO
629     * install_packages: call "apt-get clean" to remove unused package files
630     * fai.conf: add FAI_BOOT, add SERVERINTERFACE, add example how to access
631     a mirror created by mkdebmirror via HTTP
632     * S20: bug fix, move inserting $rootpw from GERMAN to any section
633     * fai-class: add . to PATH; test operator == replaced by -eq
634     * DEFAULT/S01: new location for bootsector executable
635     * dhclient-perl: use short hostname
636     * new script fai-do-scripts, contains the do_script() subroutine and
637     task_configure code
638 lange 1967 * QUESTIONAIRE: added questions
639 lange 1773
640 lange 1777 -- Thomas Lange <lange@debian.org> Thu, 3 Apr 2003 16:57:12 +0200
641 lange 1773
642 lange 1719 fai (2.4) unstable; urgency=low
643 lange 1296
644 lange 1719 * not alles changes in templates/* are listed here, there are to many
645 lange 1532 * use command fai-class to define classes, fai-class writes status of
646     every script to status.log
647 lange 1684 * make variables local or unset them after use, unset function
648     definitions after use
649 lange 1719 * add config files for XFree86 4.1
650 lange 1532 * many changes in the package_config files
651     * bootsector: do not use dpkg to get hardware architecture, add man page
652 lange 1296 * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)
653     * control: correct name for Debian distribution (closes: #150887)
654 lange 1532 * new templates: hooks/partition.kueppers.source, hooks/faiend.LAST
655     package_config/WWWKIOSK, class/WWWKIOSK.var, package_config/paeffgen
656 lange 1296 * make-fai-nfsroot: add -l to tar when creating base.tgz (closes: #151173),
657     add noatime to mount, new mknbi-linux options, check for existence of
658 lange 1357 mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call
659     rdev, remove packages that are already installed by debootstrap, new
660     option for mknbi-linux, always do setup for dhcp and bootp, write PATH
661 lange 1396 to /root/.profile, correct location for syslog.conf, copy sources.list
662 lange 1684 from /etc/fai if available, add diversion for discover, add rsync, ssh
663     to nfsroot, do not die when mknbi-linux is missing, do not create
664     device nodes (closes: #174844)
665 lange 2489 * class/70partition: bug fix. Use the same file as setup_harddisks to
666 lange 1684 determine classes which depend on partitions
667 lange 1532 * scripts/*: convert some shell code to cfengine code, do not use fcopy
668     if only a few lines has to be changed
669 lange 1396 * scripts/BOOT: echo each kernel module to a seperate line in, add
670     supoprt for kernel using initrd, use fcopy for lilo.conf and menu.lst,
671 lange 1407 /etc/modules, lilo.conf can also boot the old kernel, add initrd
672     option when using grub
673 lange 1532 * scripts/DEFAULT1/S20: use declaration directories, add WWWKIOS entries
674     * scripts/LAST: add call: apt-get -f install, copy sources.list
675     * scripts/USB removed, now made in S20
676 lange 1396 * scripts/FAI_BOOTPART: missing $target added, remove rdev call
677 lange 1684 * share/subroutines*: better regex for matching disks in /proc/partitions,
678 lange 1396 task_sysinfo, prepare_apt, add link last to last action performed, new
679 lange 1407 variable $LOGSERVER, list_disks move to a external script, disable
680 lange 1417 debugging output in ifclass(), write exit status of scripts and hook
681 lange 1532 to status.log and stdout, create_resolv_conf now an external script,
682 lange 1684 write exit status of hooks to status.log, do not define $revclasses,
683     save variables to variables.sh, subroutine task unsets the definition
684     of the executed task after its execution, source hooks/subroutines now
685     in fai_setup, remove task_backup, move load_keymap_consolechars to
686     rcS_fai
687     * share/subroutines-linux: remove diskandsize(), disk_info now called
688     set_disk_info() which calls externel script
689 lange 1532 * task_instsoft(): mount --bind /fai /tmp/target/fai so packages in
690     /fai/files/packages can be installed using apt-get
691 lange 1684 * new script disk-info prints a list of all disks and their sizes
692 lange 1532 * new script get-boot-info contains subroutines for getting info via
693     BOOTP or DHCP, also detects network devices
694 lange 1396 * DEFAULT/S01: install $addpackages with one dpkg call, installation of
695     default kernel creates symlinks in /, make /root accessable only by
696 lange 1532 root, use fcopy -r to copy all dot files for the root account, do not
697     copy sources.list
698     * ftar: conditional rm -rf, echange in error message
699 lange 1296 * test if mknbi-linux is available (closes: #167900)
700 lange 1396 * make-fai-bootfloppy: add grub support, code reorganized and split into
701     more subroutines, rmdir lost+found and copy fewer files to get more
702     space on the floppy, replace $UID with `id -u`, create a generic boot
703     floppy independant of the boot protocol, use one image with multiple
704     append parameters, new options -v, -d, -l, -g
705 lange 1296 * bug fix: hooks can now skip its task again
706     * NFS file systems are also mounted with noatime.
707 lange 1308 * rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the
708 lange 1357 very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined
709 lange 1684 before doing anything else, create_ramdisk is an extern script, new
710     options for remounting /, remove some unused variables
711 lange 1396 * task_sysinfo now a separate script; add lsmod call, new test if
712 lange 1684 executables are available is using which, move log file from kudzu to
713     $LOGDIR
714 lange 1396 * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script
715     fai-divert
716 lange 1532 * fai-divert: be quiet unless debug is set
717 lange 1396 * mount_local_disks, umount_local_disks, fstab_mount move to new script
718     fai-mount-disk
719 lange 1308 * Fai.pm and subroutines* are moved from lib/ moved to share/
720 lange 1684 * Fai.pm: call disk-info to get size of all disks
721     * fai-setup: ssh-keygen needs option -t (closes: #156947), test if
722     nfsserver is set
723 lange 1532 * fai.conf: correct line containing proposed-updates, new variable
724 lange 1684 FAI_LOCAL_REPOSITORY, new directory for debian mirror, add
725     architecture to debootstrap options, move some nfsroot packages to
726     make-fai-nfsroot script, add $FAI_LOCATION, remove FAI_SHAREDIR
727 lange 1357 * setup_harddisks: allow more that 3 primary partitions, new regex for
728 lange 1532 matching disks and partitions, write less info to stdout, do not write
729 lange 1684 info to stdout which is written to a separate file, name of partition
730     table changed from hda.sfdisk to partition.hda
731 lange 1719 * add sources.list in conf, it's used when FAI_SOURCES_LIST in undefined
732 lange 1357 * fai_modules_off: add block-major-{104,105}
733     * remove debian/undocumented
734 lange 1407 * install_packages: add option -l, only print the list of packages,
735     add option -h, -t does not executes the commands, support for classes
736 lange 1532 listed after command, change in echo strings, add option to manual
737 lange 1396 * disk_config/: make /fai-boot partition larger, CS_KOELN use more
738     flexible values for partitions sizes
739 lange 1357 * add suffix -386 to name of kernel-image package
740 lange 1396 * save_log_*(): do not create loops in symlinks, moved to external
741     script fai-savelog
742 lange 1357 * apt.conf: add option force-confdef to dpkg call
743 lange 1684 * 06hwdetect script loads SCSI and IDE modules and prints /proc/scsi
744     info, less messages in verbose mode, detect SCSI devices correctly
745 lange 1532 * move mount2dir to lib directory, echo different messages for verbose
746     and debug flags
747     * fcopy bug fix: option -r does not work correctly, when no matching
748 lange 1719 file for a class is found, do not exit with error, add option -i and
749     -B, use $LOGDIR, set $ROOTCMD for postinst scripts
750 lange 1407 * templates/package_config: use nfs-kernel-server
751     * debian/rules: use dh_installman to install manual pages
752     * ATA33.var no longer needed, no tuning via hdparm in *.var
753 lange 1722 * lots of updates and additions to the manual
754 lange 1308
755 lange 1725 -- Thomas Lange <lange@debian.org> Thu, 13 Feb 2003 11:45:29 +0100
756 lange 1296
757 lange 1267 fai (2.3.4) unstable; urgency=low
758    
759     * default name for fai kernel-image has changed
760    
761     -- Thomas Lange <lange@debian.org> Thu, 16 May 2002 14:42:00 +0200
762    
763 lange 1265 fai (2.3.3) unstable; urgency=medium
764 lange 1247
765     * enable use strict in perl scripts
766     * remove some potato specific code
767 lange 1265 * typo fixed (closes: #143272)
768     * add some packages to SERVER
769     * copy id_dsa* and id_rsa* files in make-fai-nfsroot
770     * debian/rules uses DH_COMPAT=3
771     * add packages to AUDIO, changes in SERVER
772     * potato specific code removed
773     * faireboot kills syslogd before booting
774     * change symlink of rcS_fai (closes: #146430)
775     * print warning before removing nfsroot
776     * do not compress pdf files in /usr/share/doc/
777 lange 1247
778 lange 1265 -- Thomas Lange <lange@debian.org> Thu, 16 May 2002 09:27:15 +0200
779    
780 lange 1241 fai (2.3.2) unstable; urgency=low
781    
782     * bug fix: THISLOG is unused variable
783     * added save_log_*(): only remove files (-type f added)
784     * load net-pf-1 kernel module (unix socket)
785     * minor changes in package_config files
786     * added script class/S03hwdetect.source
787     * dhclient-perl: dhcp use host_name
788     * faireboot: use rmalldivert for removing diversions
789     * $divertlist not used any more; use dpkg-divert --list
790     * setup_harddisks writes list of swap devices; they are enables using swapon
791    
792     -- Thomas Lange <lange@debian.org> Mon, 29 Apr 2002 19:47:39 +0200
793    
794 lange 1223 fai (2.3.1) unstable; urgency=low
795    
796     * bug fix in make-fai-bootfloppy, fcopy
797     * first letter in description now uppercase (closes: #142017)
798     * add option -m to make-fai-bootfloppy
799     * save keymap to boottime.kmap.gz
800     * add many comments to shell scripts
801     * copy $loguserhome/.ssh/*.pub files to $NFSROOT/root/.ssh
802     * packages from $addpackages are also installed to the system if
803     they exist in $FAI/files/packages/
804     * minor changes in package_config files
805     * move task_confdir() to subroutines-linux
806     * added create_resolv_conf(); code removed from task_confdir
807     * jobsrunning() subroutine for linux and solaris added
808     * faireboot: source fai.conf and subroutines-$OS_TYPE
809     * subroutines-linux: additional way to determine all ethernet devices
810     * move some packages from $NFSROOT_PACKAGES into make-fai-nfsroot
811     * add more .ssh/ files to nfsroot
812     * $FAI_SUBDIR renamed to $FAI_SHAREDIR
813     * rcS_fai: add $osname
814     * write some variabel definitions to $rcsfaivar (used for remote logins)
815    
816     -- Thomas Lange <lange@debian.org> Tue, 16 Apr 2002 13:30:04 +0200
817    
818 lange 1174 fai (2.3) unstable; urgency=low
819 lange 1019
820 lange 1174 * default configurations are for Debian 3.0
821     * add auto stanza to /etc/network/interfaces (closes: #114627)
822     * now depends on debootstrap (closes: #128457)
823     * set DEBIAN_FRONTEND to "noninteractive" (closes: #131855)
824 lange 1019 * Fai.pm now copied to new location if woody in use (closes: #125839)
825     * package upgrade does not remove nfsroot (closes: #123463)
826     * many files: use $FAI instead of fixes /fai, config file moved to
827     from /etc/fai.conf to /etc/fai/fai.conf
828 lange 1159 * store log files to $LOGDIR (default to /tmp/fai), can be set in fai.conf
829 lange 1223 * read also subroutines-$OS_TYPE file
830 lange 1019 * fai.conf: moved to /etc/fai/fai.conf
831     variables removed: FAI_ARCH, UTC (now in class/*.var), KERNELVERSION
832 lange 1159 variables added: FAI, FAI_DEBOOTSTRAP_OPTS
833 lange 1019 * make-fai-nfsroot sets up pxelinux environment
834     automaticly determine kernel version; added get_kernel_version(),
835     copies /etc/fai/.cvspass to nfsroot, can now write the floppy image to
836     a file
837 lange 1037 added call_with_stamp subroutine, for easy creation of stamps
838     Tue Jan 29 20:19:27 CST 2002 -- Chad Walstrom <chad@debian.org>
839     Added support to run script as a recovery operation. This is a
840     glue-script; we may as well provide the ability to fix problems and
841     continue. Changes include:
842     - Adding a RUNDIR environment variable
843     - A command line option "-r" for recover operations
844     - logic tests and stampfiles to appropriate function calls
845     Checked for existance of character file dev/boot255 before calling mknod.
846     Checked for existance of $NFSROOT/proc/modules file before calling
847     umount $NFSROOT/proc
848     Recursively copies contents of /etc/fai/ directory (good if using CVS)
849 lange 1075 Install $NFSROOT_PACKAGES in a second pass, to sidestep conflicts
850     (e.g. so that ssh may replace rsh-client)
851     Don't set up $LOGUSER's home directory if that variable is undefined
852 lange 1159 add variable FAI_DEBOOTSTRAP_OPTS
853 lange 1019 * conf/fai_modules_off: more modules turned off
854 lange 1075 * call openvt with full shell path (closes: #134641)
855     * hooks are also skipped if task is skipped
856     * hooks that end in .source are sourced
857     * class/*.mod file can now define variables
858 lange 1159 * add ADAPTEC.mod file
859 lange 1075 * apt/conf: set Assume-Yes "true" so apt-get (and tasksel) is noninteractive
860 lange 1019 * lib/subroutines: /dev/ida/ and /dev/rd/ support in
861     subroutine:umount_local_disks, added $netdevices_up, use $tfsab
862 lange 1159 instead of fstab (for solaris support), /fai is now $FAI, mount shm
863     file system if available, otherwise use normal ramdisk, strip comment lines
864 lange 1019 when defining classes via scripts, added subroutine do_script,
865     do_scriptss calls every script class/<classname>/S[0-9]* when class is
866     not a file, execute all S[0-9]* scripts in a directory
867     /fai/scripts/$class/, skip all comment lines when definig classes
868 lange 2489 task_partition() call setup_harddisks only if no disk_var.sh exists
869 lange 1075 defclass also sources all scripts class/S*.source
870     add subroutines adddivert(), rmalldivert(); task_finish calls
871 lange 1159 rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not
872     needed for find, save_log*() now uses date and time for directory name;
873     /tmp/fai now $LOGDIR, can be set in fai.conf; new cvs co code
874     * templates/scripts: change NET and NETWORK examples; now called S10,
875     S40 and located in directory /fai/scripts/NETWORK/
876     BASE and DEFAULT moved to DEFAULT/S20 and DEFAULT/S01
877 lange 1082 * setup_harddisk: raid support for /devc/rd, /dev/ida and cciss driver
878     for Compaqs Smart Array Controllers, called with -d
879 lange 1019 * doc/Makefile: detect if anything is really to do
880     * use gzip -dc instead of zcat
881 lange 1159 * make-fai-bootfloppy: do not copy /boot/System.map to floppy, new
882     option -s
883 lange 1019 * added prtnetgr; change netgroup example and script all_hosts to use it
884     * fcopy: added debug message if executing postinst, ignore CVS
885 lange 1075 directories, use File::Find, now sets envionment variables $target and
886 lange 1296 $FAI_ROOT, bug fix in -d option, new options -L and -P
887 lange 1019 * KERNELVERSION not needed in fai.conf, now automaticly determined in
888     make-fai-* scripts
889 lange 1159 * FAI_FILES removed
890 lange 1019 * Files added: THANKS, preinst, prtnetgr, pxelinux.cfg
891     * Manual pages added fai-setup, install_packages, make-fai-bootfloppy,
892     make-fai-nfroot
893 lange 1159 * add use stict pragma for perl scripts
894 lange 1037 * add auto.master and auto.scratch config for kernel automounter
895 lange 1019 * mkdebmirror: use passive ftp mode
896 lange 1037 * added autofs to package_CONFIG/BEOWULF
897 lange 1019 * debian/prerm: do nothing when upgrading package
898 lange 1159 * scripts/fai-setup: determine loguserhome earlier (closes: #136851)
899 lange 1019 * new standards version 3.5.6
900    
901 lange 1174 -- Thomas Lange <lange@debian.org> Tue, 9 Apr 2002 18:29:15 +0200
902 lange 1019
903 lange 928 fai (2.2.3) unstable; urgency=low
904 lange 891
905     * added ATOMCLIENT in disk_config
906     * setup_harddisks detects harddisk even if no valid partition table is
907     available
908     * added dosfstools to nfsroot
909     * added .rhosts for ATOMCLIENTS
910     * added detect, discover and lsdev to sysinfo
911 lange 928 * make-fai-nfsroot: now ash compatible (closes: #117431)
912     clean apt cache before creating base.tgz, make
913 lange 891 liloconf silent, verbose output can be redirected to a file
914 lange 928 call mknbi only for kernels using BOOTP, added sysutils package
915 lange 891 * scripts/DEFAULT: chmod 1777 the defined scratch partition
916     * wake on LAN section added to fai guide
917     * reiserfs patch added to setup_harddisks
918     * nfs-user-server support for woody
919     * DEFAULT: scratch directories are writeable for all users
920 lange 892 * utils moved from doc directory to /usr/share/fai
921 lange 928 * install_packages: check all package names, remove unknown packages
922     from install list; PRELOAD support for url of type file:
923     * dpkg-divert is quiet unles verbose is set
924     * make diversion for broken liloconfig (closes: #113906)
925     * added class NOGETTY
926     * install_packages: add code for command PACKAGES hold
927 lange 891
928     -- Thomas Lange <lange@debian.org> Thu, 8 Nov 2001 17:01:02 +0100
929    
930 lange 861 fai (2.2.2) unstable; urgency=low
931    
932     * bug fix in get_dhcp_info()
933     * added jmon to BEOWULF
934    
935     -- Thomas Lange <lange@debian.org> Wed, 10 Oct 2001 10:52:35 +0200
936    
937 lange 856 fai (2.2.1) unstable; urgency=low
938    
939     * bugs in mkdebmirror fixed
940     * replace compat from nsswitch.conf templates (closes: #113902)
941     * FAI_FLAGS can contain comma or space separatedd list of flags
942     * echo device before BOOTP request
943     * all_hosts uses netgroup allhosts
944    
945     -- Thomas Lange <lange@debian.org> Fri, 5 Oct 2001 17:19:14 +0200
946    
947 lange 839 fai (2.2) unstable; urgency=low
948    
949     * fix lilo bug in make-fai-bootfloppy
950     * user can define their own action using FAI_ACTION and
951     creating a command /fai/hooks/$FAI_ACTION
952     * rcS_fai rearranged; move a lot of subroutines into subroutines
953     * hooks can force rcS_fai to skip the default task
954     * timeout for bootpc can be set in rcS_fai
955     * new subroutine ether_info sets variable $ethers
956     * unused subroutine myyes removed
957     * prepare-apt.log renamed to updatebase.log
958     * task_sysinfo only probes available disks
959     * install_packages: support for new task packages using tasksel
960     * get_bootp_info() and get_dhcp_info() uses multiple network interfaces
961     via variable $netdevices
962     * layout of local Debian mirror for non-US changed
963     * mkdebmirror: non-US has new location, minor bugs removed
964     * rmdivert moves distrib.dpkg-new files
965     * new chapter about installing a Beowulf cluster
966     * bug in list_disks() fixed
967     * diskless class is automaticly defined, improved diskless hook
968     * package nfs-common added to nfsroot for lockd, statd
969     * support for additional variable definitions and classes
970     * new utilities: all_hosts, rshall and softupdate
971     * new examples for Beowulf cluster: atoms, ATOMCLIENT, BEOWULF
972     * defvar and devclass are now called before task_action
973     * bug fix: fcopy down not convert from octal when using file-modes
974     * all file in /files/root/ use file-modes
975     * tlink can show symlink of a host or all file in /boot/fai
976     * new class NOSECURETTY, NOTCPD
977    
978     -- Thomas Lange <lange@debian.org> Fri, 14 Sep 2001 14:35:49 +0200
979    
980 lange 730 fai (2.1) unstable; urgency=low
981    
982     * user visible changes are now reported in NEWS file
983     * setup_harddisk: do not check if root partition is in first 8GB, do not
984     check if it's a primary partition
985     * make-fai-nfsroot: uses debbootstrap if FAI_DEBOOTSTRAP is
986     defined (closes: #100914)
987     use /etc/apt/sources.list is FAI_SOURCES_LIST is undefined
988     * call some commands with prefix LC_ALL=C, so diffrent locale does
989     not change the output
990     * ftar: do not call tar with option I, j or z, use pipe instead
991     * rcS_fai: added hook support, use all ntpserver for ntpdate, always
992     extract base.tgz, no version number in base.tgz; read_config() removed;
993     move some task from fai_init to fai_setup to get their output;
994     create etc/hosts with fqdn in target directory; $revclasses contains
995     classes in reversed order
996     * new flag createtv; controls if ctrl-c will reboot or give a shell and
997     if two additional terminals will be available
998     * debhelper compatability level now 2
999     * woody support: using debootstrap, different package lists
1000     * added class DISKLESS
1001     * subroutine disk_info rewritten, ignores cdrom
1002     * fai-setup: do not generate ssh key if already existing
1003     * cat <<EOF calls corrected
1004     * mkdebmirror now mirrors also testing and unstable by default
1005     * grub support in scripts/BOOT and scripts/FAI_BOOTPART
1006     * new utility chkdebnames check debian package names
1007     * new script device2grub convert normal device names to grub device names
1008    
1009     -- Thomas Lange <lange@debian.org> Fri, 20 Jul 2001 11:55:29 +0200
1010    
1011 lange 655 fai (2.0.2) unstable; urgency=low
1012    
1013     * typo in ftp Debian mirror fixed
1014     * corrected wrong cvs tag, some more little changes
1015    
1016     -- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 14:11:23 +0200
1017    
1018 lange 651 fai (2.0.1) unstable; urgency=low
1019    
1020 lange 730 * Default Debian mirror access now via ftp. This can take much time to
1021 lange 651 download the required packages. (closes: #101596)
1022     * Check if LOGUSER is defined, (closes: #101620)
1023     * wget now recommends, (closes: #101594)
1024     * Use ntpdate if a ntp server is defined (tag nt in bootptab),
1025     (closes: #101899)
1026     * DEFAULT script writes fqdn and short hostname into etc/hosts,
1027     (closes: #101820)
1028 lange 2201 * Bug fix. Check if imggen executable is available.
1029 lange 651
1030     -- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 13:33:33 +0200
1031    
1032 lange 638 fai (2.0) unstable; urgency=low
1033 lange 331
1034 lange 605 * first upload to Debian archive
1035 lange 517 * kernel-2.2.19 support
1036 lange 495 * order of classes now (with increasing priority):
1037     DEFAULT, <other classes>, $HOSTNAME, LAST
1038 lange 579 * architecture is now also a class (see S01alias.sh)
1039 lange 495 * class/*.source renamed to class/*.var, because they define variables
1040 lange 605 * new description of all classes
1041 lange 579 * $moduleslist is the list of modules that will be loaded by the new system
1042 lange 605 * names of examples changed to make them more comprehensible
1043 lange 495 * FAI_PACKAGEDIR now FAI_DEBMIRROR
1044 lange 416 * new fcopy script for copying files with classes
1045     * new ftar script for extracting tar files with classes
1046 lange 605 * manual pages for fcopy, ftar
1047     * converted many cfengine scripts to shell scripts
1048 lange 495 * several classes and scripts removed and rearranged
1049 lange 331 * S90partitions.pl replaces the old shell version
1050 lange 495 * add FAI_BOOTPART class and scripts
1051 lange 416 * klogd, syslogd running during installation
1052 lange 579 * make-fai-bootfloppy can take additional parameters for the kernel and
1053     supports multiple network interface cards
1054 lange 416 * kernel append parameters define variables in rcS_fai
1055 lange 839 * added subroutines ifclass, rwmount
1056 lange 638 * new command bootsector can enable, disable or list magic number of
1057     boot sector
1058 lange 416 * make many variables local
1059 lange 579 * better debugging of shell scripts
1060 lange 605 * remote login has all subroutines available
1061 lange 416 * faireboot -s saves log files to install server
1062     * sfdisk call removed from subroutines and Fai.pm, since it's not
1063 lange 605 portable; unfortunately setup_hardisk still using it
1064     * new mount2dir command; this task is removed from setup_hardisk
1065 lange 517 * files in package_config can use dpkg --get-selections format
1066 lange 605 * redundant packages in package_config/COMPILE removed
1067     * PRELOADRM feature for package_config
1068 lange 416 * comments in files in package_config/ are now everything after a #, not
1069     only at the beginning of a line
1070 lange 495 * lvm not in nfsroot by default, grub now included
1071     * access from install clients to server can be done via rsh/rcp or
1072     ssh/scp (see fai.conf)
1073     * modprobe displays less errors
1074 lange 638 * templates now stored in /usr/share/fai
1075 lange 416 * all release timestamp in this changelog until version 1.4.2 are
1076 lange 605 wrong; they indicate the time when I started hacking the next version;
1077     these are the correct release dates:
1078 lange 416 Jun 20 2000 fai_1.1beta2.tar.gz
1079     Jul 11 2000 fai_1.2.0beta1.tar.gz
1080 lange 605 Oct 26 2000 fai_1.3.0test1.tar.gz
1081     Nov 6 2000 fai_1.3.0test2.tar.gz
1082     Nov 23 2000 fai_1.4.0.tar.gz
1083     Dec 7 2000 fai_1.4.1.tar.gz
1084     Dec 12 2000 fai_1.4.2.tar.gz
1085    
1086 lange 641 -- Thomas Lange <lange@debian.org> Tue, 15 May 2001 14:28:31 +0200
1087 lange 331
1088 lange 286 fai (1.4.2) unstable; urgency=low
1089    
1090     * add wget to suggests list
1091     * xviddetect called for FAI_ACTION=sysinfo
1092     * fai.conf: added missing / in ftp definition of FAI_SOURCES_LIST
1093     * added parted to nfsroot and package_config/MINI_SOFT
1094     * FAI_KEYMAP files can also be located in /fai/files
1095 lange 290 * added subroutine load_keymap_consolechar (was included in rcS_fai)
1096     keymap now called correctly
1097     * the little FAI banner is now printed on startup
1098 lange 293 * variable hdparm tunes your hard disks and creates rcS.d script
1099 lange 286
1100     -- Thomas Lange <lange@debian.org> Mon, 11 Dec 2000 16:36:31 +0100
1101    
1102 lange 273 fai (1.4.1) unstable; urgency=low
1103    
1104     * swap order of class ALL and hostname
1105     * CLASS ALL renamed to DEFAULT
1106     * templates/class/S*.source files renamed
1107     * scripts in class/ reorganized. First *.{sh,pl) are executed, then
1108     $class.source are sourced for all defined classes
1109     * install kernels removed, now included in package fai-kernels
1110     * hdparm available in nfsroot, sysinfo prints hparm -i
1111     * classs/ATA33.source can tune harddisk during installation
1112     * class DEBIAN_DEVEL commented out, because this software package list
1113     mostly segfaults dpkg
1114 lange 274 * base?_?.tgz now included in nfsroot; BASETGZ not needed any more
1115 lange 2489 * bug fixed: setup_harddisks don't mount preserved partitions if mount
1116 lange 273 point is not in root directory
1117     * bug fixed: no dns support during chroot in make-fai-nfsroot
1118    
1119     -- Thomas Lange <lange@debian.org> Wed, 29 Nov 2000 11:34:41 +0100
1120    
1121 lange 231 fai (1.4.0) unstable; urgency=low
1122    
1123     * faireboot is faster and more reliable
1124     * package depends on nfs-server
1125     * keymap created by shell script ALL (uses $FAI_KEYMAP)
1126     * mk3comimage removed (uses non free software), now netboot is used
1127     * first version of the FAI Guide included
1128     * use dpkg-divert to fake some programs (solves many problems)
1129     * yes pipes <CR> to apt-get during installation
1130     * all definitions from global.conf are moved to fai.conf
1131     * make-fai-nfs now uses chroot when calling apt-get
1132     so nfsroot must not use the same Debian distribution as the server
1133     * $MNTPOINT is mount point for Debian mirror
1134     * postinst tasks are moved to fai-setup script
1135     * $UTC, $FAI_CONFIGDIR added to fai.conf
1136     * bug fixed: loopback device was not set up
1137    
1138     -- Thomas Lange <lange@debian.org> Mon, 6 Nov 2000 12:20:00 +0100
1139    
1140 lange 135 fai (1.3.0test2) unstable; urgency=low
1141    
1142 lange 150 * loopback device is set up during installation
1143     * create resolv.conf via script RESOLV instead of using cfengine
1144     * printers are defined in class/ not in cfengine script
1145     * mount nfs directories using rsize=8192
1146     * bug fixed: make-fai-nfsroot removes /boot/*-$KERNELVERSION
1147 lange 135
1148     -- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 3 Nov 2000 10:26:03 +0100
1149    
1150 lange 120 fai (1.3.0test1) unstable; urgency=low
1151 lange 75
1152 lange 120 * kernel in nfsroot is now build with kernel-package (make-kpkg)
1153     * installkernel now supports loadable modules
1154     * class/S05modules.sh can load modules (example global.mod)
1155     * add script make-fai-bootfloppy
1156     * client's timezone during installation is now the same as on server
1157     * FAI_ACTION sysinfo now mounts all local disk and searches for fstab
1158     * add support for expect scripts
1159 lange 891 * add nfs-kernel-server support
1160 lange 120 * do not create account fai if it already exists (e.g when using NIS)
1161 lange 133 * new format for keymap and consolefont definition
1162 lange 75
1163     -- Thomas Lange <lange@informatik.uni-koeln.de> Mon, 9 Oct 2000 18:08:02 +0200
1164    
1165 lange 64 fai (1.2.0beta1) unstable; urgency=low
1166 lange 8
1167 lange 37 * two virtual terminals available (press alt-F2 or alt-F3)
1168 lange 8
1169 lange 61 * make-fai-nfsroot removes pcmcia-cs
1170     installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient
1171 lange 16 flag verbose controls output level
1172 lange 23 nfsroot is created without any interaction
1173 lange 1296 base2_2.tgz is fetched via wget if it's not found in /tmp
1174 lange 16
1175 lange 23 * new start-stop-daemon script instead of symlink to fake it
1176 lange 37
1177     * configuration for kernel 2.2.17
1178    
1179 lange 61 * start sshd during installation for remote access;
1180     add "sshd" to FAI_FLAGS to enable this
1181     remote reboot possible via: ssh -l root hostname faireboot
1182 lange 37
1183 lange 61 * additional dhcp support available (bootp is still the default)
1184    
1185 lange 37 * cvs repository available
1186 lange 23
1187 lange 8 -- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 30 Jun 2000 13:41:13 +0200
1188    
1189 lange 2 fai (1.1beta2) unstable; urgency=low
1190    
1191     * PRELOAD feature, faireboot added
1192    
1193     -- Thomas Lange <lange@informatik.uni-koeln.de> Tue, 20 Jun 2000 16:29:14 +0200
1194    
1195     fai (1.1beta1) unstable; urgency=low
1196    
1197     * Initial Release.
1198    
1199     -- Thomas Lange <lange@informatik.uni-koeln.de> Wed, 7 Jun 2000 11:16:23 +0200

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5