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

Contents of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5