| 1 |
fai (2.3.3) unstable; urgency=low |
fai (2.4beta) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* use command fai-class to define classes |
| 4 |
|
* bootsector: do not use dpkg to get hardware architecture |
| 5 |
|
* a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735) |
| 6 |
|
* control: correct name for Debian distribution (closes: #150887) |
| 7 |
|
* make-fai-nfsroot: add -l to tar when creating base.tgz (closes: #151173), |
| 8 |
|
add noatime to mount, new mknbi-linux options, check for existence of |
| 9 |
|
mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call |
| 10 |
|
rdev, remove packages that are already installed by debootstrap, new |
| 11 |
|
option for mknbi-linux, always do setup for dhcp and bootp, write PATH |
| 12 |
|
to /root/.profile, correct location for syslog.conf, copy sources.list |
| 13 |
|
from /etc/fai if available, add diversion for discover |
| 14 |
|
* scripts/BOOT: echo each kernel module to a seperate line in, add |
| 15 |
|
supoprt for kernel using initrd, use fcopy for lilo.conf and menu.lst, |
| 16 |
|
/etc/modules, lilo.conf can also boot the old kernel, add initrd |
| 17 |
|
option when using grub |
| 18 |
|
* scripts/LAST: add call: apt-get -f install |
| 19 |
|
* scripts/USB: fix option for echo |
| 20 |
|
* scripts/FAI_BOOTPART: missing $target added, remove rdev call |
| 21 |
|
* lib/subroutines*: better regex for matching disks in /proc/partitions, |
| 22 |
|
task_sysinfo, prepare_apt, add link last to last action performed, new |
| 23 |
|
variable $LOGSERVER, list_disks move to a external script, disable |
| 24 |
|
debugging output in ifclass(), write exit status of scripts and hook |
| 25 |
|
to status.log and stdout |
| 26 |
|
* DEFAULT/S01: install $addpackages with one dpkg call, installation of |
| 27 |
|
default kernel creates symlinks in /, make /root accessable only by |
| 28 |
|
root, use fcopy -r to copy all dot files for the root account |
| 29 |
|
* ftar: conditional rm -rf |
| 30 |
|
* test if mknbi-linux is available (closes: #167900) |
| 31 |
|
* make-fai-bootfloppy: add grub support, code reorganized and split into |
| 32 |
|
more subroutines, rmdir lost+found and copy fewer files to get more |
| 33 |
|
space on the floppy, replace $UID with `id -u`, create a generic boot |
| 34 |
|
floppy independant of the boot protocol, use one image with multiple |
| 35 |
|
append parameters, new options -v, -d, -l, -g |
| 36 |
|
* bug fix: hooks can now skip its task again |
| 37 |
|
* NFS file systems are also mounted with noatime. |
| 38 |
|
* rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the |
| 39 |
|
very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined |
| 40 |
|
before doing anything else, create_ramdisk is an extern script |
| 41 |
|
* task_sysinfo now a separate script; add lsmod call, new test if |
| 42 |
|
executables are available is using which |
| 43 |
|
* adddivert, mkdivert, rmalldivert, rmdivert moved to the new script |
| 44 |
|
fai-divert |
| 45 |
|
* mount_local_disks, umount_local_disks, fstab_mount move to new script |
| 46 |
|
fai-mount-disk |
| 47 |
|
* Fai.pm and subroutines* are moved from lib/ moved to share/ |
| 48 |
|
* fai-setup: ssh-keygen needs option -t (closes: #156947) |
| 49 |
|
* fai.conf: correct line containing proposed-updates |
| 50 |
|
* setup_harddisks: allow more that 3 primary partitions, new regex for |
| 51 |
|
matching disks and partitions |
| 52 |
|
* fai_modules_off: add block-major-{104,105} |
| 53 |
|
* remove debian/undocumented |
| 54 |
|
* install_packages: add option -l, only print the list of packages, |
| 55 |
|
add option -h, -t does not executes the commands, support for classes |
| 56 |
|
listed after command |
| 57 |
|
* disk_config/: make /fai-boot partition larger, CS_KOELN use more |
| 58 |
|
flexible values for partitions sizes |
| 59 |
|
* add suffix -386 to name of kernel-image package |
| 60 |
|
* save_log_*(): do not create loops in symlinks, moved to external |
| 61 |
|
script fai-savelog |
| 62 |
|
* apt.conf: add option force-confdef to dpkg call |
| 63 |
|
* 03hwdetect script loads scsi and ide modules and prints /proc/scsi |
| 64 |
|
info |
| 65 |
|
* move mount2dir to lib directory |
| 66 |
|
* fcopy bug fix: option -r does not work correctly |
| 67 |
|
* templates/package_config: use nfs-kernel-server |
| 68 |
|
* debian/rules: use dh_installman to install manual pages |
| 69 |
|
* ATA33.var no longer needed, no tuning via hdparm in *.var |
| 70 |
|
|
| 71 |
|
-- Thomas Lange <lange@debian.org> Mon, 13 Jan 2003 18:41:48 +0100 |
| 72 |
|
|
| 73 |
|
fai (2.3.4) unstable; urgency=low |
| 74 |
|
|
| 75 |
|
* default name for fai kernel-image has changed |
| 76 |
|
|
| 77 |
|
-- Thomas Lange <lange@debian.org> Thu, 16 May 2002 14:42:00 +0200 |
| 78 |
|
|
| 79 |
|
fai (2.3.3) unstable; urgency=medium |
| 80 |
|
|
| 81 |
* enable use strict in perl scripts |
* enable use strict in perl scripts |
| 82 |
* remove some potato specific code |
* remove some potato specific code |
| 83 |
* typo fixed (closes: #XXXX) |
* typo fixed (closes: #143272) |
| 84 |
|
* add some packages to SERVER |
| 85 |
-- Thomas Lange <lange@pittermaennche> Sat, 4 May 2002 11:52:15 +0200 |
* copy id_dsa* and id_rsa* files in make-fai-nfsroot |
| 86 |
|
* debian/rules uses DH_COMPAT=3 |
| 87 |
|
* add packages to AUDIO, changes in SERVER |
| 88 |
|
* potato specific code removed |
| 89 |
|
* faireboot kills syslogd before booting |
| 90 |
|
* change symlink of rcS_fai (closes: #146430) |
| 91 |
|
* print warning before removing nfsroot |
| 92 |
|
* do not compress pdf files in /usr/share/doc/ |
| 93 |
|
|
| 94 |
|
-- Thomas Lange <lange@debian.org> Thu, 16 May 2002 09:27:15 +0200 |
| 95 |
|
|
| 96 |
fai (2.3.2) unstable; urgency=low |
fai (2.3.2) unstable; urgency=low |
| 97 |
|
|
| 199 |
* added prtnetgr; change netgroup example and script all_hosts to use it |
* added prtnetgr; change netgroup example and script all_hosts to use it |
| 200 |
* fcopy: added debug message if executing postinst, ignore CVS |
* fcopy: added debug message if executing postinst, ignore CVS |
| 201 |
directories, use File::Find, now sets envionment variables $target and |
directories, use File::Find, now sets envionment variables $target and |
| 202 |
$FAI_ROOT, bug fix in -d option, new options -L and -P, |
$FAI_ROOT, bug fix in -d option, new options -L and -P |
| 203 |
* KERNELVERSION not needed in fai.conf, now automaticly determined in |
* KERNELVERSION not needed in fai.conf, now automaticly determined in |
| 204 |
make-fai-* scripts |
make-fai-* scripts |
| 205 |
* FAI_FILES removed |
* FAI_FILES removed |
| 486 |
installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient |
installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient |
| 487 |
flag verbose controls output level |
flag verbose controls output level |
| 488 |
nfsroot is created without any interaction |
nfsroot is created without any interaction |
| 489 |
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 |
| 490 |
|
|
| 491 |
* new start-stop-daemon script instead of symlink to fake it |
* new start-stop-daemon script instead of symlink to fake it |
| 492 |
|
|
| 513 |
* Initial Release. |
* Initial Release. |
| 514 |
|
|
| 515 |
-- 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: |
|