| 1 |
fai (1.5.0) unstable; urgency=low
|
| 2 |
|
| 3 |
* order of classes now (with increasing priority):
|
| 4 |
DEFAULT, <other classes>, $HOSTNAME, LAST
|
| 5 |
* class/*.source renamed to class/*.var, because they define variables
|
| 6 |
* names of examples changed to make them more clear
|
| 7 |
* FAI_PACKAGEDIR now FAI_DEBMIRROR
|
| 8 |
* converted many cfengine scripts to shell scripts
|
| 9 |
* new fcopy script for copying files with classes
|
| 10 |
* new ftar script for extracting tar files with classes
|
| 11 |
* several classes and scripts removed and rearranged
|
| 12 |
* S90partitions.pl replaces the old shell version
|
| 13 |
* add FAI_BOOTPART class and scripts
|
| 14 |
* klogd, syslogd running during installation
|
| 15 |
* manual pages increased
|
| 16 |
* make-fai-bootfloppy can take additional parameters for the kernel
|
| 17 |
* kernel append parameters define variables in rcS_fai
|
| 18 |
* added subroutine isclass, rwmount
|
| 19 |
* make many variables local
|
| 20 |
* remote login sources subroutines
|
| 21 |
* faireboot -s saves log files to install server
|
| 22 |
* sfdisk call removed from subroutines and Fai.pm, since it's not
|
| 23 |
portable; unfortunately setup_hardisk is using it
|
| 24 |
* new mount2target script; this task is removed from setup_hardisk
|
| 25 |
* comments in files in package_config/ are now everything after a #, not
|
| 26 |
only at the beginning of a line
|
| 27 |
* lvm not in nfsroot by default, grub now included
|
| 28 |
* access from install clients to server can be done via rsh/rcp or
|
| 29 |
ssh/scp (see fai.conf)
|
| 30 |
* modprobe displays less errors
|
| 31 |
* all release timestamp in this changelog until version 1.4.2 are
|
| 32 |
wrong; they indicate the time when I started hacking the version;
|
| 33 |
these are the correct release dates (all in the year 2000):
|
| 34 |
Jun 20 2000 fai_1.1beta2.tar.gz
|
| 35 |
Jul 11 2000 fai_1.2.0beta1.tar.gz
|
| 36 |
Oct 26 14:41 fai_1.3.0test1.tar.gz
|
| 37 |
Nov 6 12:59 fai_1.3.0test2.tar.gz
|
| 38 |
Nov 23 17:05 fai_1.4.0.tar.gz
|
| 39 |
Dec 7 16:42 fai_1.4.1.tar.gz
|
| 40 |
Dec 12 16:43 fai_1.4.2.tar.gz
|
| 41 |
* NOT YET RELEASED ! CHANGE DATE WITH C-C C-F
|
| 42 |
|
| 43 |
-- Thomas Lange <lange@informatik.uni-koeln.de> Mon, 9 Apr 2001 18:02:16 +0200
|
| 44 |
|
| 45 |
fai (1.4.2) unstable; urgency=low
|
| 46 |
|
| 47 |
* add wget to suggests list
|
| 48 |
* xviddetect called for FAI_ACTION=sysinfo
|
| 49 |
* fai.conf: added missing / in ftp definition of FAI_SOURCES_LIST
|
| 50 |
* added parted to nfsroot and package_config/MINI_SOFT
|
| 51 |
* FAI_KEYMAP files can also be located in /fai/files
|
| 52 |
* added subroutine load_keymap_consolechar (was included in rcS_fai)
|
| 53 |
keymap now called correctly
|
| 54 |
* the little FAI banner is now printed on startup
|
| 55 |
* variable hdparm tunes your hard disks and creates rcS.d script
|
| 56 |
|
| 57 |
-- Thomas Lange <lange@debian.org> Mon, 11 Dec 2000 16:36:31 +0100
|
| 58 |
|
| 59 |
fai (1.4.1) unstable; urgency=low
|
| 60 |
|
| 61 |
* swap order of class ALL and hostname
|
| 62 |
* CLASS ALL renamed to DEFAULT
|
| 63 |
* templates/class/S*.source files renamed
|
| 64 |
* scripts in class/ reorganized. First *.{sh,pl) are executed, then
|
| 65 |
$class.source are sourced for all defined classes
|
| 66 |
* install kernels removed, now included in package fai-kernels
|
| 67 |
* hdparm available in nfsroot, sysinfo prints hparm -i
|
| 68 |
* classs/ATA33.source can tune harddisk during installation
|
| 69 |
* class DEBIAN_DEVEL commented out, because this software package list
|
| 70 |
mostly segfaults dpkg
|
| 71 |
* base?_?.tgz now included in nfsroot; BASETGZ not needed any more
|
| 72 |
* bug fixed: setup_harddisk don't mount preserved partitions if mount
|
| 73 |
point is not in root directory
|
| 74 |
* bug fixed: no dns support during chroot in make-fai-nfsroot
|
| 75 |
|
| 76 |
-- Thomas Lange <lange@debian.org> Wed, 29 Nov 2000 11:34:41 +0100
|
| 77 |
|
| 78 |
fai (1.4.0) unstable; urgency=low
|
| 79 |
|
| 80 |
* faireboot is faster and more reliable
|
| 81 |
* package depends on nfs-server
|
| 82 |
* keymap created by shell script ALL (uses $FAI_KEYMAP)
|
| 83 |
* mk3comimage removed (uses non free software), now netboot is used
|
| 84 |
* first version of the FAI Guide included
|
| 85 |
* use dpkg-divert to fake some programs (solves many problems)
|
| 86 |
* yes pipes <CR> to apt-get during installation
|
| 87 |
* all definitions from global.conf are moved to fai.conf
|
| 88 |
* make-fai-nfs now uses chroot when calling apt-get
|
| 89 |
so nfsroot must not use the same Debian distribution as the server
|
| 90 |
* $MNTPOINT is mount point for Debian mirror
|
| 91 |
* postinst tasks are moved to fai-setup script
|
| 92 |
* $UTC, $FAI_CONFIGDIR added to fai.conf
|
| 93 |
* bug fixed: loopback device was not set up
|
| 94 |
|
| 95 |
-- Thomas Lange <lange@debian.org> Mon, 6 Nov 2000 12:20:00 +0100
|
| 96 |
|
| 97 |
fai (1.3.0test2) unstable; urgency=low
|
| 98 |
|
| 99 |
* loopback device is set up during installation
|
| 100 |
* create resolv.conf via script RESOLV instead of using cfengine
|
| 101 |
* printers are defined in class/ not in cfengine script
|
| 102 |
* mount nfs directories using rsize=8192
|
| 103 |
* bug fixed: make-fai-nfsroot removes /boot/*-$KERNELVERSION
|
| 104 |
|
| 105 |
-- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 3 Nov 2000 10:26:03 +0100
|
| 106 |
|
| 107 |
fai (1.3.0test1) unstable; urgency=low
|
| 108 |
|
| 109 |
* kernel in nfsroot is now build with kernel-package (make-kpkg)
|
| 110 |
* installkernel now supports loadable modules
|
| 111 |
* class/S05modules.sh can load modules (example global.mod)
|
| 112 |
* add script make-fai-bootfloppy
|
| 113 |
* client's timezone during installation is now the same as on server
|
| 114 |
* FAI_ACTION sysinfo now mounts all local disk and searches for fstab
|
| 115 |
* add support for expect scripts
|
| 116 |
* add kernel-nfs-server support
|
| 117 |
* do not create account fai if it already exists (e.g when using NIS)
|
| 118 |
* new format for keymap and consolefont definition
|
| 119 |
|
| 120 |
-- Thomas Lange <lange@informatik.uni-koeln.de> Mon, 9 Oct 2000 18:08:02 +0200
|
| 121 |
|
| 122 |
fai (1.2.0beta1) unstable; urgency=low
|
| 123 |
|
| 124 |
* two virtual terminals available (press alt-F2 or alt-F3)
|
| 125 |
|
| 126 |
* make-fai-nfsroot removes pcmcia-cs
|
| 127 |
installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient
|
| 128 |
flag verbose controls output level
|
| 129 |
nfsroot is created without any interaction
|
| 130 |
base2_2.tgz is fetched via wget, if it's not found in /tmp
|
| 131 |
|
| 132 |
* new start-stop-daemon script instead of symlink to fake it
|
| 133 |
|
| 134 |
* configuration for kernel 2.2.17
|
| 135 |
|
| 136 |
* start sshd during installation for remote access;
|
| 137 |
add "sshd" to FAI_FLAGS to enable this
|
| 138 |
remote reboot possible via: ssh -l root hostname faireboot
|
| 139 |
|
| 140 |
* additional dhcp support available (bootp is still the default)
|
| 141 |
|
| 142 |
* cvs repository available
|
| 143 |
|
| 144 |
-- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 30 Jun 2000 13:41:13 +0200
|
| 145 |
|
| 146 |
fai (1.1beta2) unstable; urgency=low
|
| 147 |
|
| 148 |
* PRELOAD feature, faireboot added
|
| 149 |
|
| 150 |
-- Thomas Lange <lange@informatik.uni-koeln.de> Tue, 20 Jun 2000 16:29:14 +0200
|
| 151 |
|
| 152 |
fai (1.1beta1) unstable; urgency=low
|
| 153 |
|
| 154 |
* Initial Release.
|
| 155 |
|
| 156 |
-- Thomas Lange <lange@informatik.uni-koeln.de> Wed, 7 Jun 2000 11:16:23 +0200
|
| 157 |
|
| 158 |
Local variables:
|
| 159 |
mode: debian-changelog
|
| 160 |
End:
|