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

Diff of /trunk/debian/changelog

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

revision 1396 by lange, Wed Dec 18 14:43:51 2002 UTC revision 1719 by lange, Wed Feb 12 17:39:31 2003 UTC
# Line 1  Line 1 
1  fai (2.4) unstable; urgency=low  fai (2.4) unstable; urgency=low
2    
3    * use fai-class to define classes    * not alles changes in templates/* are listed here, there are to many
4    * bootsector: do not use dpkg to get hardware architecture    * use command fai-class to define classes, fai-class writes status of
5        every script to status.log
6      * make variables local or unset them after use, unset function
7        definitions after use
8      * add config files for XFree86 4.1
9      * many changes in the package_config files
10      * bootsector: do not use dpkg to get hardware architecture, add man page
11    * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)    * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)
12    * control: correct name for Debian distribution (closes: #150887)    * control: correct name for Debian distribution (closes: #150887)
13      * new templates: hooks/partition.kueppers.source, hooks/faiend.LAST
14        package_config/WWWKIOSK, class/WWWKIOSK.var, package_config/paeffgen
15    * make-fai-nfsroot: add -l to tar when creating base.tgz (closes: #151173),    * make-fai-nfsroot: add -l to tar when creating base.tgz (closes: #151173),
16      add noatime to mount, new mknbi-linux options, check for existence of      add noatime to mount, new mknbi-linux options, check for existence of
17      mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call      mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call
18      rdev, remove packages that are already installed by debootstrap, new      rdev, remove packages that are already installed by debootstrap, new
19      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
20      to /root/.profile, correct location for syslog.conf, copy sources.list      to /root/.profile, correct location for syslog.conf, copy sources.list
21      from /etc/fai if available      from /etc/fai if available, add diversion for discover, add rsync, ssh
22        to nfsroot, do not die when mknbi-linux is missing, do not create
23        device nodes (closes: #174844)
24      * class/70partition: bug fix. Use the same file as setup_harddisk to
25        determine classes which depend on partitions
26      * scripts/*: convert some shell code to cfengine code, do not use fcopy
27        if only a few lines has to be changed
28    * scripts/BOOT: echo each kernel module to a seperate line in, add    * scripts/BOOT: echo each kernel module to a seperate line in, add
29      supoprt for kernel using initrd, use fcopy for lilo.conf and menu.lst,      supoprt for kernel using initrd, use fcopy for lilo.conf and menu.lst,
30      /etc/modules, lilo.conf can also boot the old kernel      /etc/modules, lilo.conf can also boot the old kernel, add initrd
31    * scripts/LAST: add call: apt-get -f install      option when using grub
32    * scripts/USB: fix option for echo    * scripts/DEFAULT1/S20: use declaration directories, add WWWKIOS entries
33      * scripts/LAST: add call: apt-get -f install, copy sources.list
34      * scripts/USB removed, now made in S20
35    * scripts/FAI_BOOTPART: missing $target added, remove rdev call    * scripts/FAI_BOOTPART: missing $target added, remove rdev call
36    * lib/subroutines*: better regex for matching disks in /proc/partitions,    * share/subroutines*: better regex for matching disks in /proc/partitions,
37      task_sysinfo, prepare_apt, add link last to last action performed, new      task_sysinfo, prepare_apt, add link last to last action performed, new
38      variable $LOGSERVER, list_disks move to a external script      variable $LOGSERVER, list_disks move to a external script, disable
39        debugging output in ifclass(), write exit status of scripts and hook
40        to status.log and stdout, create_resolv_conf now an external script,
41        write exit status of hooks to status.log, do not define $revclasses,
42        save variables to variables.sh, subroutine task unsets the definition
43        of the executed task after its execution, source hooks/subroutines now
44        in fai_setup, remove task_backup, move load_keymap_consolechars to
45        rcS_fai
46      * share/subroutines-linux: remove diskandsize(), disk_info now called
47        set_disk_info() which calls externel script
48      * task_instsoft(): mount --bind /fai /tmp/target/fai so packages in
49        /fai/files/packages can be installed using apt-get
50      * new script disk-info prints a list of all disks and their sizes
51      * new script get-boot-info contains subroutines for getting info via
52        BOOTP or DHCP, also detects network devices
53    * DEFAULT/S01: install $addpackages with one dpkg call, installation of    * DEFAULT/S01: install $addpackages with one dpkg call, installation of
54      default kernel creates symlinks in /, make /root accessable only by      default kernel creates symlinks in /, make /root accessable only by
55      root, use fcopy -r to copy all dot files for the root account      root, use fcopy -r to copy all dot files for the root account, do not
56    * ftar: conditional rm -rf      copy sources.list
57      * ftar: conditional rm -rf, echange in error message
58    * test if mknbi-linux is available (closes: #167900)    * test if mknbi-linux is available (closes: #167900)
59    * make-fai-bootfloppy: add grub support, code reorganized and split into    * make-fai-bootfloppy: add grub support, code reorganized and split into
60      more subroutines, rmdir lost+found and copy fewer files to get more      more subroutines, rmdir lost+found and copy fewer files to get more
# Line 34  fai (2.4) unstable; urgency=low Line 65  fai (2.4) unstable; urgency=low
65    * NFS file systems are also mounted with noatime.    * NFS file systems are also mounted with noatime.
66    * 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
67      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
68      before doing anything else, create_ramdisk is an extern script      before doing anything else, create_ramdisk is an extern script, new
69        options for remounting /, remove some unused variables
70    * task_sysinfo now a separate script; add lsmod call, new test if    * task_sysinfo now a separate script; add lsmod call, new test if
71      executables are available is using which      executables are available is using which, move log file from kudzu to
72        $LOGDIR
73      * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script      * adddivert, mkdivert, rmalldivert, rmdivert moved to the new script
74      fai-divert      fai-divert
75      * fai-divert: be quiet unless debug is set
76    * mount_local_disks, umount_local_disks, fstab_mount move to new script    * mount_local_disks, umount_local_disks, fstab_mount move to new script
77      fai-mount-disk      fai-mount-disk
78    * Fai.pm and subroutines* are moved from lib/ moved to share/    * Fai.pm and subroutines* are moved from lib/ moved to share/
79    * fai-setup: ssh-keygen needs option -t (closes: #156947)    * Fai.pm: call disk-info to get size of all disks
80    * fai.conf: correct line containing proposed-updates    * fai-setup: ssh-keygen needs option -t (closes: #156947), test if
81        nfsserver is set
82      * fai.conf: correct line containing proposed-updates, new variable
83        FAI_LOCAL_REPOSITORY, new directory for debian mirror, add
84        architecture to debootstrap options, move some nfsroot packages to
85        make-fai-nfsroot script, add $FAI_LOCATION, remove FAI_SHAREDIR
86    * setup_harddisks: allow more that 3 primary partitions, new regex for    * setup_harddisks: allow more that 3 primary partitions, new regex for
87      matching disks and partitions      matching disks and partitions, write less info to stdout, do not write
88        info to stdout which is written to a separate file, name of partition
89        table changed from hda.sfdisk to partition.hda
90      * add sources.list in conf, it's used when FAI_SOURCES_LIST in undefined
91    * fai_modules_off: add block-major-{104,105}    * fai_modules_off: add block-major-{104,105}
92    * remove debian/undocumented    * remove debian/undocumented
93    * install_packages: add option -l, only print the list of packages    * install_packages: add option -l, only print the list of packages,
94        add option -h, -t does not executes the commands, support for classes
95        listed after command, change in echo strings, add option to manual
96    * disk_config/: make /fai-boot partition larger, CS_KOELN use more    * disk_config/: make /fai-boot partition larger, CS_KOELN use more
97      flexible values for partitions sizes      flexible values for partitions sizes
98    * add suffix -386 to name of kernel-image package    * add suffix -386 to name of kernel-image package
99    * save_log_*(): do not create loops in symlinks, moved to external    * save_log_*(): do not create loops in symlinks, moved to external
100      script fai-savelog      script fai-savelog
101    * apt.conf: add option force-confdef to dpkg call    * apt.conf: add option force-confdef to dpkg call
102    * 03hwdetect script loads scsi and ide modules and prints /proc/scsi    * 06hwdetect script loads SCSI and IDE modules and prints /proc/scsi
103      info      info, less messages in verbose mode, detect SCSI devices correctly
104    * move mount2dir to lib directory    * move mount2dir to lib directory, echo different messages for verbose
105    * fcopy bug fix: option -r does not work correctly      and debug flags
106      * fcopy bug fix: option -r does not work correctly, when no matching
107        file for a class is found, do not exit with error, add option -i and
108        -B, use $LOGDIR, set $ROOTCMD for postinst scripts
109      * templates/package_config: use nfs-kernel-server
110      * debian/rules: use dh_installman to install manual pages
111      * ATA33.var no longer needed, no tuning via hdparm in *.var
112    
113   -- Thomas Lange <lange@debian.org>  Tue, 10 Dec 2002 16:58:31 +0100   -- Thomas Lange <lange@debian.org>  Wed, 12 Feb 2003 18:39:18 +0100
114    
115  fai (2.3.4) unstable; urgency=low  fai (2.3.4) unstable; urgency=low
116    

Legend:
Removed from v.1396  
changed lines
  Added in v.1719

  ViewVC Help
Powered by ViewVC 1.1.5