| 1 |
fai (2.4) unstable; urgency=low |
fai (2.4) unstable; urgency=low |
| 2 |
|
|
| 3 |
* use fai-class to define classes |
* use command fai-class to define classes |
| 4 |
* bootsector: do not use dpkg to get hardware architecture |
* bootsector: do not use dpkg to get hardware architecture |
| 5 |
* a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735) |
* a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735) |
| 6 |
* control: correct name for Debian distribution (closes: #150887) |
* control: correct name for Debian distribution (closes: #150887) |
| 13 |
from /etc/fai if available |
from /etc/fai if available |
| 14 |
* scripts/BOOT: echo each kernel module to a seperate line in, add |
* 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, |
supoprt for kernel using initrd, use fcopy for lilo.conf and menu.lst, |
| 16 |
/etc/modules, lilo.conf can also boot the old kernel |
/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 |
* scripts/LAST: add call: apt-get -f install |
| 19 |
* scripts/USB: fix option for echo |
* scripts/USB: fix option for echo |
| 20 |
* scripts/FAI_BOOTPART: missing $target added, remove rdev call |
* scripts/FAI_BOOTPART: missing $target added, remove rdev call |
| 21 |
* lib/subroutines*: better regex for matching disks in /proc/partitions, |
* lib/subroutines*: better regex for matching disks in /proc/partitions, |
| 22 |
task_sysinfo, prepare_apt, add link last to last action performed, new |
task_sysinfo, prepare_apt, add link last to last action performed, new |
| 23 |
variable $LOGSERVER, list_disks move to a external script |
variable $LOGSERVER, list_disks move to a external script, disable |
| 24 |
|
debugging output in ifclass() |
| 25 |
* DEFAULT/S01: install $addpackages with one dpkg call, installation of |
* DEFAULT/S01: install $addpackages with one dpkg call, installation of |
| 26 |
default kernel creates symlinks in /, make /root accessable only by |
default kernel creates symlinks in /, make /root accessable only by |
| 27 |
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 |
| 50 |
matching disks and partitions |
matching disks and partitions |
| 51 |
* fai_modules_off: add block-major-{104,105} |
* fai_modules_off: add block-major-{104,105} |
| 52 |
* remove debian/undocumented |
* remove debian/undocumented |
| 53 |
* install_packages: add option -l, only print the list of packages |
* install_packages: add option -l, only print the list of packages, |
| 54 |
|
add option -h, -t does not executes the commands, support for classes |
| 55 |
|
listed after command |
| 56 |
* disk_config/: make /fai-boot partition larger, CS_KOELN use more |
* disk_config/: make /fai-boot partition larger, CS_KOELN use more |
| 57 |
flexible values for partitions sizes |
flexible values for partitions sizes |
| 58 |
* add suffix -386 to name of kernel-image package |
* add suffix -386 to name of kernel-image package |
| 63 |
info |
info |
| 64 |
* move mount2dir to lib directory |
* move mount2dir to lib directory |
| 65 |
* fcopy bug fix: option -r does not work correctly |
* fcopy bug fix: option -r does not work correctly |
| 66 |
|
* templates/package_config: use nfs-kernel-server |
| 67 |
|
* debian/rules: use dh_installman to install manual pages |
| 68 |
|
* ATA33.var no longer needed, no tuning via hdparm in *.var |
| 69 |
|
|
| 70 |
-- Thomas Lange <lange@debian.org> Tue, 10 Dec 2002 16:58:31 +0100 |
-- Thomas Lange <lange@debian.org> Thu, 19 Dec 2002 19:30:43 +0100 |
| 71 |
|
|
| 72 |
fai (2.3.4) unstable; urgency=low |
fai (2.3.4) unstable; urgency=low |
| 73 |
|
|