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

Diff of /trunk/debian/changelog

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

revision 1683 by lange, Fri Jan 24 16:21:22 2003 UTC revision 1684 by lange, Thu Feb 6 16:56:15 2003 UTC
# Line 2  fai (2.4beta) unstable; urgency=low Line 2  fai (2.4beta) unstable; urgency=low
2    
3    * use command fai-class to define classes, fai-class writes status of    * use command fai-class to define classes, fai-class writes status of
4      every script to status.log      every script to status.log
5      * make variables local or unset them after use, unset function
6        definitions after use
7    * create config files for XFree86 4.1    * create config files for XFree86 4.1
8    * many changes in the package_config files    * many changes in the package_config files
9    * bootsector: do not use dpkg to get hardware architecture, add man page    * bootsector: do not use dpkg to get hardware architecture, add man page
# Line 15  fai (2.4beta) unstable; urgency=low Line 17  fai (2.4beta) unstable; urgency=low
17      rdev, remove packages that are already installed by debootstrap, new      rdev, remove packages that are already installed by debootstrap, new
18      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
19      to /root/.profile, correct location for syslog.conf, copy sources.list      to /root/.profile, correct location for syslog.conf, copy sources.list
20      from /etc/fai if available, add diversion for discover      from /etc/fai if available, add diversion for discover, add rsync, ssh
21        to nfsroot, do not die when mknbi-linux is missing, do not create
22        device nodes (closes: #174844)
23      * class/70partition: bug fix. Use the same file as setup_harddisk to
24        determine classes which depend on partitions
25    * scripts/*: convert some shell code to cfengine code, do not use fcopy    * scripts/*: convert some shell code to cfengine code, do not use fcopy
26      if only a few lines has to be changed      if only a few lines has to be changed
27    * 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 32  fai (2.4beta) unstable; urgency=low
32    * scripts/LAST: add call: apt-get -f install, copy sources.list    * scripts/LAST: add call: apt-get -f install, copy sources.list
33    * scripts/USB removed, now made in S20    * scripts/USB removed, now made in S20
34    * scripts/FAI_BOOTPART: missing $target added, remove rdev call    * scripts/FAI_BOOTPART: missing $target added, remove rdev call
35    * lib/subroutines*: better regex for matching disks in /proc/partitions,    * share/subroutines*: better regex for matching disks in /proc/partitions,
36      task_sysinfo, prepare_apt, add link last to last action performed, new      task_sysinfo, prepare_apt, add link last to last action performed, new
37      variable $LOGSERVER, list_disks move to a external script, disable      variable $LOGSERVER, list_disks move to a external script, disable
38      debugging output in ifclass(), write exit status of scripts and hook      debugging output in ifclass(), write exit status of scripts and hook
39      to status.log and stdout, create_resolv_conf now an external script,      to status.log and stdout, create_resolv_conf now an external script,
40      write exit status of hooks to status.log      write exit status of hooks to status.log, do not define $revclasses,
41        save variables to variables.sh, subroutine task unsets the definition
42        of the executed task after its execution, source hooks/subroutines now
43        in fai_setup, remove task_backup, move load_keymap_consolechars to
44        rcS_fai
45      * share/subroutines-linux: remove diskandsize(), disk_info now called
46        set_disk_info() which calls externel script
47    * task_instsoft(): mount --bind /fai /tmp/target/fai so packages in    * task_instsoft(): mount --bind /fai /tmp/target/fai so packages in
48      /fai/files/packages can be installed using apt-get      /fai/files/packages can be installed using apt-get
49      * new script disk-info prints a list of all disks and their sizes
50    * new script get-boot-info contains subroutines for getting info via    * new script get-boot-info contains subroutines for getting info via
51      BOOTP or DHCP, also detects network devices      BOOTP or DHCP, also detects network devices
52    * 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 64  fai (2.4beta) unstable; urgency=low
64    * NFS file systems are also mounted with noatime.    * NFS file systems are also mounted with noatime.
65    * 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
66      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
67      before doing anything else, create_ramdisk is an extern script      before doing anything else, create_ramdisk is an extern script, new
68        options for remounting /, remove some unused variables
69    * task_sysinfo now a separate script; add lsmod call, new test if    * task_sysinfo now a separate script; add lsmod call, new test if
70      executables are available is using which      executables are available is using which, move log file from kudzu to
71        $LOGDIR
72      * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script      * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script
73      fai-divert      fai-divert
74    * fai-divert: be quiet unless debug is set    * fai-divert: be quiet unless debug is set
75    * mount_local_disks, umount_local_disks, fstab_mount move to new script    * mount_local_disks, umount_local_disks, fstab_mount move to new script
76      fai-mount-disk      fai-mount-disk
77    * Fai.pm and subroutines* are moved from lib/ moved to share/    * Fai.pm and subroutines* are moved from lib/ moved to share/
78    * fai-setup: ssh-keygen needs option -t (closes: #156947)    * Fai.pm: call disk-info to get size of all disks
79      * fai-setup: ssh-keygen needs option -t (closes: #156947), test if
80        nfsserver is set
81    * fai.conf: correct line containing proposed-updates, new variable    * fai.conf: correct line containing proposed-updates, new variable
82      FAI_LOCAL_REPOSITORY, new directory for debian mirror      FAI_LOCAL_REPOSITORY, new directory for debian mirror, add
83        architecture to debootstrap options, move some nfsroot packages to
84        make-fai-nfsroot script, add $FAI_LOCATION, remove FAI_SHAREDIR
85    * setup_harddisks: allow more that 3 primary partitions, new regex for    * setup_harddisks: allow more that 3 primary partitions, new regex for
86      matching disks and partitions, write less info to stdout, do not write      matching disks and partitions, write less info to stdout, do not write
87      info to stdout which is written to a separate file      info to stdout which is written to a separate file, name of partition
88        table changed from hda.sfdisk to partition.hda
89    * fai_modules_off: add block-major-{104,105}    * fai_modules_off: add block-major-{104,105}
90    * remove debian/undocumented    * remove debian/undocumented
91    * 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 97  fai (2.4beta) unstable; urgency=low
97    * save_log_*(): do not create loops in symlinks, moved to external    * save_log_*(): do not create loops in symlinks, moved to external
98      script fai-savelog      script fai-savelog
99    * apt.conf: add option force-confdef to dpkg call    * apt.conf: add option force-confdef to dpkg call
100    * 06hwdetect script loads scsi and ide modules and prints /proc/scsi    * 06hwdetect script loads SCSI and IDE modules and prints /proc/scsi
101      info, less messages in verbose mode      info, less messages in verbose mode, detect SCSI devices correctly
102    * move mount2dir to lib directory, echo different messages for verbose    * move mount2dir to lib directory, echo different messages for verbose
103      and debug flags      and debug flags
104    * fcopy bug fix: option -r does not work correctly, when no matching    * fcopy bug fix: option -r does not work correctly, when no matching
105      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, -B
106    * templates/package_config: use nfs-kernel-server    * templates/package_config: use nfs-kernel-server
107    * debian/rules: use dh_installman to install manual pages    * debian/rules: use dh_installman to install manual pages
108    * ATA33.var no longer needed, no tuning via hdparm in *.var    * ATA33.var no longer needed, no tuning via hdparm in *.var
109    
110   -- Thomas Lange <lange@debian.org>  Mon, 13 Jan 2003 18:41:48 +0100   -- Thomas Lange <lange@debian.org>  Thu,  6 Feb 2003 17:55:51 +0100
111    
112  fai (2.3.4) unstable; urgency=low  fai (2.3.4) unstable; urgency=low
113    

Legend:
Removed from v.1683  
changed lines
  Added in v.1684

  ViewVC Help
Powered by ViewVC 1.1.5