| 1 |
fai (2.6.6beta) unstable; urgency=medium |
fai (2.6.6beta) unstable; urgency=medium |
| 2 |
|
|
| 3 |
* 06hwdetect.source: add comment, add class NVIDIA which not currently |
* 06hwdetect.source: add comment, add class NVIDIA which not currently |
| 4 |
used, bug fix: correct SCSI detect 2.6 kernel |
used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with $(), |
| 5 |
|
discard error messages from modprobe, enable dma mode for ide devices |
| 6 |
|
(with fai CD it was not enabled) |
| 7 |
* make-fai-nfsroot: use "" when testing variables, add link for |
* make-fai-nfsroot: use "" when testing variables, add link for |
| 8 |
discover, remove resolv.conf created by debootstrap (closes: #281264), |
discover, remove resolv.conf created by debootstrap (closes: #281264), |
| 9 |
create list of all packages in base.tgz, add packages for x86_64, |
create list of all packages in base.tgz, add packages for x86_64, |
| 10 |
remove unneeded files in $FSROOT/etc/fai |
remove unneeded files in $FSROOT/etc/fai |
| 11 |
* ftar: bug fix do not do recursive removal if $target/$dir is / |
* ftar: bug fix do not do recursive removal if $target/$dir is / |
| 12 |
* fai-guide.sgml: fix typos (closes: #287150) |
* fai-guide.sgml: fix typos (closes: #287150) |
| 13 |
* setup_harddisks: bug fix, redefined mountpoint are too often reported, |
* make-fai-bootfloppy: bug fix: support /media directory, choose last |
| 14 |
|
installed kernel if more than one kernel is installed in nfsroot |
| 15 |
|
* setup_harddisks: bug fix: redefined mountpoint are too often reported, |
| 16 |
allow space before primary and logical keyword |
allow space before primary and logical keyword |
| 17 |
* create_ramdisk: bug fix: make directory for discover |
* create_ramdisk: bug fix: make directory for discover |
| 18 |
* fai-setup: bug fix: typo in variable name, reload nfs server instead |
* fai-setup: typo in variable name (closes: #289271), reload nfs server |
| 19 |
of restart, read make-fai-nfsroot.conf, use variable FAICLIENTS |
instead of restart, read make-fai-nfsroot.conf, use variable |
| 20 |
|
FAICLIENTS |
| 21 |
* share/subroutines: bug fix: cd to / so umount -a will not fail too |
* share/subroutines: bug fix: cd to / so umount -a will not fail too |
| 22 |
often, kill sshd before rebooting |
often, kill sshd before rebooting, umount $target/proc before |
| 23 |
|
umounting all otger file systems, copy FAI_CLASSES variables.sh |
| 24 |
|
disk_var.sh to $target/var/log/fai |
| 25 |
* fai-chboot: bug fix: do not fail on subnet IP addresses |
* fai-chboot: bug fix: do not fail on subnet IP addresses |
| 26 |
* install_packages: add option -f, add command{pending}, command{dpkgc}, |
* install_packages: add option -f and -i, add command{pending}, |
| 27 |
print max number of packages only in verbose mode |
command{dpkgc}, print max number of packages only in verbose mode |
| 28 |
* install_packages.8: add option -f, add info about install_packages.conf |
* install_packages.8: add option -f and -i, add info about |
| 29 |
* rcS_fai: remount / with noatime |
install_packages.conf |
| 30 |
|
* rcS_fai: remount / with noatime, set variables if booting from CD |
| 31 |
|
* DEFAULT/S01: add copying of /etc/modules |
| 32 |
* DEFAULT/S10: add message where grub writes boot record |
* DEFAULT/S10: add message where grub writes boot record |
| 33 |
* package_config/DEMO: replace install with aptitude |
* package_config/DEMO: replace install with aptitude |
| 34 |
* make-fai-nfsroot.conf: add variable FAICLIENTS |
* make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev |
| 35 |
* script/LAST: enable shadow passwords for passwd and group in examples |
* script/LAST: enable shadow passwords for passwd and group in examples |
| 36 |
|
* task_sysinfo: call hwinfo if available |
| 37 |
|
* fai-class: make it a bash script, replace backticks `` with $() |
| 38 |
|
|
| 39 |
-- Thomas Lange <lange@debian.org> Sun, 2 Jan 2005 22:37:32 +0100 |
-- Thomas Lange <lange@debian.org> Sun, 9 Jan 2005 14:52:25 +0100 |
| 40 |
|
|
| 41 |
fai (2.6.5) unstable; urgency=medium |
fai (2.6.5) unstable; urgency=medium |
| 42 |
|
|