| 1 |
fai (2.6.6beta) unstable; urgency=medium |
fai (2.9) unstable; urgency=low |
| 2 |
|
|
| 3 |
* 06hwdetect.source: add comment, add class NVIDIA which not currently |
* splitting binary package fai into fai-server, fai-client, fai-doc and |
| 4 |
used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with $(), |
fai-nfsroot (closes: #210507) |
| 5 |
discard error messages from modprobe, enable dma mode for ide devices |
* adjust some paths |
| 6 |
(with fai CD it was not enabled) |
* remove beowulf and advanced examples |
| 7 |
|
* increase compat level to 4 |
| 8 |
|
* delete sunos code from source |
| 9 |
|
* scripts/ directory is now bin/ |
| 10 |
|
* fixed fai-cd hardcoded sources.list for the install client to be |
| 11 |
|
generated, code by Michael Tautschnig (closes: #320024) and at least |
| 12 |
|
partially #329547 |
| 13 |
|
* install_packages: ignore packages ending with - when using -d |
| 14 |
|
(closes: #334333) |
| 15 |
|
* lib/create_ramdisk: make /etc/network/run/ifstate writable |
| 16 |
|
(closes: #312128) |
| 17 |
|
* fai-mirror: add -i to egrep (closes: #312508) |
| 18 |
|
* fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999) |
| 19 |
|
|
| 20 |
|
-- Thomas Lange <lange@debian.org> Fri, 11 Nov 2005 15:45:15 +0100 |
| 21 |
|
|
| 22 |
|
fai (2.8.4) unstable; urgency=high |
| 23 |
|
|
| 24 |
|
* fix important bug: remove non-US entry (closes: #310392) |
| 25 |
|
* package_config: remove nonfree package t1-xfree86-nonfree from |
| 26 |
|
examples (closes: #310705) |
| 27 |
|
|
| 28 |
|
-- Thomas Lange <lange@debian.org> Wed, 25 May 2005 13:59:39 +0200 |
| 29 |
|
|
| 30 |
|
fai (2.8.3) unstable; urgency=high |
| 31 |
|
|
| 32 |
|
* fix a serious bug, remove debconf support (closes: #309209), debconf |
| 33 |
|
support may be included again after sarge |
| 34 |
|
* fix important bug, do not delete files in /etc/fai (closes: #309707) |
| 35 |
|
* control: remove dependency on debconf |
| 36 |
|
* postinst, postrm: remove debconf code |
| 37 |
|
* rules: do not call dh_installdebconf |
| 38 |
|
* remove debian/config, debian/template |
| 39 |
|
* remove files in debian/po: POTFILES.in de.po fr.po templates.pot |
| 40 |
|
* fai.conf: set placeholder for installserver, since debconf will not |
| 41 |
|
set it any more |
| 42 |
|
* conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org |
| 43 |
|
instead of debconf's default values |
| 44 |
|
* man/fai-chboot.8: minor document patch (closes: #309138, 309142) |
| 45 |
|
* fai-guide.sgml: minor document patch, move section "For the impatient |
| 46 |
|
user" to the front (closes: #309134, #309556) |
| 47 |
|
* README.build-sources: add memo to use -ICVS in the future |
| 48 |
|
|
| 49 |
|
-- Thomas Lange <lange@debian.org> Thu, 19 May 2005 15:54:18 +0200 |
| 50 |
|
|
| 51 |
|
fai (2.8.2) unstable; urgency=high |
| 52 |
|
|
| 53 |
|
* remove old unused scripts from cvs source |
| 54 |
|
* updatebase: use mktemp for creating temp file, this closes a serious |
| 55 |
|
security bug (closes: #307838) |
| 56 |
|
* fai: create dir only during initial installation, fixes a critical bug |
| 57 |
|
(closes: #307632) |
| 58 |
|
* subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes |
| 59 |
|
important bug (closes: #307631) |
| 60 |
|
|
| 61 |
|
-- Thomas Lange <lange@debian.org> Fri, 6 May 2005 09:23:34 +0200 |
| 62 |
|
|
| 63 |
|
fai (2.8.1) unstable; urgency=low |
| 64 |
|
|
| 65 |
|
* only minor bug fixes, no major changes to the code, but a lot of them |
| 66 |
|
* make-fai-bootfloppy: add missing $ to variable (closes: #304824) |
| 67 |
|
* install_packages: add missing aptitude-r call (closes: #305544), |
| 68 |
|
add $qopt and $devnull, used when install_packages is called with |
| 69 |
|
verbose from fai-mirror |
| 70 |
|
* fai-mirror: fix wrong path (closes: #304179), remove needless test if |
| 71 |
|
mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not |
| 72 |
|
when $addpackages is empty |
| 73 |
|
* fai: added $COLOR_FAI_LOGO, which is off when doing softupdate |
| 74 |
|
* fai-cd: add test if mkinitrd-cd is available |
| 75 |
|
* fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283) |
| 76 |
|
* savelog.LAST: add error message to global pattern |
| 77 |
|
* make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses |
| 78 |
|
dpkg --print-installation-architecture instead of another call which |
| 79 |
|
needed gcc, change comment |
| 80 |
|
* make-fai-nfsroot: split i386 and amd64 packages list, remove packages |
| 81 |
|
from amd64 which are not available (closes: #306264) |
| 82 |
|
* menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION |
| 83 |
|
(closes: 305861) |
| 84 |
|
* install_packages.8: remove option -f |
| 85 |
|
* make-fai-nfsroot.8: remove wrong information (closes: #304980) |
| 86 |
|
* control: add grub to suggests |
| 87 |
|
* rules: make hooks and postinst script executable |
| 88 |
|
* FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may |
| 89 |
|
hang the system |
| 90 |
|
* fr.po: added french debconf templates (closes: #306232) |
| 91 |
|
* de.po, templates.pot: remove fuzzy lines |
| 92 |
|
* README.disk_config: add notes about boot option |
| 93 |
|
* debian/postinst: replace sed -i with perl -pi -e since old sed does |
| 94 |
|
not support -i |
| 95 |
|
* fai-setup: change informational message |
| 96 |
|
* fai-mount-disk: mount file systems read only |
| 97 |
|
* 50-host-classes: move host specific class definitions to new script |
| 98 |
|
* fai-guide.sgml: fix typos and other minor mistakes |
| 99 |
|
|
| 100 |
|
-- Thomas Lange <lange@debian.org> Sat, 30 Apr 2005 21:20:53 +0200 |
| 101 |
|
|
| 102 |
|
fai (2.8) unstable; urgency=high |
| 103 |
|
|
| 104 |
|
* remove ext2resize from $packages (closes: #303565) |
| 105 |
|
* major rewrite of simple examples (closes: #290554) |
| 106 |
|
* make-fai-nfsroot.8: add info about nfsroot location (closes: #303915) |
| 107 |
|
* fai-guide.sgml: major update for new release |
| 108 |
|
* setup_harddisks: add support for device names disk1 and disk2, |
| 109 |
|
reformat some output, print some messages only if $verbose is set |
| 110 |
|
* rcS_fai: renamed to fai, add manual page fai.8 |
| 111 |
|
* fai: add $rundir, remove unused dirs at the end, call set_disk_info |
| 112 |
|
before task_defvar, add variable $DO_INIT_TASK, add code for |
| 113 |
|
softupdate support, rename rcS.log to fai.log, add copyright message |
| 114 |
|
to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq |
| 115 |
|
* apt.conf: replace force-confnew with force-confdef |
| 116 |
|
* make-fai-nfsroot: use dpkg --print-installation-architecture instead |
| 117 |
|
off uname -m, add arch dependent package name to, remove "" for |
| 118 |
|
matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty |
| 119 |
|
$NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv |
| 120 |
|
* make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to |
| 121 |
|
local class-C network, remove ext2resize until available again |
| 122 |
|
* subroutines: add task softupdate, add support for softupdate, add |
| 123 |
|
$DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for |
| 124 |
|
disabling swap partitions, test $DO_INIT_TASK always with -eq, use |
| 125 |
|
/var/log/fai/FAI_CLASSES |
| 126 |
|
* subroutines-linux: script prepare_apt is now updatebase, add support |
| 127 |
|
for softupdates, add task_prepareapt, sliently skip task_chboot if |
| 128 |
|
LOGUSER is undefined, $disklist now sorted, print setup_hardisks |
| 129 |
|
output also to console |
| 130 |
|
* install_packages: cleanup of multiple packages with different |
| 131 |
|
install/remove operations, add installable(), check if a package is |
| 132 |
|
listed in a package index and not only in the dpkg database, add |
| 133 |
|
force-confdef and force-confold to apt-get, install_packages.conf |
| 134 |
|
unused, remove -f, sub read_config_file |
| 135 |
|
* fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]* |
| 136 |
|
also supported for backwards compatibility |
| 137 |
|
* fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch |
| 138 |
|
dependent packages defined in make-fai-nfsroot, replace sed with bash |
| 139 |
|
builtin, add $debdist, return if $addpackages is empty |
| 140 |
|
* fai-chboot: change message |
| 141 |
|
* load_keymap_consolechars: much simpler code |
| 142 |
|
* create_ramdisk: create /tmp/var/run/fai |
| 143 |
|
* fai.conf: installserver will be set by debconf, by default LOGUSER is |
| 144 |
|
unset |
| 145 |
|
* sources.list: insert MIRRORHOST which will be replaced by debconf data |
| 146 |
|
* Makefile: install device2grub to new location, rename rcS_fai to fai |
| 147 |
|
* control: add libapt-pkg-perl for install_packages, remove dependency |
| 148 |
|
on nfs, because fai can also only be used for softupdate |
| 149 |
|
* postrm: cleanup debconf data on purge |
| 150 |
|
* postinst: use debconf |
| 151 |
|
* rules: add dh_installdebconf call, remove chmod of rcS_fai |
| 152 |
|
* utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg |
| 153 |
|
|
| 154 |
|
-- Thomas Lange <lange@debian.org> Sat, 9 Apr 2005 23:43:27 +0200 |
| 155 |
|
|
| 156 |
|
fai (2.7) unstable; urgency=high |
| 157 |
|
|
| 158 |
|
* closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm |
| 159 |
|
(closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES |
| 160 |
|
* closes important bug, make-fai-nfsroot: use resolv.conf from install |
| 161 |
|
server during creation of nfsroot (closes: #301230) |
| 162 |
|
* rcS_fai: set classes before fai-class is called (closes: #301179), set |
| 163 |
|
hostname if HOST was specified on the commandline |
| 164 |
|
* fcopy: fix wrong variable name |
| 165 |
|
* package_config/KERNEL_SOFT: replace `echo $kernelversion` in package |
| 166 |
|
name with 2.6.8 |
| 167 |
|
* fai-guide.sgml: fix a lot of broken http links, add info for fai-cd |
| 168 |
|
* install_packages: add setdownloadonly() and $opt_d |
| 169 |
|
* conf/install_packages.conf removed |
| 170 |
|
* fai-mirror: source make-fai-nfsroot.conf, add add_base_packages(), |
| 171 |
|
allow - in class names, add option -a, call install_packages with -d, |
| 172 |
|
add PKGCOMP for apt-move.conf, do not exit 9 if $FAI_DEBMIRROR is not |
| 173 |
|
defined, log aptitudes actions to /dev/null |
| 174 |
|
* fai-mirror.1: add option -a |
| 175 |
|
* install_packages.8: add option -d |
| 176 |
|
* add fai-cd script for creating a bootable FAI CD image (closes: #265444) |
| 177 |
|
* add fai-cd.8 man page |
| 178 |
|
* add conf/menu.lst: needed by fai-cd |
| 179 |
|
* control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on |
| 180 |
|
debhelper greater version 3 |
| 181 |
|
* class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package |
| 182 |
|
* fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd |
| 183 |
|
to it |
| 184 |
|
|
| 185 |
|
-- Thomas Lange <lange@debian.org> Fri, 25 Mar 2005 23:51:34 +0100 |
| 186 |
|
|
| 187 |
|
fai (2.6.7) unstable; urgency=low |
| 188 |
|
|
| 189 |
|
* add task debconf (closes: #136503) |
| 190 |
|
* new script fai-debconf |
| 191 |
|
* add manual page fai-debconf.1 |
| 192 |
|
* control: use nfs-kernel-server by default (closes: #293876) |
| 193 |
|
* QUESTIONNAIRE: minor update |
| 194 |
|
* packages_config/XFREE: remove some -dev packages |
| 195 |
|
* packages_config/SERVER: remove symlinks |
| 196 |
|
* packages_config/DEFAULT: add debconf-utils |
| 197 |
|
* replace backticks with $() |
| 198 |
|
* fai-do-scripts: use local variables, make it a bash script |
| 199 |
|
* fai-guide.sgml: update for debconf support, add aptitude in |
| 200 |
|
install_packages config |
| 201 |
|
|
| 202 |
|
-- Thomas Lange <lange@debian.org> Thu, 10 Mar 2005 11:00:05 +0100 |
| 203 |
|
|
| 204 |
|
fai (2.6.6) unstable; urgency=medium |
| 205 |
|
|
| 206 |
|
* 06hwdetect.source: add comment, add class NVIDIA which is not currently |
| 207 |
|
used, bug fix: correct SCSI detect 2.6 kernel, replace backticks with |
| 208 |
|
$(), discard error messages from modprobe, enable dma mode for ide |
| 209 |
|
devices (with fai CD it was not enabled) |
| 210 |
* make-fai-nfsroot: use "" when testing variables, add link for |
* make-fai-nfsroot: use "" when testing variables, add link for |
| 211 |
discover, remove resolv.conf created by debootstrap (closes: #281264), |
discover, remove resolv.conf created by debootstrap (closes: #281264), |
| 212 |
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, |
| 213 |
remove unneeded files in $FSROOT/etc/fai |
remove unneeded files in $FSROOT/etc/fai |
| 214 |
* ftar: bug fix do not do recursive removal if $target/$dir is / |
* ftar: bug fix do not do recursive removal if $target/$dir is / |
| 215 |
* fai-guide.sgml: fix typos (closes: #287150) |
* fai-guide.sgml: fix typos (closes: #287150), add info about |
| 216 |
|
/files/packages/ (closes: #290359) |
| 217 |
|
* add task_savelog to die() (closes: #290526) |
| 218 |
* make-fai-bootfloppy: bug fix: support /media directory, choose last |
* make-fai-bootfloppy: bug fix: support /media directory, choose last |
| 219 |
installed kernel if more than one kernel is installed in nfsroot |
installed kernel if more than one kernel is installed in nfsroot |
| 220 |
* setup_harddisks: bug fix: redefined mountpoint are too often reported, |
* setup_harddisks: bug fix: redefined mountpoint are too often reported, |
| 223 |
* fai-setup: typo in variable name (closes: #289271), reload nfs server |
* fai-setup: typo in variable name (closes: #289271), reload nfs server |
| 224 |
instead of restart, read make-fai-nfsroot.conf, use variable |
instead of restart, read make-fai-nfsroot.conf, use variable |
| 225 |
FAICLIENTS |
FAICLIENTS |
| 226 |
|
* fai-class: bug fix: option -T hangs the script, make it a bash script, |
| 227 |
|
replace backticks `` with $(), bad variable name in testclass() |
| 228 |
* 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 |
| 229 |
often, kill sshd before rebooting, umount $target/proc before |
often, kill sshd before rebooting, umount $target/proc before |
| 230 |
umounting all otger file systems, copy FAI_CLASSES variables.sh |
umounting all otger file systems, copy FAI_CLASSES variables.sh |
| 231 |
disk_var.sh to $target/var/log/fai |
disk_var.sh to $target/var/log/fai |
| 232 |
* 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 |
| 233 |
* install_packages: add option -f and -i, add command{pending}, |
lookup is possible before calling $h->name (closes: #290007) |
| 234 |
|
* install_packages: add option -f, add command{pending}, |
| 235 |
command{dpkgc}, print max number of packages only in verbose mode |
command{dpkgc}, print max number of packages only in verbose mode |
| 236 |
* install_packages.8: add option -f and -i, add info about |
* install_packages.8: add option -f, add info about |
| 237 |
install_packages.conf |
install_packages.conf |
| 238 |
* new config file: install_packages.conf, used for fai-mirror(1) |
* new config file: install_packages.conf, used for fai-mirror(1) |
| 239 |
* rcS_fai: remount / with noatime, set variables if booting from CD |
* rcS_fai: remount / with noatime, set variables if booting from CD, set |
| 240 |
|
hostname to $HOST it was unset, remove unused variable, minor code |
| 241 |
|
cleanup |
| 242 |
* DEFAULT/S01: add copying of /etc/modules |
* DEFAULT/S01: add copying of /etc/modules |
| 243 |
* DEFAULT/S10: add message where grub writes boot record |
* DEFAULT/S10: add message where grub writes boot record |
| 244 |
|
* class/01alias: add class FAICD if running from fai CD, add classes for |
| 245 |
|
host gnomehost (used by fai-cd) |
| 246 |
* package_config/DEMO: replace install with aptitude |
* package_config/DEMO: replace install with aptitude |
| 247 |
* make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev |
* make-fai-nfsroot.conf: add variable FAICLIENTS, remove package dpkg-dev |
| 248 |
* script/LAST: enable shadow passwords for passwd and group in examples, |
* script/LAST: enable shadow passwords for passwd and group in examples, |
| 249 |
eject cdrom when running from fai CD |
eject cdrom when running from fai CD |
| 250 |
* task_sysinfo: call hwinfo if available |
* task_sysinfo: call hwinfo if available |
|
* fai-class: make it a bash script, replace backticks `` with $() |
|
| 251 |
* fai-savelog: do not save remotely if $LOGSERVER is not set |
* fai-savelog: do not save remotely if $LOGSERVER is not set |
| 252 |
* new command fai-mirror and manual page fai-mirror.1 |
* new command fai-mirror and manual page fai-mirror.1 |
| 253 |
|
* .../XF86CXonfig-4/DEFAULT: change HorizSync, use pc105 keyboard model |
| 254 |
|
* .../XF86CXonfig-4/MATROX: removed because DEFAULT works now |
| 255 |
|
|
| 256 |
-- Thomas Lange <lange@debian.org> Wed, 12 Jan 2005 12:09:42 +0100 |
-- Thomas Lange <lange@debian.org> Fri, 21 Jan 2005 04:24:26 +0100 |
| 257 |
|
|
| 258 |
fai (2.6.5) unstable; urgency=medium |
fai (2.6.5) unstable; urgency=medium |
| 259 |
|
|