| 1 |
|
fai (2.2) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* fix lilo bug in make-fai-bootfloppy |
| 4 |
|
* user can define their own action using FAI_ACTION and |
| 5 |
|
creating a command /fai/hooks/$FAI_ACTION |
| 6 |
|
* rcS_fai rearranged; move a lot of subroutines into subroutines |
| 7 |
|
* hooks can force rcS_fai to skip the default task |
| 8 |
|
* timeout for bootpc can be set in rcS_fai |
| 9 |
|
* new subroutine ether_info sets variable $ethers |
| 10 |
|
* unused subroutine myyes removed |
| 11 |
|
* prepare-apt.log renamed to updatebase.log |
| 12 |
|
* task_sysinfo only probes available disks |
| 13 |
|
* install_packages: support for new task packages using tasksel |
| 14 |
|
* get_bootp_info() and get_dhcp_info() uses multiple network interfaces |
| 15 |
|
via variable $netdevices |
| 16 |
|
* layout of local Debian mirror for non-US changed |
| 17 |
|
* mkdebmirror: non-US has new location, minor bugs removed |
| 18 |
|
* rmdivert moves distrib.dpkg-new files |
| 19 |
|
* new chapter about installing a Beowulf cluster |
| 20 |
|
* bug in list_disks() fixed |
| 21 |
|
* diskless class is automaticly defined, improved diskless hook |
| 22 |
|
* package nfs-common added to nfsroot for lockd, statd |
| 23 |
|
* support for additional variable definitions and classes |
| 24 |
|
* new utilities: all_hosts, rshall and softupdate |
| 25 |
|
* new examples for Beowulf cluster: atoms, ATOMCLIENT, BEOWULF |
| 26 |
|
* defvar and devclass are now called before task_action |
| 27 |
|
* bug fix: fcopy down not convert from octal when using file-modes |
| 28 |
|
* all file in /files/root/ use file-modes |
| 29 |
|
* tlink can show symlink of a host or all file in /boot/fai |
| 30 |
|
* new class NOSECURETTY, NOTCPD |
| 31 |
|
|
| 32 |
|
-- Thomas Lange <lange@debian.org> Fri, 14 Sep 2001 14:35:49 +0200 |
| 33 |
|
|
| 34 |
fai (2.1) unstable; urgency=low |
fai (2.1) unstable; urgency=low |
| 35 |
|
|
| 36 |
* user visible changes are now reported in NEWS file |
* user visible changes are now reported in NEWS file |
| 106 |
* make-fai-bootfloppy can take additional parameters for the kernel and |
* make-fai-bootfloppy can take additional parameters for the kernel and |
| 107 |
supports multiple network interface cards |
supports multiple network interface cards |
| 108 |
* kernel append parameters define variables in rcS_fai |
* kernel append parameters define variables in rcS_fai |
| 109 |
* added subroutines isclass, rwmount |
* added subroutines ifclass, rwmount |
| 110 |
* new command bootsector can enable, disable or list magic number of |
* new command bootsector can enable, disable or list magic number of |
| 111 |
boot sector |
boot sector |
| 112 |
* make many variables local |
* make many variables local |