| 1 |
|
fai (1.5.0) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* kernel-2.2.19 support |
| 4 |
|
* order of classes now (with increasing priority): |
| 5 |
|
DEFAULT, <other classes>, $HOSTNAME, LAST |
| 6 |
|
* class/*.source renamed to class/*.var, because they define variables |
| 7 |
|
* names of examples changed to make them more clear |
| 8 |
|
* FAI_PACKAGEDIR now FAI_DEBMIRROR |
| 9 |
|
* converted many cfengine scripts to shell scripts |
| 10 |
|
* new fcopy script for copying files with classes |
| 11 |
|
* new ftar script for extracting tar files with classes |
| 12 |
|
* several classes and scripts removed and rearranged |
| 13 |
|
* S90partitions.pl replaces the old shell version |
| 14 |
|
* add FAI_BOOTPART class and scripts |
| 15 |
|
* klogd, syslogd running during installation |
| 16 |
|
* manual pages increased |
| 17 |
|
* make-fai-bootfloppy can take additional parameters for the kernel |
| 18 |
|
* kernel append parameters define variables in rcS_fai |
| 19 |
|
* added subroutine isclass, rwmount |
| 20 |
|
* make many variables local |
| 21 |
|
* remote login sources subroutines |
| 22 |
|
* faireboot -s saves log files to install server |
| 23 |
|
* sfdisk call removed from subroutines and Fai.pm, since it's not |
| 24 |
|
portable; unfortunately setup_hardisk is using it |
| 25 |
|
* new mount2target script; this task is removed from setup_hardisk |
| 26 |
|
* files in package_config can use dpkg --get-selections format |
| 27 |
|
* comments in files in package_config/ are now everything after a #, not |
| 28 |
|
only at the beginning of a line |
| 29 |
|
* lvm not in nfsroot by default, grub now included |
| 30 |
|
* access from install clients to server can be done via rsh/rcp or |
| 31 |
|
ssh/scp (see fai.conf) |
| 32 |
|
* modprobe displays less errors |
| 33 |
|
* all release timestamp in this changelog until version 1.4.2 are |
| 34 |
|
wrong; they indicate the time when I started hacking the version; |
| 35 |
|
these are the correct release dates (all in the year 2000): |
| 36 |
|
Jun 20 2000 fai_1.1beta2.tar.gz |
| 37 |
|
Jul 11 2000 fai_1.2.0beta1.tar.gz |
| 38 |
|
Oct 26 14:41 fai_1.3.0test1.tar.gz |
| 39 |
|
Nov 6 12:59 fai_1.3.0test2.tar.gz |
| 40 |
|
Nov 23 17:05 fai_1.4.0.tar.gz |
| 41 |
|
Dec 7 16:42 fai_1.4.1.tar.gz |
| 42 |
|
Dec 12 16:43 fai_1.4.2.tar.gz |
| 43 |
|
* NOT YET RELEASED ! CHANGE DATE WITH C-C C-F, change E-Mail |
| 44 |
|
|
| 45 |
|
-- Thomas Lange <lange@XXXXXXXXXXXXXXXXXxinformatik.uni-koeln.de> Thu, 12 Apr 2001 13:55:04 +0200 |
| 46 |
|
|
| 47 |
|
fai (1.4.2) unstable; urgency=low |
| 48 |
|
|
| 49 |
|
* add wget to suggests list |
| 50 |
|
* xviddetect called for FAI_ACTION=sysinfo |
| 51 |
|
* fai.conf: added missing / in ftp definition of FAI_SOURCES_LIST |
| 52 |
|
* added parted to nfsroot and package_config/MINI_SOFT |
| 53 |
|
* FAI_KEYMAP files can also be located in /fai/files |
| 54 |
|
* added subroutine load_keymap_consolechar (was included in rcS_fai) |
| 55 |
|
keymap now called correctly |
| 56 |
|
* the little FAI banner is now printed on startup |
| 57 |
|
* variable hdparm tunes your hard disks and creates rcS.d script |
| 58 |
|
|
| 59 |
|
-- Thomas Lange <lange@debian.org> Mon, 11 Dec 2000 16:36:31 +0100 |
| 60 |
|
|
| 61 |
|
fai (1.4.1) unstable; urgency=low |
| 62 |
|
|
| 63 |
|
* swap order of class ALL and hostname |
| 64 |
|
* CLASS ALL renamed to DEFAULT |
| 65 |
|
* templates/class/S*.source files renamed |
| 66 |
|
* scripts in class/ reorganized. First *.{sh,pl) are executed, then |
| 67 |
|
$class.source are sourced for all defined classes |
| 68 |
|
* install kernels removed, now included in package fai-kernels |
| 69 |
|
* hdparm available in nfsroot, sysinfo prints hparm -i |
| 70 |
|
* classs/ATA33.source can tune harddisk during installation |
| 71 |
|
* class DEBIAN_DEVEL commented out, because this software package list |
| 72 |
|
mostly segfaults dpkg |
| 73 |
|
* base?_?.tgz now included in nfsroot; BASETGZ not needed any more |
| 74 |
|
* bug fixed: setup_harddisk don't mount preserved partitions if mount |
| 75 |
|
point is not in root directory |
| 76 |
|
* bug fixed: no dns support during chroot in make-fai-nfsroot |
| 77 |
|
|
| 78 |
|
-- Thomas Lange <lange@debian.org> Wed, 29 Nov 2000 11:34:41 +0100 |
| 79 |
|
|
| 80 |
|
fai (1.4.0) unstable; urgency=low |
| 81 |
|
|
| 82 |
|
* faireboot is faster and more reliable |
| 83 |
|
* package depends on nfs-server |
| 84 |
|
* keymap created by shell script ALL (uses $FAI_KEYMAP) |
| 85 |
|
* mk3comimage removed (uses non free software), now netboot is used |
| 86 |
|
* first version of the FAI Guide included |
| 87 |
|
* use dpkg-divert to fake some programs (solves many problems) |
| 88 |
|
* yes pipes <CR> to apt-get during installation |
| 89 |
|
* all definitions from global.conf are moved to fai.conf |
| 90 |
|
* make-fai-nfs now uses chroot when calling apt-get |
| 91 |
|
so nfsroot must not use the same Debian distribution as the server |
| 92 |
|
* $MNTPOINT is mount point for Debian mirror |
| 93 |
|
* postinst tasks are moved to fai-setup script |
| 94 |
|
* $UTC, $FAI_CONFIGDIR added to fai.conf |
| 95 |
|
* bug fixed: loopback device was not set up |
| 96 |
|
|
| 97 |
|
-- Thomas Lange <lange@debian.org> Mon, 6 Nov 2000 12:20:00 +0100 |
| 98 |
|
|
| 99 |
fai (1.3.0test2) unstable; urgency=low |
fai (1.3.0test2) unstable; urgency=low |
| 100 |
|
|
| 101 |
* loopback device is set up during installation |
* loopback device is set up during installation |