| 18 |
* fai-setup: typo in variable name (closes: #289271), reload nfs server |
* fai-setup: typo in variable name (closes: #289271), reload nfs server |
| 19 |
instead of restart, read make-fai-nfsroot.conf, use variable |
instead of restart, read make-fai-nfsroot.conf, use variable |
| 20 |
FAICLIENTS |
FAICLIENTS |
| 21 |
|
* fai-class: bug fix: option -T hangs the script, make it a bash script, |
| 22 |
|
replace backticks `` with $(), bad variable name in testclass() |
| 23 |
* 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 |
| 24 |
often, kill sshd before rebooting, umount $target/proc before |
often, kill sshd before rebooting, umount $target/proc before |
| 25 |
umounting all otger file systems, copy FAI_CLASSES variables.sh |
umounting all otger file systems, copy FAI_CLASSES variables.sh |
| 26 |
disk_var.sh to $target/var/log/fai |
disk_var.sh to $target/var/log/fai |
| 27 |
* fai-chboot: bug fix: do not fail on subnet IP addresses |
* fai-chboot: bug fix: do not fail on subnet IP addresses, test if host |
| 28 |
|
lookup is possible before calling $h->name (closes: #290007) |
| 29 |
* install_packages: add option -f and -i, add command{pending}, |
* install_packages: add option -f and -i, add command{pending}, |
| 30 |
command{dpkgc}, print max number of packages only in verbose mode |
command{dpkgc}, print max number of packages only in verbose mode |
| 31 |
* install_packages.8: add option -f and -i, add info about |
* install_packages.8: add option -f and -i, add info about |
| 32 |
install_packages.conf |
install_packages.conf |
| 33 |
* new config file: install_packages.conf, used for fai-mirror(1) |
* new config file: install_packages.conf, used for fai-mirror(1) |
| 34 |
* rcS_fai: remount / with noatime, set variables if booting from CD |
* rcS_fai: remount / with noatime, set variables if booting from CD, set |
| 35 |
|
hostname to $HOST it was unset, remove unused variable, minor code |
| 36 |
|
cleanup |
| 37 |
* DEFAULT/S01: add copying of /etc/modules |
* DEFAULT/S01: add copying of /etc/modules |
| 38 |
* DEFAULT/S10: add message where grub writes boot record |
* DEFAULT/S10: add message where grub writes boot record |
| 39 |
|
* class/01alias: add class FAICD if running from fai CD, add classes for |
| 40 |
|
host gnomehost (used by fai-cd) |
| 41 |
* package_config/DEMO: replace install with aptitude |
* package_config/DEMO: replace install with aptitude |
| 42 |
* make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev |
* make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev |
| 43 |
* script/LAST: enable shadow passwords for passwd and group in examples, |
* script/LAST: enable shadow passwords for passwd and group in examples, |
| 44 |
eject cdrom when running from fai CD |
eject cdrom when running from fai CD |
| 45 |
* task_sysinfo: call hwinfo if available |
* task_sysinfo: call hwinfo if available |
|
* fai-class: make it a bash script, replace backticks `` with $() |
|
| 46 |
* fai-savelog: do not save remotely if $LOGSERVER is not set |
* fai-savelog: do not save remotely if $LOGSERVER is not set |
| 47 |
* new command fai-mirror and manual page fai-mirror.1 |
* new command fai-mirror and manual page fai-mirror.1 |
| 48 |
|
|
| 49 |
-- Thomas Lange <lange@debian.org> Wed, 12 Jan 2005 12:09:42 +0100 |
-- Thomas Lange <lange@debian.org> Thu, 13 Jan 2005 18:44:31 +0100 |
| 50 |
|
|
| 51 |
fai (2.6.5) unstable; urgency=medium |
fai (2.6.5) unstable; urgency=medium |
| 52 |
|
|