| 1 |
fai (2.6.1) unstable; urgency=low |
fai (2.6.6beta) unstable; urgency=medium |
| 2 |
|
|
| 3 |
|
* 06hwdetect.source: add comment, add class NVIDIA which not currently |
| 4 |
|
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 |
| 8 |
|
discover, remove resolv.conf created by debootstrap (closes: #281264), |
| 9 |
|
create list of all packages in base.tgz, add packages for x86_64, |
| 10 |
|
remove unneeded files in $FSROOT/etc/fai |
| 11 |
|
* ftar: bug fix do not do recursive removal if $target/$dir is / |
| 12 |
|
* fai-guide.sgml: fix typos (closes: #287150), add info about |
| 13 |
|
/files/packages/ |
| 14 |
|
* make-fai-bootfloppy: bug fix: support /media directory, choose last |
| 15 |
|
installed kernel if more than one kernel is installed in nfsroot |
| 16 |
|
* setup_harddisks: bug fix: redefined mountpoint are too often reported, |
| 17 |
|
allow space before primary and logical keyword |
| 18 |
|
* create_ramdisk: bug fix: make directory for discover |
| 19 |
|
* fai-setup: typo in variable name (closes: #289271), reload nfs server |
| 20 |
|
instead of restart, read make-fai-nfsroot.conf, use variable |
| 21 |
|
FAICLIENTS |
| 22 |
|
* fai-class: bug fix: option -T hangs the script, make it a bash script, |
| 23 |
|
replace backticks `` with $(), bad variable name in testclass() |
| 24 |
|
* share/subroutines: bug fix: cd to / so umount -a will not fail too |
| 25 |
|
often, kill sshd before rebooting, umount $target/proc before |
| 26 |
|
umounting all otger file systems, copy FAI_CLASSES variables.sh |
| 27 |
|
disk_var.sh to $target/var/log/fai |
| 28 |
|
* fai-chboot: bug fix: do not fail on subnet IP addresses, test if host |
| 29 |
|
lookup is possible before calling $h->name (closes: #290007) |
| 30 |
|
* install_packages: add option -f and -i, add command{pending}, |
| 31 |
|
command{dpkgc}, print max number of packages only in verbose mode |
| 32 |
|
* install_packages.8: add option -f and -i, add info about |
| 33 |
|
install_packages.conf |
| 34 |
|
* new config file: install_packages.conf, used for fai-mirror(1) |
| 35 |
|
* rcS_fai: remount / with noatime, set variables if booting from CD, set |
| 36 |
|
hostname to $HOST it was unset, remove unused variable, minor code |
| 37 |
|
cleanup |
| 38 |
|
* DEFAULT/S01: add copying of /etc/modules |
| 39 |
|
* DEFAULT/S10: add message where grub writes boot record |
| 40 |
|
* class/01alias: add class FAICD if running from fai CD, add classes for |
| 41 |
|
host gnomehost (used by fai-cd) |
| 42 |
|
* package_config/DEMO: replace install with aptitude |
| 43 |
|
* make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev |
| 44 |
|
* script/LAST: enable shadow passwords for passwd and group in examples, |
| 45 |
|
eject cdrom when running from fai CD |
| 46 |
|
* task_sysinfo: call hwinfo if available |
| 47 |
|
* fai-savelog: do not save remotely if $LOGSERVER is not set |
| 48 |
|
* new command fai-mirror and manual page fai-mirror.1 |
| 49 |
|
* .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model |
| 50 |
|
|
| 51 |
|
-- Thomas Lange <lange@debian.org> Sun, 16 Jan 2005 00:36:32 +0100 |
| 52 |
|
|
| 53 |
|
fai (2.6.5) unstable; urgency=medium |
| 54 |
|
|
| 55 |
|
* install_packages: bug fix. Do not remove package names which are |
| 56 |
|
search patterns for aptitude, read /etc/fai/install_packages.conf if |
| 57 |
|
it exists |
| 58 |
|
* hooks/savelog.LAST: add patterns that will be ignored |
| 59 |
|
* fcopy: add support for svn and arch, add option -I, use variable |
| 60 |
|
$FCOPY_IGNOREDIRS if set |
| 61 |
|
* fcopy.8: add option -I |
| 62 |
|
|
| 63 |
|
-- Thomas Lange <lange@debian.org> Thu, 11 Nov 2004 15:14:08 +0100 |
| 64 |
|
|
| 65 |
|
fai (2.6.4) unstable; urgency=medium |
| 66 |
|
|
| 67 |
|
* add missing Beowulf examples |
| 68 |
|
* fai-guide.sgml: fix error in link |
| 69 |
|
* fai-start-stop-daemon: add short options, because so some init.d |
| 70 |
|
scripts use them |
| 71 |
|
* rcS_fai: do not use -t when remounting |
| 72 |
|
* make-fai-nfsroot: print error when $KERNELPACKAGE is not found, add a |
| 73 |
|
package for alpha architecture |
| 74 |
|
* share/subroutines: do not dump variable $HOME and $PWD to variables.sh |
| 75 |
|
* doc/QUESTIONNAIRE: typos, add example for answer |
| 76 |
|
* install_packages: use warn instead of print for warning and verbose |
| 77 |
|
messages, add aptitude support |
| 78 |
|
* Fai.pm: add () to subroutine calls |
| 79 |
|
* prerm: do not exit when nfs server reload fails (closes: #279024) |
| 80 |
|
* setup_harddisks: add $devdisklist to call of sfdisk (closes: #276033) |
| 81 |
|
* preparte_apt: divert programs before calling apt-get update |
| 82 |
|
* subroutines-linux: redirect stdin of install_packages unless in debug |
| 83 |
|
mode (closes: #264727) |
| 84 |
|
|
| 85 |
|
-- Thomas Lange <lange@debian.org> Mon, 8 Nov 2004 14:38:58 +0100 |
| 86 |
|
|
| 87 |
|
fai (2.6.3) unstable; urgency=high |
| 88 |
|
|
| 89 |
|
* subroutines: remove $rootpw from variables.sh (closes: #270871) |
| 90 |
|
* update to kernel 2.4.27 |
| 91 |
|
* make-fai-nfsroot: force link creation of ifstate (closes: #270463), |
| 92 |
|
use /etc/shadow in $NFSROOT |
| 93 |
|
* make-fai-makefsroot.conf: add xfsprogs and xfsdump packages, adjust |
| 94 |
|
size, install with chmod 0600 (closes: #270666, #271113) |
| 95 |
|
* DEFAULT/S10: removed: add auto to /etc/modules |
| 96 |
|
* class/DEFAULT.var: use single quotes instead of double quotes, |
| 97 |
|
$kappend contains kernel parameters, new default kernel package |
| 98 |
|
kernel-image-2.4.27-1-386 |
| 99 |
|
* scripts/DEFAULT/S20: remove unused action |
| 100 |
|
* packages_config/DEFAULT: add iproute to NETTOOLS |
| 101 |
|
* make-fai-nfsroot.8: add info about make-fai-nfsroot.conf, |
| 102 |
|
add option -K which first removes all kernels from nfsroot |
| 103 |
|
(make-fai-bootlfoppy is broken if multiple kernels are in the nfsroot) |
| 104 |
|
* fai-setup: add option -e which does not set up nfs environment, which |
| 105 |
|
may hang some production systems for a while |
| 106 |
|
* fai-setup.8: add info for new option |
| 107 |
|
* Makefile: install make-fai-nfsroot.conf with 0600 |
| 108 |
|
|
| 109 |
|
-- Thomas Lange <lange@debian.org> Mon, 13 Sep 2004 18:40:36 +0200 |
| 110 |
|
|
| 111 |
|
fai (2.6.2) unstable; urgency=high |
| 112 |
|
|
| 113 |
|
* install_packages: fix broken taskinst action, workaround for new |
| 114 |
|
tasksel behaviour |
| 115 |
|
* DEFAULT/S10: fix broken grub entry for FAI_BOOTPART when two kernels |
| 116 |
|
are in the nfsroot |
| 117 |
|
* fai-chboot: add option -e the opposite of -r, uses nearly the same code |
| 118 |
|
|
| 119 |
|
-- Thomas Lange <lange@debian.org> Thu, 26 Aug 2004 20:09:15 +0200 |
| 120 |
|
|
| 121 |
|
fai (2.6.1) unstable; urgency=medium |
| 122 |
|
|
| 123 |
* catnc() greps through more than one file |
* catnc() greps through more than one file |
| 124 |
* changlog messages of fai-setup moved from 2.5.2 to 2.6 |
* changlog messages of fai-setup moved from 2.5.2 to 2.6 |
| 128 |
* make-fai-nfsroot: add option -k which installs a new kernel for the |
* make-fai-nfsroot: add option -k which installs a new kernel for the |
| 129 |
nfsroot (closes: #256187), /root/.profile sources variables.sh, test |
nfsroot (closes: #256187), /root/.profile sources variables.sh, test |
| 130 |
if $NFSROOT/prco/self exists before umount, kernel_install() includes |
if $NFSROOT/prco/self exists before umount, kernel_install() includes |
| 131 |
all code for installing the kernel |
all code for installing the kernel, create dir $NFSROOT/var/state only |
| 132 |
|
when not already existing, call umount_dirs and reset trap exit for |
| 133 |
|
normal finishing script |
| 134 |
* control: recommends dhcp3-server (closes: #263260), update to |
* control: recommends dhcp3-server (closes: #263260), update to |
| 135 |
standards 3.6.1, remove sp from build-depends |
standards 3.6.1, remove sp from build-depends |
| 136 |
* rcsfai.var is not needed any more |
* rcsfai.var is not needed any more |
| 149 |
* fai-savelog: define $HOSTNAME to output of command hostname |
* fai-savelog: define $HOSTNAME to output of command hostname |
| 150 |
* subroutines-linux: task_chboot() use `hostname` instead of $HOSTNAME, |
* subroutines-linux: task_chboot() use `hostname` instead of $HOSTNAME, |
| 151 |
sndmon() use $sndhostname instead of $HOSTNAME |
sndmon() use $sndhostname instead of $HOSTNAME |
| 152 |
|
* remove doc/README.package_problems |
| 153 |
|
* fai-guide.sgml: add hint about dhcpd/nfsroot (closes: #264486), fix |
| 154 |
|
typos |
| 155 |
|
|
| 156 |
-- Thomas Lange <lange@debian.org> Fri, 6 Aug 2004 17:06:18 +0200 |
-- Thomas Lange <lange@debian.org> Mon, 9 Aug 2004 14:02:13 +0200 |
| 157 |
|
|
| 158 |
fai (2.6) unstable; urgency=low |
fai (2.6) unstable; urgency=low |
| 159 |
|
|
| 472 |
from /etc/fai if available, add diversion for discover, add rsync, ssh |
from /etc/fai if available, add diversion for discover, add rsync, ssh |
| 473 |
to nfsroot, do not die when mknbi-linux is missing, do not create |
to nfsroot, do not die when mknbi-linux is missing, do not create |
| 474 |
device nodes (closes: #174844) |
device nodes (closes: #174844) |
| 475 |
* class/70partition: bug fix. Use the same file as setup_harddisk to |
* class/70partition: bug fix. Use the same file as setup_harddisks to |
| 476 |
determine classes which depend on partitions |
determine classes which depend on partitions |
| 477 |
* scripts/*: convert some shell code to cfengine code, do not use fcopy |
* scripts/*: convert some shell code to cfengine code, do not use fcopy |
| 478 |
if only a few lines has to be changed |
if only a few lines has to be changed |
| 675 |
do_scriptss calls every script class/<classname>/S[0-9]* when class is |
do_scriptss calls every script class/<classname>/S[0-9]* when class is |
| 676 |
not a file, execute all S[0-9]* scripts in a directory |
not a file, execute all S[0-9]* scripts in a directory |
| 677 |
/fai/scripts/$class/, skip all comment lines when definig classes |
/fai/scripts/$class/, skip all comment lines when definig classes |
| 678 |
task_partition() call setup_harddisk only if no disk_var.sh exists |
task_partition() call setup_harddisks only if no disk_var.sh exists |
| 679 |
defclass also sources all scripts class/S*.source |
defclass also sources all scripts class/S*.source |
| 680 |
add subroutines adddivert(), rmalldivert(); task_finish calls |
add subroutines adddivert(), rmalldivert(); task_finish calls |
| 681 |
rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not |
rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not |
| 922 |
* class DEBIAN_DEVEL commented out, because this software package list |
* class DEBIAN_DEVEL commented out, because this software package list |
| 923 |
mostly segfaults dpkg |
mostly segfaults dpkg |
| 924 |
* base?_?.tgz now included in nfsroot; BASETGZ not needed any more |
* base?_?.tgz now included in nfsroot; BASETGZ not needed any more |
| 925 |
* bug fixed: setup_harddisk don't mount preserved partitions if mount |
* bug fixed: setup_harddisks don't mount preserved partitions if mount |
| 926 |
point is not in root directory |
point is not in root directory |
| 927 |
* bug fixed: no dns support during chroot in make-fai-nfsroot |
* bug fixed: no dns support during chroot in make-fai-nfsroot |
| 928 |
|
|