| 1 |
fai (2.0) unstable; urgency=low |
fai (2.0pre) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* first upload to Debian archive |
| 4 |
* kernel-2.2.19 support |
* kernel-2.2.19 support |
| 5 |
* order of classes now (with increasing priority): |
* order of classes now (with increasing priority): |
| 6 |
DEFAULT, <other classes>, $HOSTNAME, LAST |
DEFAULT, <other classes>, $HOSTNAME, LAST |
| 7 |
* architecture is now also a class (see S01alias.sh) |
* architecture is now also a class (see S01alias.sh) |
| 8 |
* class/*.source renamed to class/*.var, because they define variables |
* class/*.source renamed to class/*.var, because they define variables |
| 9 |
|
* new description of all classes |
| 10 |
* $moduleslist is the list of modules that will be loaded by the new system |
* $moduleslist is the list of modules that will be loaded by the new system |
| 11 |
* names of examples changed to make them more clear |
* names of examples changed to make them more comprehensible |
| 12 |
* FAI_PACKAGEDIR now FAI_DEBMIRROR |
* FAI_PACKAGEDIR now FAI_DEBMIRROR |
|
* converted many cfengine scripts to shell scripts |
|
| 13 |
* new fcopy script for copying files with classes |
* new fcopy script for copying files with classes |
| 14 |
* new ftar script for extracting tar files with classes |
* new ftar script for extracting tar files with classes |
| 15 |
|
* manual pages for fcopy, ftar |
| 16 |
|
* converted many cfengine scripts to shell scripts |
| 17 |
* several classes and scripts removed and rearranged |
* several classes and scripts removed and rearranged |
| 18 |
* S90partitions.pl replaces the old shell version |
* S90partitions.pl replaces the old shell version |
| 19 |
* add FAI_BOOTPART class and scripts |
* add FAI_BOOTPART class and scripts |
| 20 |
* klogd, syslogd running during installation |
* klogd, syslogd running during installation |
|
* manual pages increased |
|
| 21 |
* make-fai-bootfloppy can take additional parameters for the kernel and |
* make-fai-bootfloppy can take additional parameters for the kernel and |
| 22 |
supports multiple network interface cards |
supports multiple network interface cards |
| 23 |
* kernel append parameters define variables in rcS_fai |
* kernel append parameters define variables in rcS_fai |
| 24 |
* added subroutine isclass, rwmount |
* added subroutines isclass, rwmount |
| 25 |
* make many variables local |
* make many variables local |
| 26 |
* better debugging of shell scripts |
* better debugging of shell scripts |
| 27 |
* remote login sources subroutines |
* remote login has all subroutines available |
| 28 |
* faireboot -s saves log files to install server |
* faireboot -s saves log files to install server |
| 29 |
* sfdisk call removed from subroutines and Fai.pm, since it's not |
* sfdisk call removed from subroutines and Fai.pm, since it's not |
| 30 |
portable; unfortunately setup_hardisk is using it |
portable; unfortunately setup_hardisk still using it |
| 31 |
* new mount2target script; this task is removed from setup_hardisk |
* new mount2dir command; this task is removed from setup_hardisk |
| 32 |
* files in package_config can use dpkg --get-selections format |
* files in package_config can use dpkg --get-selections format |
| 33 |
|
* redundant packages in package_config/COMPILE removed |
| 34 |
|
* PRELOADRM feature for package_config |
| 35 |
* comments in files in package_config/ are now everything after a #, not |
* comments in files in package_config/ are now everything after a #, not |
| 36 |
only at the beginning of a line |
only at the beginning of a line |
| 37 |
* lvm not in nfsroot by default, grub now included |
* lvm not in nfsroot by default, grub now included |
| 39 |
ssh/scp (see fai.conf) |
ssh/scp (see fai.conf) |
| 40 |
* modprobe displays less errors |
* modprobe displays less errors |
| 41 |
* all release timestamp in this changelog until version 1.4.2 are |
* all release timestamp in this changelog until version 1.4.2 are |
| 42 |
wrong; they indicate the time when I started hacking the version; |
wrong; they indicate the time when I started hacking the next version; |
| 43 |
these are the correct release dates (all in the year 2000): |
these are the correct release dates: |
| 44 |
Jun 20 2000 fai_1.1beta2.tar.gz |
Jun 20 2000 fai_1.1beta2.tar.gz |
| 45 |
Jul 11 2000 fai_1.2.0beta1.tar.gz |
Jul 11 2000 fai_1.2.0beta1.tar.gz |
| 46 |
Oct 26 14:41 fai_1.3.0test1.tar.gz |
Oct 26 2000 fai_1.3.0test1.tar.gz |
| 47 |
Nov 6 12:59 fai_1.3.0test2.tar.gz |
Nov 6 2000 fai_1.3.0test2.tar.gz |
| 48 |
Nov 23 17:05 fai_1.4.0.tar.gz |
Nov 23 2000 fai_1.4.0.tar.gz |
| 49 |
Dec 7 16:42 fai_1.4.1.tar.gz |
Dec 7 2000 fai_1.4.1.tar.gz |
| 50 |
Dec 12 16:43 fai_1.4.2.tar.gz |
Dec 12 2000 fai_1.4.2.tar.gz |
| 51 |
|
|
| 52 |
* NOT YET RELEASED ! CHANGE DATE WITH C-C C-F, change E-Mail |
* NOT YET RELEASED ! CHANGE DATE WITH C-C C-F, change E-Mail |
| 53 |
|
|
| 54 |
-- Thomas Lange <lange@debian.org> Fri, 27 Apr 2001 18:11:08 +0200 |
-- Thomas Lange <lange@debian.org> Tue, 8 May 2001 10:31:22 +0200 |
| 55 |
|
|
| 56 |
fai (1.4.2) unstable; urgency=low |
fai (1.4.2) unstable; urgency=low |
| 57 |
|
|