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

Diff of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1174 by lange, Tue Apr 9 16:29:42 2002 UTC revision 1777 by lange, Thu Apr 3 14:57:24 2003 UTC
# Line 1  Line 1 
1    fai (2.4.1) unstable; urgency=low
2    
3      * set correct year in fai guide
4      * dhcp3 support
5      * make-fai-bootfloppy: force ext2 when mounting floppy, blank first
6        sector
7      * make-fai-nfsroot: FAI_BOOT determines which boot protocol to set up,
8        fix ownership of  $NFSROOT/root/.ssh/authorized_keys (closes: #183989)
9      * use ext3 in most disk_config samples
10      * Makefile: do not copy executable twice
11      * minor changes to packages_config/AUDIO
12      * install_packages: call "apt-get clean" to remove unused package files
13      * fai.conf: add FAI_BOOT, add SERVERINTERFACE, add example how to access
14        a mirror created by mkdebmirror via HTTP
15      * S20: bug fix, move inserting $rootpw from GERMAN to any section
16      * fai-class: add . to PATH; test operator == replaced by -eq
17      * DEFAULT/S01: new location for bootsector executable
18      * dhclient-perl: use short hostname
19      * new script fai-do-scripts, contains the do_script() subroutine and
20        task_configure code
21    
22     -- Thomas Lange <lange@debian.org>  Thu,  3 Apr 2003 16:57:12 +0200
23    
24    fai (2.4) unstable; urgency=low
25    
26      * not alles changes in templates/* are listed here, there are to many
27      * use command fai-class to define classes, fai-class writes status of
28        every script to status.log
29      * make variables local or unset them after use, unset function
30        definitions after use
31      * add config files for XFree86 4.1
32      * many changes in the package_config files
33      * bootsector: do not use dpkg to get hardware architecture, add man page
34      * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)
35      * control: correct name for Debian distribution (closes: #150887)
36      * new templates: hooks/partition.kueppers.source, hooks/faiend.LAST
37        package_config/WWWKIOSK, class/WWWKIOSK.var, package_config/paeffgen
38      * make-fai-nfsroot: add -l to tar when creating base.tgz (closes: #151173),
39        add noatime to mount, new mknbi-linux options, check for existence of
40        mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call
41        rdev, remove packages that are already installed by debootstrap, new
42        option for mknbi-linux, always do setup for dhcp and bootp, write PATH
43        to /root/.profile, correct location for syslog.conf, copy sources.list
44        from /etc/fai if available, add diversion for discover, add rsync, ssh
45        to nfsroot, do not die when mknbi-linux is missing, do not create
46        device nodes (closes: #174844)
47      * class/70partition: bug fix. Use the same file as setup_harddisk to
48        determine classes which depend on partitions
49      * scripts/*: convert some shell code to cfengine code, do not use fcopy
50        if only a few lines has to be changed
51      * scripts/BOOT: echo each kernel module to a seperate line in, add
52        supoprt for kernel using initrd, use fcopy for lilo.conf and menu.lst,
53        /etc/modules, lilo.conf can also boot the old kernel, add initrd
54        option when using grub
55      * scripts/DEFAULT1/S20: use declaration directories, add WWWKIOS entries
56      * scripts/LAST: add call: apt-get -f install, copy sources.list
57      * scripts/USB removed, now made in S20
58      * scripts/FAI_BOOTPART: missing $target added, remove rdev call
59      * share/subroutines*: better regex for matching disks in /proc/partitions,
60        task_sysinfo, prepare_apt, add link last to last action performed, new
61        variable $LOGSERVER, list_disks move to a external script, disable
62        debugging output in ifclass(), write exit status of scripts and hook
63        to status.log and stdout, create_resolv_conf now an external script,
64        write exit status of hooks to status.log, do not define $revclasses,
65        save variables to variables.sh, subroutine task unsets the definition
66        of the executed task after its execution, source hooks/subroutines now
67        in fai_setup, remove task_backup, move load_keymap_consolechars to
68        rcS_fai
69      * share/subroutines-linux: remove diskandsize(), disk_info now called
70        set_disk_info() which calls externel script
71      * task_instsoft(): mount --bind /fai /tmp/target/fai so packages in
72        /fai/files/packages can be installed using apt-get
73      * new script disk-info prints a list of all disks and their sizes
74      * new script get-boot-info contains subroutines for getting info via
75        BOOTP or DHCP, also detects network devices
76      * DEFAULT/S01: install $addpackages with one dpkg call, installation of
77        default kernel creates symlinks in /, make /root accessable only by
78        root, use fcopy -r to copy all dot files for the root account, do not
79        copy sources.list
80      * ftar: conditional rm -rf, echange in error message
81      * test if mknbi-linux is available (closes: #167900)
82      * make-fai-bootfloppy: add grub support, code reorganized and split into
83        more subroutines, rmdir lost+found and copy fewer files to get more
84        space on the floppy, replace $UID with `id -u`, create a generic boot
85        floppy independant of the boot protocol, use one image with multiple
86        append parameters, new options -v, -d, -l, -g
87      * bug fix: hooks can now skip its task again
88      * NFS file systems are also mounted with noatime.
89      * rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the
90        very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined
91        before doing anything else, create_ramdisk is an extern script, new
92        options for remounting /, remove some unused variables
93      * task_sysinfo now a separate script; add lsmod call, new test if
94        executables are available is using which, move log file from kudzu to
95        $LOGDIR
96        * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script
97        fai-divert
98      * fai-divert: be quiet unless debug is set
99      * mount_local_disks, umount_local_disks, fstab_mount move to new script
100        fai-mount-disk
101      * Fai.pm and subroutines* are moved from lib/ moved to share/
102      * Fai.pm: call disk-info to get size of all disks
103      * fai-setup: ssh-keygen needs option -t (closes: #156947), test if
104        nfsserver is set
105      * fai.conf: correct line containing proposed-updates, new variable
106        FAI_LOCAL_REPOSITORY, new directory for debian mirror, add
107        architecture to debootstrap options, move some nfsroot packages to
108        make-fai-nfsroot script, add $FAI_LOCATION, remove FAI_SHAREDIR
109      * setup_harddisks: allow more that 3 primary partitions, new regex for
110        matching disks and partitions, write less info to stdout, do not write
111        info to stdout which is written to a separate file, name of partition
112        table changed from hda.sfdisk to partition.hda
113      * add sources.list in conf, it's used when FAI_SOURCES_LIST in undefined
114      * fai_modules_off: add block-major-{104,105}
115      * remove debian/undocumented
116      * install_packages: add option -l, only print the list of packages,
117        add option -h, -t does not executes the commands, support for classes
118        listed after command, change in echo strings, add option to manual
119      * disk_config/: make /fai-boot partition larger, CS_KOELN use more
120        flexible values for partitions sizes
121      * add suffix -386 to name of kernel-image package
122      * save_log_*(): do not create loops in symlinks, moved to external
123        script fai-savelog
124      * apt.conf: add option force-confdef to dpkg call
125      * 06hwdetect script loads SCSI and IDE modules and prints /proc/scsi
126        info, less messages in verbose mode, detect SCSI devices correctly
127      * move mount2dir to lib directory, echo different messages for verbose
128        and debug flags
129      * fcopy bug fix: option -r does not work correctly, when no matching
130        file for a class is found, do not exit with error, add option -i and
131        -B, use $LOGDIR, set $ROOTCMD for postinst scripts
132      * templates/package_config: use nfs-kernel-server
133      * debian/rules: use dh_installman to install manual pages
134      * ATA33.var no longer needed, no tuning via hdparm in *.var
135      * lots of updates and additions to the manual
136    
137     -- Thomas Lange <lange@debian.org>  Thu, 13 Feb 2003 11:45:29 +0100
138    
139    fai (2.3.4) unstable; urgency=low
140    
141      * default name for fai kernel-image has changed
142    
143     -- Thomas Lange <lange@debian.org>  Thu, 16 May 2002 14:42:00 +0200
144    
145    fai (2.3.3) unstable; urgency=medium
146    
147      * enable use strict in perl scripts
148      * remove some potato specific code
149      * typo fixed (closes: #143272)
150      * add some packages to SERVER
151      * copy id_dsa* and id_rsa* files in make-fai-nfsroot
152      * debian/rules uses DH_COMPAT=3
153      * add packages to AUDIO, changes in SERVER
154      * potato specific code removed
155      * faireboot kills syslogd before booting
156      * change symlink of rcS_fai (closes: #146430)
157      * print warning before removing nfsroot
158      * do not compress pdf files in /usr/share/doc/
159    
160     -- Thomas Lange <lange@debian.org>  Thu, 16 May 2002 09:27:15 +0200
161    
162    fai (2.3.2) unstable; urgency=low
163    
164      * bug fix: THISLOG is unused variable
165      * added save_log_*(): only remove files (-type f added)
166      * load net-pf-1 kernel module (unix socket)
167      * minor changes in package_config files
168      * added script class/S03hwdetect.source
169      * dhclient-perl: dhcp use host_name
170      * faireboot: use rmalldivert for removing diversions
171      * $divertlist not used any more; use dpkg-divert --list
172      * setup_harddisks writes list of swap devices; they are enables using swapon
173    
174     -- Thomas Lange <lange@debian.org>  Mon, 29 Apr 2002 19:47:39 +0200
175    
176    fai (2.3.1) unstable; urgency=low
177    
178      * bug fix in make-fai-bootfloppy, fcopy
179      * first letter in description now uppercase (closes: #142017)
180      * add option -m to make-fai-bootfloppy
181      * save keymap to boottime.kmap.gz
182      * add many comments to shell scripts
183      * copy $loguserhome/.ssh/*.pub files to $NFSROOT/root/.ssh
184      * packages from $addpackages are also installed to the system if
185        they exist in $FAI/files/packages/
186      * minor changes in package_config files
187      * move task_confdir() to subroutines-linux
188      * added create_resolv_conf(); code removed from task_confdir
189      * jobsrunning() subroutine for linux and solaris added
190      * faireboot: source fai.conf and subroutines-$OS_TYPE
191      * subroutines-linux: additional way to determine all ethernet devices
192      * move some packages from $NFSROOT_PACKAGES into make-fai-nfsroot
193      * add more .ssh/ files to nfsroot
194      * $FAI_SUBDIR renamed to $FAI_SHAREDIR
195      * rcS_fai: add $osname
196      * write some variabel definitions to $rcsfaivar (used for remote logins)
197    
198     -- Thomas Lange <lange@debian.org>  Tue, 16 Apr 2002 13:30:04 +0200
199    
200  fai (2.3) unstable; urgency=low  fai (2.3) unstable; urgency=low
201    
202    * default configurations are for Debian 3.0    * default configurations are for Debian 3.0
# Line 9  fai (2.3) unstable; urgency=low Line 208  fai (2.3) unstable; urgency=low
208    * many files: use $FAI instead of fixes /fai, config file moved to    * many files: use $FAI instead of fixes /fai, config file moved to
209      from /etc/fai.conf to /etc/fai/fai.conf      from /etc/fai.conf to /etc/fai/fai.conf
210    * store log files to $LOGDIR (default to /tmp/fai), can be set in fai.conf    * store log files to $LOGDIR (default to /tmp/fai), can be set in fai.conf
211    * read also subroutines-$OSTYPE file    * read also subroutines-$OS_TYPE file
212    * fai.conf: moved to /etc/fai/fai.conf    * fai.conf: moved to /etc/fai/fai.conf
213      variables removed: FAI_ARCH, UTC (now in class/*.var), KERNELVERSION      variables removed: FAI_ARCH, UTC (now in class/*.var), KERNELVERSION
214      variables added: FAI, FAI_DEBOOTSTRAP_OPTS      variables added: FAI, FAI_DEBOOTSTRAP_OPTS
# Line 66  fai (2.3) unstable; urgency=low Line 265  fai (2.3) unstable; urgency=low
265    * added prtnetgr; change netgroup example and script all_hosts to use it    * added prtnetgr; change netgroup example and script all_hosts to use it
266    * fcopy: added debug message if executing postinst, ignore CVS    * fcopy: added debug message if executing postinst, ignore CVS
267      directories, use File::Find, now sets envionment variables $target and      directories, use File::Find, now sets envionment variables $target and
268      $FAI_ROOT, bug fix in -d option, new options -L and -P,      $FAI_ROOT, bug fix in -d option, new options -L and -P
269    * KERNELVERSION not needed in fai.conf, now automaticly determined in    * KERNELVERSION not needed in fai.conf, now automaticly determined in
270      make-fai-* scripts      make-fai-* scripts
271    * FAI_FILES removed    * FAI_FILES removed
# Line 353  fai (1.2.0beta1) unstable; urgency=low Line 552  fai (1.2.0beta1) unstable; urgency=low
552      installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient      installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient
553      flag verbose controls output level      flag verbose controls output level
554      nfsroot is created without any interaction      nfsroot is created without any interaction
555      base2_2.tgz is fetched via wget, if it's not found in /tmp      base2_2.tgz is fetched via wget if it's not found in /tmp
556    
557    * new start-stop-daemon script instead of symlink to fake it    * new start-stop-daemon script instead of symlink to fake it
558    
# Line 380  fai (1.1beta1) unstable; urgency=low Line 579  fai (1.1beta1) unstable; urgency=low
579    * Initial Release.    * Initial Release.
580    
581   -- Thomas Lange <lange@informatik.uni-koeln.de>  Wed,  7 Jun 2000 11:16:23 +0200   -- Thomas Lange <lange@informatik.uni-koeln.de>  Wed,  7 Jun 2000 11:16:23 +0200
   
 Local variables:  
 mode: debian-changelog  
 End:  

Legend:
Removed from v.1174  
changed lines
  Added in v.1777

  ViewVC Help
Powered by ViewVC 1.1.5