| 1 |
fai (2.6.8) unstable; urgency=high |
fai (2.10) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* setup_harddisks: mapdisk(): add support for more than two disks, fix |
| 4 |
|
wrong comments (closes: #356265) |
| 5 |
|
* make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot, |
| 6 |
|
detect kernel version for new kernel name (closes: 352939), |
| 7 |
|
remove patches-* file when using -K (closes: #348350), remove |
| 8 |
|
update-modules call |
| 9 |
|
* fai-chboot: change output of -l and -L, add pattern to -l |
| 10 |
|
* 20-hwdetect.source: test if discover is installed |
| 11 |
|
* make-fai-bootfloppy: remove obsolete message (closes: #347974) |
| 12 |
|
* fcopy: remove newline from $source, add \Q, (closes: #350015), warning |
| 13 |
|
if unlink fails, add option -n (same as $ENV{FCOPY_DRYRUN}) |
| 14 |
|
* make example scripts more cfengine2 compatible (closes: #312201) |
| 15 |
|
* hooks/instsoft.FAIBASE: do not pause when kernel modules are already |
| 16 |
|
available (closes: #314613) |
| 17 |
|
* install_packages: new feature, just unpack packages (closes: #277079) |
| 18 |
|
* fai: exit script if no parameters are given and no run from nfsroot |
| 19 |
|
* subroutines: add verbose output when defining variables |
| 20 |
|
|
| 21 |
|
-- Thomas Lange <lange@debian.org> Sun, 19 Mar 2006 19:25:22 +0100 |
| 22 |
|
|
| 23 |
|
fai (2.9.1) unstable; urgency=low |
| 24 |
|
|
| 25 |
|
* install_packages: add aptitude-r to @commands (closes: #343361) |
| 26 |
|
* new command fai-statoverride (like dpkg-statoverride) |
| 27 |
|
* fai-chboot: use NFS v2 as default until FAI will drop sarge support |
| 28 |
|
* fai.8: fix typo (closes: #343642) |
| 29 |
|
* doc/classes_description.txt: remove all unused classes, update |
| 30 |
|
description (closes: #322026) |
| 31 |
|
* add script AMD64/99-discover-bug |
| 32 |
|
* add class FAISERVER |
| 33 |
|
* updatebase: mount /sys into chroot |
| 34 |
|
* mkdebmirror: remove non-US stuff |
| 35 |
|
* savelog.LAST: add segfault to error pattern |
| 36 |
|
* make-fai-bootfloppy.8: fix typo (closes: #346428) |
| 37 |
|
* make-fai-nfsroot: do not try to copy file if resolv.conf does not |
| 38 |
|
exist |
| 39 |
|
* menu.lst: add entry for faiserver |
| 40 |
|
* fai-cd: adjust space, new code for generating sources.list file |
| 41 |
|
|
| 42 |
|
-- Thomas Lange <lange@debian.org> Sun, 5 Mar 2006 22:37:31 +0100 |
| 43 |
|
|
| 44 |
|
fai (2.9) unstable; urgency=low |
| 45 |
|
|
| 46 |
|
* splitting binary package fai into fai-server, fai-client, fai-doc and |
| 47 |
|
fai-nfsroot (closes: #210507) |
| 48 |
|
* adjust some paths |
| 49 |
|
* remove beowulf and advanced examples |
| 50 |
|
* increase compat level to 4 |
| 51 |
|
* delete sunos code from source |
| 52 |
|
* scripts/ directory is now bin/ |
| 53 |
|
* fai-cd: fixed hardcoded sources.list for the install client to be |
| 54 |
|
generated, code by Michael Tautschnig (closes: #320024) and at least |
| 55 |
|
partially #329547, test if nfsroot was created (closes: #317495), test |
| 56 |
|
if mkisofs is available (closes: #334871), exist unless arch is i386 |
| 57 |
|
or amd64 (closes: #339098), check if $FAI_CONFIGDIR is valid |
| 58 |
|
remove subroutine mhide amd module-hide, mkbimage is not needed any |
| 59 |
|
more, use grub's stage2_eltorito feature mkisofs uses -no-emul-boot, |
| 60 |
|
no floppy emulation needed, size is not limited any more to 2.88M |
| 61 |
|
* install_packages: ignore packages ending with - when using -d |
| 62 |
|
(closes: #334333), remove backtick evaluation (closes: #322157), add |
| 63 |
|
-R to default aptitude call, add aptitude-r for download only mode, |
| 64 |
|
add more warnings |
| 65 |
|
* lib/create_ramdisk: make /etc/network/run/ifstate writable |
| 66 |
|
(closes: #312128) |
| 67 |
|
* fai-mirror: add -i to egrep (closes: #312508), add option |
| 68 |
|
DPkg::force-conflicts::=yes (closes: #328138), only aptitude can |
| 69 |
|
install conflicting packages, test if $mirrordir starts with a slash |
| 70 |
|
(closes: #328139), check if $FAI_CONFIGDIR is valid (closes: #334577) |
| 71 |
|
* fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999) |
| 72 |
|
* fcopy: add preinst support, ignore .svn dirs (closes: #297550), do |
| 73 |
|
chroot before using getpwnam (closes: #283475), add option -U |
| 74 |
|
* fai-guide.sgml: include README.disk_config into fai guide, minor |
| 75 |
|
fixes, (closes: #332295, #332318, #332293, #332291) |
| 76 |
|
* make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806), |
| 77 |
|
new test if ssh package is installed (closes: #322759), create |
| 78 |
|
apt.conf.d file to support unsigned repositories, fail if debootstrap |
| 79 |
|
return with error code (closes: #342120) |
| 80 |
|
* subroutines: test if hooks are executable (closes: #338524), new stamp |
| 81 |
|
file name when action is softupdate |
| 82 |
|
* make-fai-bootfloppy: fix code for -i when using a relative path |
| 83 |
|
(closes: #314551), add option -I (closes: #337271), create more space |
| 84 |
|
on boot floppy (closes: #294593), add option -B |
| 85 |
|
* FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs |
| 86 |
|
even when using a 2.6 kernel (closes: #307147) |
| 87 |
|
* ftar: test if $single is set (closes: #340421) |
| 88 |
|
* FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink |
| 89 |
|
(closes: #305783) |
| 90 |
|
* setup_harddisks: add i2o support (closes: #317797), add workaround for |
| 91 |
|
udev behaviour |
| 92 |
|
* GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be |
| 93 |
|
overwritten during softupdate (closes: #313069, #314995) |
| 94 |
|
* subroutines-linux: fix idempotent code (closes: #340422) |
| 95 |
|
* fai: do not use color logo if $console was set, start udev if |
| 96 |
|
available (closes: #334373), test if run as root |
| 97 |
|
* lib/updatebase: mount /dev into chroot during installation if we are |
| 98 |
|
running udev |
| 99 |
|
* fai-chboot: read $NFSROOT from fai.conf, add nfsroot option to kernel |
| 100 |
|
parameters, root-path can now be removed from dhcpd.conf |
| 101 |
|
* add support for unsigned repositories |
| 102 |
|
* LAST/50-misc: fix code that detect of a kernel is installed, now it |
| 103 |
|
does not break if more than one kernel is installed |
| 104 |
|
|
| 105 |
|
-- Thomas Lange <lange@debian.org> Tue, 13 Dec 2005 15:53:00 +0100 |
| 106 |
|
|
| 107 |
|
fai (2.8.4) unstable; urgency=high |
| 108 |
|
|
| 109 |
|
* fix important bug: remove non-US entry (closes: #310392) |
| 110 |
|
* package_config: remove nonfree package t1-xfree86-nonfree from |
| 111 |
|
examples (closes: #310705) |
| 112 |
|
|
| 113 |
|
-- Thomas Lange <lange@debian.org> Wed, 25 May 2005 13:59:39 +0200 |
| 114 |
|
|
| 115 |
|
fai (2.8.3) unstable; urgency=high |
| 116 |
|
|
| 117 |
|
* fix a serious bug, remove debconf support (closes: #309209), debconf |
| 118 |
|
support may be included again after sarge |
| 119 |
|
* fix important bug, do not delete files in /etc/fai (closes: #309707) |
| 120 |
|
* control: remove dependency on debconf |
| 121 |
|
* postinst, postrm: remove debconf code |
| 122 |
|
* rules: do not call dh_installdebconf |
| 123 |
|
* remove debian/config, debian/template |
| 124 |
|
* remove files in debian/po: POTFILES.in de.po fr.po templates.pot |
| 125 |
|
* fai.conf: set placeholder for installserver, since debconf will not |
| 126 |
|
set it any more |
| 127 |
|
* conf/make-fai-nfsroot.conf, conf/sources.list: use ftp.debian.org |
| 128 |
|
instead of debconf's default values |
| 129 |
|
* man/fai-chboot.8: minor document patch (closes: #309138, 309142) |
| 130 |
|
* fai-guide.sgml: minor document patch, move section "For the impatient |
| 131 |
|
user" to the front (closes: #309134, #309556) |
| 132 |
|
* README.build-sources: add memo to use -ICVS in the future |
| 133 |
|
|
| 134 |
|
-- Thomas Lange <lange@debian.org> Thu, 19 May 2005 15:54:18 +0200 |
| 135 |
|
|
| 136 |
|
fai (2.8.2) unstable; urgency=high |
| 137 |
|
|
| 138 |
|
* remove old unused scripts from cvs source |
| 139 |
|
* updatebase: use mktemp for creating temp file, this closes a serious |
| 140 |
|
security bug (closes: #307838) |
| 141 |
|
* fai: create dir only during initial installation, fixes a critical bug |
| 142 |
|
(closes: #307632) |
| 143 |
|
* subroutines-linux: do not "mount --bind" when FAI_ROOT=/, closes |
| 144 |
|
important bug (closes: #307631) |
| 145 |
|
|
| 146 |
|
-- Thomas Lange <lange@debian.org> Fri, 6 May 2005 09:23:34 +0200 |
| 147 |
|
|
| 148 |
|
fai (2.8.1) unstable; urgency=low |
| 149 |
|
|
| 150 |
|
* only minor bug fixes, no major changes to the code, but a lot of them |
| 151 |
|
* make-fai-bootfloppy: add missing $ to variable (closes: #304824) |
| 152 |
|
* install_packages: add missing aptitude-r call (closes: #305544), |
| 153 |
|
add $qopt and $devnull, used when install_packages is called with |
| 154 |
|
verbose from fai-mirror |
| 155 |
|
* fai-mirror: fix wrong path (closes: #304179), remove needless test if |
| 156 |
|
mkinitrd-cd is available, add $qflag, return if $pkglist is empty, not |
| 157 |
|
when $addpackages is empty |
| 158 |
|
* fai: added $COLOR_FAI_LOGO, which is off when doing softupdate |
| 159 |
|
* fai-cd: add test if mkinitrd-cd is available |
| 160 |
|
* fai-savelog: set FAI_ACTION to noaction if undef (closes: #305283) |
| 161 |
|
* savelog.LAST: add error message to global pattern |
| 162 |
|
* make-fai-nfsroot.conf: remove --arch i386, since debootstrap now uses |
| 163 |
|
dpkg --print-installation-architecture instead of another call which |
| 164 |
|
needed gcc, change comment |
| 165 |
|
* make-fai-nfsroot: split i386 and amd64 packages list, remove packages |
| 166 |
|
from amd64 which are not available (closes: #306264) |
| 167 |
|
* menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION |
| 168 |
|
(closes: 305861) |
| 169 |
|
* install_packages.8: remove option -f |
| 170 |
|
* make-fai-nfsroot.8: remove wrong information (closes: #304980) |
| 171 |
|
* control: add grub to suggests |
| 172 |
|
* rules: make hooks and postinst script executable |
| 173 |
|
* FAIBASE/10-misc: do not call tune2fs when using 2.6 kernel. This may |
| 174 |
|
hang the system |
| 175 |
|
* fr.po: added french debconf templates (closes: #306232) |
| 176 |
|
* de.po, templates.pot: remove fuzzy lines |
| 177 |
|
* README.disk_config: add notes about boot option |
| 178 |
|
* debian/postinst: replace sed -i with perl -pi -e since old sed does |
| 179 |
|
not support -i |
| 180 |
|
* fai-setup: change informational message |
| 181 |
|
* fai-mount-disk: mount file systems read only |
| 182 |
|
* 50-host-classes: move host specific class definitions to new script |
| 183 |
|
* fai-guide.sgml: fix typos and other minor mistakes |
| 184 |
|
|
| 185 |
|
-- Thomas Lange <lange@debian.org> Sat, 30 Apr 2005 21:20:53 +0200 |
| 186 |
|
|
| 187 |
|
fai (2.8) unstable; urgency=high |
| 188 |
|
|
| 189 |
|
* remove ext2resize from $packages (closes: #303565) |
| 190 |
|
* major rewrite of simple examples (closes: #290554) |
| 191 |
|
* make-fai-nfsroot.8: add info about nfsroot location (closes: #303915) |
| 192 |
|
* fai-guide.sgml: major update for new release |
| 193 |
|
* setup_harddisks: add support for device names disk1 and disk2, |
| 194 |
|
reformat some output, print some messages only if $verbose is set |
| 195 |
|
* rcS_fai: renamed to fai, add manual page fai.8 |
| 196 |
|
* fai: add $rundir, remove unused dirs at the end, call set_disk_info |
| 197 |
|
before task_defvar, add variable $DO_INIT_TASK, add code for |
| 198 |
|
softupdate support, rename rcS.log to fai.log, add copyright message |
| 199 |
|
to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq |
| 200 |
|
* apt.conf: replace force-confnew with force-confdef |
| 201 |
|
* make-fai-nfsroot: use dpkg --print-installation-architecture instead |
| 202 |
|
off uname -m, add arch dependent package name to, remove "" for |
| 203 |
|
matching * in KERNELPACKAGE, test if $KERNELPACKAGE is empty |
| 204 |
|
$NFSROOT/var/tmp/packages.arch, use shadowconfig instead of pwconv |
| 205 |
|
* make-fai-nfsroot.conf: comment FAI_LOCAL_REPOSITORY, set FAICLIENTS to |
| 206 |
|
local class-C network, remove ext2resize until available again |
| 207 |
|
* subroutines: add task softupdate, add support for softupdate, add |
| 208 |
|
$DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for |
| 209 |
|
disabling swap partitions, test $DO_INIT_TASK always with -eq, use |
| 210 |
|
/var/log/fai/FAI_CLASSES |
| 211 |
|
* subroutines-linux: script prepare_apt is now updatebase, add support |
| 212 |
|
for softupdates, add task_prepareapt, sliently skip task_chboot if |
| 213 |
|
LOGUSER is undefined, $disklist now sorted, print setup_hardisks |
| 214 |
|
output also to console |
| 215 |
|
* install_packages: cleanup of multiple packages with different |
| 216 |
|
install/remove operations, add installable(), check if a package is |
| 217 |
|
listed in a package index and not only in the dpkg database, add |
| 218 |
|
force-confdef and force-confold to apt-get, install_packages.conf |
| 219 |
|
unused, remove -f, sub read_config_file |
| 220 |
|
* fai-do-scripts: now executing scripts matching [0-9[0-9]*, S[0-9]* |
| 221 |
|
also supported for backwards compatibility |
| 222 |
|
* fai-mirror: add check if mkinitrd-cd and apt-move are installed, arch |
| 223 |
|
dependent packages defined in make-fai-nfsroot, replace sed with bash |
| 224 |
|
builtin, add $debdist, return if $addpackages is empty |
| 225 |
|
* fai-chboot: change message |
| 226 |
|
* load_keymap_consolechars: much simpler code |
| 227 |
|
* create_ramdisk: create /tmp/var/run/fai |
| 228 |
|
* fai.conf: installserver will be set by debconf, by default LOGUSER is |
| 229 |
|
unset |
| 230 |
|
* sources.list: insert MIRRORHOST which will be replaced by debconf data |
| 231 |
|
* Makefile: install device2grub to new location, rename rcS_fai to fai |
| 232 |
|
* control: add libapt-pkg-perl for install_packages, remove dependency |
| 233 |
|
on nfs, because fai can also only be used for softupdate |
| 234 |
|
* postrm: cleanup debconf data on purge |
| 235 |
|
* postinst: use debconf |
| 236 |
|
* rules: add dh_installdebconf call, remove chmod of rcS_fai |
| 237 |
|
* utils/mkdebmirror: --ignore-missing-release --ignore-release-gpg |
| 238 |
|
|
| 239 |
|
-- Thomas Lange <lange@debian.org> Sat, 9 Apr 2005 23:43:27 +0200 |
| 240 |
|
|
| 241 |
|
fai (2.7) unstable; urgency=high |
| 242 |
|
|
| 243 |
* closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm |
* closes grave bug, make-fai-nfsroot.conf: replace raidtools2 with mdadm |
| 244 |
(closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES |
(closes: #299952), move cfengine from $packages to $NFSROOT_PACKAGES |
| 264 |
* control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on |
* control: add mkinitrd-cd to Suggests, add Build-Depends-Indep on |
| 265 |
debhelper greater version 3 |
debhelper greater version 3 |
| 266 |
* class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package |
* class/DEFAULT.var: use kernel-image-2.4-386 as default kernel package |
| 267 |
|
* fai-savelog-ftp: remove $ENV{LOGREMOTEDIR} from mkdir since we just cd |
| 268 |
|
to it |
| 269 |
|
|
| 270 |
-- Thomas Lange <lange@debian.org> Fri, 25 Mar 2005 23:29:04 +0100 |
-- Thomas Lange <lange@debian.org> Fri, 25 Mar 2005 23:51:34 +0100 |
| 271 |
|
|
| 272 |
fai (2.6.7) unstable; urgency=low |
fai (2.6.7) unstable; urgency=low |
| 273 |
|
|