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

Diff of /trunk/debian/changelog

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

revision 1532 by lange, Fri Jan 24 16:21:22 2003 UTC revision 1967 by lange, Wed Jul 23 13:27:25 2003 UTC
# Line 1  Line 1 
1  fai (2.4beta) unstable; urgency=low  fai (2.5beta) unstable; urgency=low
2    
3      * add script fai-chboot
4      * add script fai-savelog-ftp
5      * add vaiables to fai.conf: FAI_LOGPROTO LOGSERVER LOGPASSWD; used by
6        fai-savelog-ftp, localhost is default for $installserver
7      * make-fai-nfsroot: add option -f, change to #! /bin/bash, copy
8        resolv.conf to $NFSROOT, add libnet-perl, trap errors, add bad_exit()
9      * make-fai-bootfloppy: bug fix, add root=/dev/nfs (closes: #198568),
10        remove ip=both for fixed ip-address, change to !# /bin/bash
11      * make-fai-bootfloppy.8: add example with fixed IP address
12      * minor changes in package_config
13      * install_packages: add force-yes to apt-get install
14      * bug fix: /proc/cmdline info is trashed when reading a long kernel
15        command line
16      * make-fai-nfsroot: create package list that depends on architecure,
17        make symlink for syslogd
18      * scripts/BOOT: add grub entry for memtest
19      * scripts/DEFAULT1/S01: do never fsck ext3 partitions; add -M to some
20        fcopy calls; add user demo
21      * scripts/DEFAULT1/S20: enable tcp connections for X server for CS_KOELN
22      * fcopy: add option -M and -b; add variables FCOPY_LASTLOG and
23        FCOPY_UPDATELOG; remove substring from an ewarn call
24      * subroutines: append $FAI_ACTION to file $rcsfaivar
25      * subroutines-linux: add support for fai-chboot
26      * hook faiend.LAST renamed to savelog.LAST
27      * setup_harddisks: add XFS filesystem support, add sfdisk environment
28        variable
29      * fai-savelog: make a bash script; use -exec instead of xargs because of
30        sunos version of xargs
31      * class/{dom,kueppers}: add NOSECURETTY
32      * lib/get-boot-info: print warning message if no boot protocol was
33        detected, add network info to boot.log if booting from floppy with
34        fixed IP address
35      * chkdebnames: bug in regex fixed
36      * lib/create_resolv_conf: use resolv.conf from isntallserver if $DOMAIN
37        is not defined
38      * lib/task_sysinfo: call programm sysinfo if available
39      * scripts/NETWORK1/S40: copy /etc/network/interfaces /etc/hosts /etc/networks
40        using fcopy, add -i to fcopy calls
41      * scripts/DEFAULT1/S10: create etec/hostname only if fcopy fails
42      * class/01alias: use classes from file demo if hostname is demohost
43      * class/11modules.source: now uses code from DEFAULT.mod
44      * examples now live in /usr/share/doc/examples{simple,advanced}
45      * utils move back to doc/examples/utils directory
46      * utils/rshall: add exclude function
47      * class/06hwdetect.source tries to detect video card
48    
49     -- Thomas Lange <lange@debian.org>  Wed, 23 Jul 2003 11:46:45 +0200
50    
51    fai (2.4.1) unstable; urgency=low
52    
53      * set correct year in fai guide
54      * dhcp3 support
55      * make-fai-bootfloppy: force ext2 when mounting floppy, blank first
56        sector
57      * make-fai-nfsroot: FAI_BOOT determines which boot protocol to set up,
58        fix ownership of  $NFSROOT/root/.ssh/authorized_keys (closes: #183989)
59      * use ext3 in most disk_config samples
60      * Makefile: do not copy executable twice
61      * minor changes to packages_config/AUDIO
62      * install_packages: call "apt-get clean" to remove unused package files
63      * fai.conf: add FAI_BOOT, add SERVERINTERFACE, add example how to access
64        a mirror created by mkdebmirror via HTTP
65      * S20: bug fix, move inserting $rootpw from GERMAN to any section
66      * fai-class: add . to PATH; test operator == replaced by -eq
67      * DEFAULT/S01: new location for bootsector executable
68      * dhclient-perl: use short hostname
69      * new script fai-do-scripts, contains the do_script() subroutine and
70        task_configure code
71      * QUESTIONAIRE: added questions
72    
73     -- Thomas Lange <lange@debian.org>  Thu,  3 Apr 2003 16:57:12 +0200
74    
75    fai (2.4) unstable; urgency=low
76    
77      * not alles changes in templates/* are listed here, there are to many
78    * use command fai-class to define classes, fai-class writes status of    * use command fai-class to define classes, fai-class writes status of
79      every script to status.log      every script to status.log
80    * create config files for XFree86 4.1    * make variables local or unset them after use, unset function
81        definitions after use
82      * add config files for XFree86 4.1
83    * many changes in the package_config files    * many changes in the package_config files
84    * bootsector: do not use dpkg to get hardware architecture, add man page    * bootsector: do not use dpkg to get hardware architecture, add man page
85    * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)    * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)
# Line 15  fai (2.4beta) unstable; urgency=low Line 92  fai (2.4beta) unstable; urgency=low
92      rdev, remove packages that are already installed by debootstrap, new      rdev, remove packages that are already installed by debootstrap, new
93      option for mknbi-linux, always do setup for dhcp and bootp, write PATH      option for mknbi-linux, always do setup for dhcp and bootp, write PATH
94      to /root/.profile, correct location for syslog.conf, copy sources.list      to /root/.profile, correct location for syslog.conf, copy sources.list
95      from /etc/fai if available, add diversion for discover      from /etc/fai if available, add diversion for discover, add rsync, ssh
96        to nfsroot, do not die when mknbi-linux is missing, do not create
97        device nodes (closes: #174844)
98      * class/70partition: bug fix. Use the same file as setup_harddisk to
99        determine classes which depend on partitions
100    * scripts/*: convert some shell code to cfengine code, do not use fcopy    * scripts/*: convert some shell code to cfengine code, do not use fcopy
101      if only a few lines has to be changed      if only a few lines has to be changed
102    * scripts/BOOT: echo each kernel module to a seperate line in, add    * scripts/BOOT: echo each kernel module to a seperate line in, add
# Line 26  fai (2.4beta) unstable; urgency=low Line 107  fai (2.4beta) unstable; urgency=low
107    * scripts/LAST: add call: apt-get -f install, copy sources.list    * scripts/LAST: add call: apt-get -f install, copy sources.list
108    * scripts/USB removed, now made in S20    * scripts/USB removed, now made in S20
109    * scripts/FAI_BOOTPART: missing $target added, remove rdev call    * scripts/FAI_BOOTPART: missing $target added, remove rdev call
110    * lib/subroutines*: better regex for matching disks in /proc/partitions,    * share/subroutines*: better regex for matching disks in /proc/partitions,
111      task_sysinfo, prepare_apt, add link last to last action performed, new      task_sysinfo, prepare_apt, add link last to last action performed, new
112      variable $LOGSERVER, list_disks move to a external script, disable      variable $LOGSERVER, list_disks move to a external script, disable
113      debugging output in ifclass(), write exit status of scripts and hook      debugging output in ifclass(), write exit status of scripts and hook
114      to status.log and stdout, create_resolv_conf now an external script,      to status.log and stdout, create_resolv_conf now an external script,
115      write exit status of hooks to status.log      write exit status of hooks to status.log, do not define $revclasses,
116        save variables to variables.sh, subroutine task unsets the definition
117        of the executed task after its execution, source hooks/subroutines now
118        in fai_setup, remove task_backup, move load_keymap_consolechars to
119        rcS_fai
120      * share/subroutines-linux: remove diskandsize(), disk_info now called
121        set_disk_info() which calls externel script
122    * task_instsoft(): mount --bind /fai /tmp/target/fai so packages in    * task_instsoft(): mount --bind /fai /tmp/target/fai so packages in
123      /fai/files/packages can be installed using apt-get      /fai/files/packages can be installed using apt-get
124      * new script disk-info prints a list of all disks and their sizes
125    * new script get-boot-info contains subroutines for getting info via    * new script get-boot-info contains subroutines for getting info via
126      BOOTP or DHCP, also detects network devices      BOOTP or DHCP, also detects network devices
127    * DEFAULT/S01: install $addpackages with one dpkg call, installation of    * DEFAULT/S01: install $addpackages with one dpkg call, installation of
# Line 52  fai (2.4beta) unstable; urgency=low Line 139  fai (2.4beta) unstable; urgency=low
139    * NFS file systems are also mounted with noatime.    * NFS file systems are also mounted with noatime.
140    * rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the    * rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the
141      very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined      very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined
142      before doing anything else, create_ramdisk is an extern script      before doing anything else, create_ramdisk is an extern script, new
143        options for remounting /, remove some unused variables
144    * task_sysinfo now a separate script; add lsmod call, new test if    * task_sysinfo now a separate script; add lsmod call, new test if
145      executables are available is using which      executables are available is using which, move log file from kudzu to
146        $LOGDIR
147      * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script      * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script
148      fai-divert      fai-divert
149    * fai-divert: be quiet unless debug is set    * fai-divert: be quiet unless debug is set
150    * mount_local_disks, umount_local_disks, fstab_mount move to new script    * mount_local_disks, umount_local_disks, fstab_mount move to new script
151      fai-mount-disk      fai-mount-disk
152    * Fai.pm and subroutines* are moved from lib/ moved to share/    * Fai.pm and subroutines* are moved from lib/ moved to share/
153    * fai-setup: ssh-keygen needs option -t (closes: #156947)    * Fai.pm: call disk-info to get size of all disks
154      * fai-setup: ssh-keygen needs option -t (closes: #156947), test if
155        nfsserver is set
156    * fai.conf: correct line containing proposed-updates, new variable    * fai.conf: correct line containing proposed-updates, new variable
157      FAI_LOCAL_REPOSITORY, new directory for debian mirror      FAI_LOCAL_REPOSITORY, new directory for debian mirror, add
158        architecture to debootstrap options, move some nfsroot packages to
159        make-fai-nfsroot script, add $FAI_LOCATION, remove FAI_SHAREDIR
160    * setup_harddisks: allow more that 3 primary partitions, new regex for    * setup_harddisks: allow more that 3 primary partitions, new regex for
161      matching disks and partitions, write less info to stdout, do not write      matching disks and partitions, write less info to stdout, do not write
162      info to stdout which is written to a separate file      info to stdout which is written to a separate file, name of partition
163        table changed from hda.sfdisk to partition.hda
164      * add sources.list in conf, it's used when FAI_SOURCES_LIST in undefined
165    * fai_modules_off: add block-major-{104,105}    * fai_modules_off: add block-major-{104,105}
166    * remove debian/undocumented    * remove debian/undocumented
167    * install_packages: add option -l, only print the list of packages,    * install_packages: add option -l, only print the list of packages,
# Line 78  fai (2.4beta) unstable; urgency=low Line 173  fai (2.4beta) unstable; urgency=low
173    * save_log_*(): do not create loops in symlinks, moved to external    * save_log_*(): do not create loops in symlinks, moved to external
174      script fai-savelog      script fai-savelog
175    * apt.conf: add option force-confdef to dpkg call    * apt.conf: add option force-confdef to dpkg call
176    * 06hwdetect script loads scsi and ide modules and prints /proc/scsi    * 06hwdetect script loads SCSI and IDE modules and prints /proc/scsi
177      info, less messages in verbose mode      info, less messages in verbose mode, detect SCSI devices correctly
178    * move mount2dir to lib directory, echo different messages for verbose    * move mount2dir to lib directory, echo different messages for verbose
179      and debug flags      and debug flags
180    * fcopy bug fix: option -r does not work correctly, when no matching    * fcopy bug fix: option -r does not work correctly, when no matching
181      file for a class is found, do not exit with error      file for a class is found, do not exit with error, add option -i and
182        -B, use $LOGDIR, set $ROOTCMD for postinst scripts
183    * templates/package_config: use nfs-kernel-server    * templates/package_config: use nfs-kernel-server
184    * debian/rules: use dh_installman to install manual pages    * debian/rules: use dh_installman to install manual pages
185    * ATA33.var no longer needed, no tuning via hdparm in *.var    * ATA33.var no longer needed, no tuning via hdparm in *.var
186      * lots of updates and additions to the manual
187    
188   -- Thomas Lange <lange@debian.org>  Mon, 13 Jan 2003 18:41:48 +0100   -- Thomas Lange <lange@debian.org>  Thu, 13 Feb 2003 11:45:29 +0100
189    
190  fai (2.3.4) unstable; urgency=low  fai (2.3.4) unstable; urgency=low
191    

Legend:
Removed from v.1532  
changed lines
  Added in v.1967

  ViewVC Help
Powered by ViewVC 1.1.5