| 1 |
|
fai (2.3.3) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* enable use strict in perl scripts |
| 4 |
|
* remove some potato specific code |
| 5 |
|
* typo fixed (closes: #XXXX) |
| 6 |
|
|
| 7 |
|
-- Thomas Lange <lange@pittermaennche> Sat, 4 May 2002 11:52:15 +0200 |
| 8 |
|
|
| 9 |
|
fai (2.3.2) unstable; urgency=low |
| 10 |
|
|
| 11 |
|
* bug fix: THISLOG is unused variable |
| 12 |
|
* added save_log_*(): only remove files (-type f added) |
| 13 |
|
* load net-pf-1 kernel module (unix socket) |
| 14 |
|
* minor changes in package_config files |
| 15 |
|
* added script class/S03hwdetect.source |
| 16 |
|
* dhclient-perl: dhcp use host_name |
| 17 |
|
* faireboot: use rmalldivert for removing diversions |
| 18 |
|
* $divertlist not used any more; use dpkg-divert --list |
| 19 |
|
* setup_harddisks writes list of swap devices; they are enables using swapon |
| 20 |
|
|
| 21 |
|
-- Thomas Lange <lange@debian.org> Mon, 29 Apr 2002 19:47:39 +0200 |
| 22 |
|
|
| 23 |
|
fai (2.3.1) unstable; urgency=low |
| 24 |
|
|
| 25 |
|
* bug fix in make-fai-bootfloppy, fcopy |
| 26 |
|
* first letter in description now uppercase (closes: #142017) |
| 27 |
|
* add option -m to make-fai-bootfloppy |
| 28 |
|
* save keymap to boottime.kmap.gz |
| 29 |
|
* add many comments to shell scripts |
| 30 |
|
* copy $loguserhome/.ssh/*.pub files to $NFSROOT/root/.ssh |
| 31 |
|
* packages from $addpackages are also installed to the system if |
| 32 |
|
they exist in $FAI/files/packages/ |
| 33 |
|
* minor changes in package_config files |
| 34 |
|
* move task_confdir() to subroutines-linux |
| 35 |
|
* added create_resolv_conf(); code removed from task_confdir |
| 36 |
|
* jobsrunning() subroutine for linux and solaris added |
| 37 |
|
* faireboot: source fai.conf and subroutines-$OS_TYPE |
| 38 |
|
* subroutines-linux: additional way to determine all ethernet devices |
| 39 |
|
* move some packages from $NFSROOT_PACKAGES into make-fai-nfsroot |
| 40 |
|
* add more .ssh/ files to nfsroot |
| 41 |
|
* $FAI_SUBDIR renamed to $FAI_SHAREDIR |
| 42 |
|
* rcS_fai: add $osname |
| 43 |
|
* write some variabel definitions to $rcsfaivar (used for remote logins) |
| 44 |
|
|
| 45 |
|
-- Thomas Lange <lange@debian.org> Tue, 16 Apr 2002 13:30:04 +0200 |
| 46 |
|
|
| 47 |
|
fai (2.3) unstable; urgency=low |
| 48 |
|
|
| 49 |
|
* default configurations are for Debian 3.0 |
| 50 |
|
* add auto stanza to /etc/network/interfaces (closes: #114627) |
| 51 |
|
* now depends on debootstrap (closes: #128457) |
| 52 |
|
* set DEBIAN_FRONTEND to "noninteractive" (closes: #131855) |
| 53 |
|
* Fai.pm now copied to new location if woody in use (closes: #125839) |
| 54 |
|
* package upgrade does not remove nfsroot (closes: #123463) |
| 55 |
|
* many files: use $FAI instead of fixes /fai, config file moved to |
| 56 |
|
from /etc/fai.conf to /etc/fai/fai.conf |
| 57 |
|
* store log files to $LOGDIR (default to /tmp/fai), can be set in fai.conf |
| 58 |
|
* read also subroutines-$OS_TYPE file |
| 59 |
|
* fai.conf: moved to /etc/fai/fai.conf |
| 60 |
|
variables removed: FAI_ARCH, UTC (now in class/*.var), KERNELVERSION |
| 61 |
|
variables added: FAI, FAI_DEBOOTSTRAP_OPTS |
| 62 |
|
* make-fai-nfsroot sets up pxelinux environment |
| 63 |
|
automaticly determine kernel version; added get_kernel_version(), |
| 64 |
|
copies /etc/fai/.cvspass to nfsroot, can now write the floppy image to |
| 65 |
|
a file |
| 66 |
|
added call_with_stamp subroutine, for easy creation of stamps |
| 67 |
|
Tue Jan 29 20:19:27 CST 2002 -- Chad Walstrom <chad@debian.org> |
| 68 |
|
Added support to run script as a recovery operation. This is a |
| 69 |
|
glue-script; we may as well provide the ability to fix problems and |
| 70 |
|
continue. Changes include: |
| 71 |
|
- Adding a RUNDIR environment variable |
| 72 |
|
- A command line option "-r" for recover operations |
| 73 |
|
- logic tests and stampfiles to appropriate function calls |
| 74 |
|
Checked for existance of character file dev/boot255 before calling mknod. |
| 75 |
|
Checked for existance of $NFSROOT/proc/modules file before calling |
| 76 |
|
umount $NFSROOT/proc |
| 77 |
|
Recursively copies contents of /etc/fai/ directory (good if using CVS) |
| 78 |
|
Install $NFSROOT_PACKAGES in a second pass, to sidestep conflicts |
| 79 |
|
(e.g. so that ssh may replace rsh-client) |
| 80 |
|
Don't set up $LOGUSER's home directory if that variable is undefined |
| 81 |
|
add variable FAI_DEBOOTSTRAP_OPTS |
| 82 |
|
* conf/fai_modules_off: more modules turned off |
| 83 |
|
* call openvt with full shell path (closes: #134641) |
| 84 |
|
* hooks are also skipped if task is skipped |
| 85 |
|
* hooks that end in .source are sourced |
| 86 |
|
* class/*.mod file can now define variables |
| 87 |
|
* add ADAPTEC.mod file |
| 88 |
|
* apt/conf: set Assume-Yes "true" so apt-get (and tasksel) is noninteractive |
| 89 |
|
* lib/subroutines: /dev/ida/ and /dev/rd/ support in |
| 90 |
|
subroutine:umount_local_disks, added $netdevices_up, use $tfsab |
| 91 |
|
instead of fstab (for solaris support), /fai is now $FAI, mount shm |
| 92 |
|
file system if available, otherwise use normal ramdisk, strip comment lines |
| 93 |
|
when defining classes via scripts, added subroutine do_script, |
| 94 |
|
do_scriptss calls every script class/<classname>/S[0-9]* when class is |
| 95 |
|
not a file, execute all S[0-9]* scripts in a directory |
| 96 |
|
/fai/scripts/$class/, skip all comment lines when definig classes |
| 97 |
|
task_partition() call setup_harddisk only if no disk_var.sh exists |
| 98 |
|
defclass also sources all scripts class/S*.source |
| 99 |
|
add subroutines adddivert(), rmalldivert(); task_finish calls |
| 100 |
|
rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not |
| 101 |
|
needed for find, save_log*() now uses date and time for directory name; |
| 102 |
|
/tmp/fai now $LOGDIR, can be set in fai.conf; new cvs co code |
| 103 |
|
* templates/scripts: change NET and NETWORK examples; now called S10, |
| 104 |
|
S40 and located in directory /fai/scripts/NETWORK/ |
| 105 |
|
BASE and DEFAULT moved to DEFAULT/S20 and DEFAULT/S01 |
| 106 |
|
* setup_harddisk: raid support for /devc/rd, /dev/ida and cciss driver |
| 107 |
|
for Compaqs Smart Array Controllers, called with -d |
| 108 |
|
* doc/Makefile: detect if anything is really to do |
| 109 |
|
* use gzip -dc instead of zcat |
| 110 |
|
* make-fai-bootfloppy: do not copy /boot/System.map to floppy, new |
| 111 |
|
option -s |
| 112 |
|
* added prtnetgr; change netgroup example and script all_hosts to use it |
| 113 |
|
* fcopy: added debug message if executing postinst, ignore CVS |
| 114 |
|
directories, use File::Find, now sets envionment variables $target and |
| 115 |
|
$FAI_ROOT, bug fix in -d option, new options -L and -P, |
| 116 |
|
* KERNELVERSION not needed in fai.conf, now automaticly determined in |
| 117 |
|
make-fai-* scripts |
| 118 |
|
* FAI_FILES removed |
| 119 |
|
* Files added: THANKS, preinst, prtnetgr, pxelinux.cfg |
| 120 |
|
* Manual pages added fai-setup, install_packages, make-fai-bootfloppy, |
| 121 |
|
make-fai-nfroot |
| 122 |
|
* add use stict pragma for perl scripts |
| 123 |
|
* add auto.master and auto.scratch config for kernel automounter |
| 124 |
|
* mkdebmirror: use passive ftp mode |
| 125 |
|
* added autofs to package_CONFIG/BEOWULF |
| 126 |
|
* debian/prerm: do nothing when upgrading package |
| 127 |
|
* scripts/fai-setup: determine loguserhome earlier (closes: #136851) |
| 128 |
|
* new standards version 3.5.6 |
| 129 |
|
|
| 130 |
|
-- Thomas Lange <lange@debian.org> Tue, 9 Apr 2002 18:29:15 +0200 |
| 131 |
|
|
| 132 |
|
fai (2.2.3) unstable; urgency=low |
| 133 |
|
|
| 134 |
|
* added ATOMCLIENT in disk_config |
| 135 |
|
* setup_harddisks detects harddisk even if no valid partition table is |
| 136 |
|
available |
| 137 |
|
* added dosfstools to nfsroot |
| 138 |
|
* added .rhosts for ATOMCLIENTS |
| 139 |
|
* added detect, discover and lsdev to sysinfo |
| 140 |
|
* make-fai-nfsroot: now ash compatible (closes: #117431) |
| 141 |
|
clean apt cache before creating base.tgz, make |
| 142 |
|
liloconf silent, verbose output can be redirected to a file |
| 143 |
|
call mknbi only for kernels using BOOTP, added sysutils package |
| 144 |
|
* scripts/DEFAULT: chmod 1777 the defined scratch partition |
| 145 |
|
* wake on LAN section added to fai guide |
| 146 |
|
* reiserfs patch added to setup_harddisks |
| 147 |
|
* nfs-user-server support for woody |
| 148 |
|
* DEFAULT: scratch directories are writeable for all users |
| 149 |
|
* utils moved from doc directory to /usr/share/fai |
| 150 |
|
* install_packages: check all package names, remove unknown packages |
| 151 |
|
from install list; PRELOAD support for url of type file: |
| 152 |
|
* dpkg-divert is quiet unles verbose is set |
| 153 |
|
* make diversion for broken liloconfig (closes: #113906) |
| 154 |
|
* added class NOGETTY |
| 155 |
|
* install_packages: add code for command PACKAGES hold |
| 156 |
|
|
| 157 |
|
-- Thomas Lange <lange@debian.org> Thu, 8 Nov 2001 17:01:02 +0100 |
| 158 |
|
|
| 159 |
|
fai (2.2.2) unstable; urgency=low |
| 160 |
|
|
| 161 |
|
* bug fix in get_dhcp_info() |
| 162 |
|
* added jmon to BEOWULF |
| 163 |
|
|
| 164 |
|
-- Thomas Lange <lange@debian.org> Wed, 10 Oct 2001 10:52:35 +0200 |
| 165 |
|
|
| 166 |
|
fai (2.2.1) unstable; urgency=low |
| 167 |
|
|
| 168 |
|
* bugs in mkdebmirror fixed |
| 169 |
|
* replace compat from nsswitch.conf templates (closes: #113902) |
| 170 |
|
* FAI_FLAGS can contain comma or space separatedd list of flags |
| 171 |
|
* echo device before BOOTP request |
| 172 |
|
* all_hosts uses netgroup allhosts |
| 173 |
|
|
| 174 |
|
-- Thomas Lange <lange@debian.org> Fri, 5 Oct 2001 17:19:14 +0200 |
| 175 |
|
|
| 176 |
|
fai (2.2) unstable; urgency=low |
| 177 |
|
|
| 178 |
|
* fix lilo bug in make-fai-bootfloppy |
| 179 |
|
* user can define their own action using FAI_ACTION and |
| 180 |
|
creating a command /fai/hooks/$FAI_ACTION |
| 181 |
|
* rcS_fai rearranged; move a lot of subroutines into subroutines |
| 182 |
|
* hooks can force rcS_fai to skip the default task |
| 183 |
|
* timeout for bootpc can be set in rcS_fai |
| 184 |
|
* new subroutine ether_info sets variable $ethers |
| 185 |
|
* unused subroutine myyes removed |
| 186 |
|
* prepare-apt.log renamed to updatebase.log |
| 187 |
|
* task_sysinfo only probes available disks |
| 188 |
|
* install_packages: support for new task packages using tasksel |
| 189 |
|
* get_bootp_info() and get_dhcp_info() uses multiple network interfaces |
| 190 |
|
via variable $netdevices |
| 191 |
|
* layout of local Debian mirror for non-US changed |
| 192 |
|
* mkdebmirror: non-US has new location, minor bugs removed |
| 193 |
|
* rmdivert moves distrib.dpkg-new files |
| 194 |
|
* new chapter about installing a Beowulf cluster |
| 195 |
|
* bug in list_disks() fixed |
| 196 |
|
* diskless class is automaticly defined, improved diskless hook |
| 197 |
|
* package nfs-common added to nfsroot for lockd, statd |
| 198 |
|
* support for additional variable definitions and classes |
| 199 |
|
* new utilities: all_hosts, rshall and softupdate |
| 200 |
|
* new examples for Beowulf cluster: atoms, ATOMCLIENT, BEOWULF |
| 201 |
|
* defvar and devclass are now called before task_action |
| 202 |
|
* bug fix: fcopy down not convert from octal when using file-modes |
| 203 |
|
* all file in /files/root/ use file-modes |
| 204 |
|
* tlink can show symlink of a host or all file in /boot/fai |
| 205 |
|
* new class NOSECURETTY, NOTCPD |
| 206 |
|
|
| 207 |
|
-- Thomas Lange <lange@debian.org> Fri, 14 Sep 2001 14:35:49 +0200 |
| 208 |
|
|
| 209 |
|
fai (2.1) unstable; urgency=low |
| 210 |
|
|
| 211 |
|
* user visible changes are now reported in NEWS file |
| 212 |
|
* setup_harddisk: do not check if root partition is in first 8GB, do not |
| 213 |
|
check if it's a primary partition |
| 214 |
|
* make-fai-nfsroot: uses debbootstrap if FAI_DEBOOTSTRAP is |
| 215 |
|
defined (closes: #100914) |
| 216 |
|
use /etc/apt/sources.list is FAI_SOURCES_LIST is undefined |
| 217 |
|
* call some commands with prefix LC_ALL=C, so diffrent locale does |
| 218 |
|
not change the output |
| 219 |
|
* ftar: do not call tar with option I, j or z, use pipe instead |
| 220 |
|
* rcS_fai: added hook support, use all ntpserver for ntpdate, always |
| 221 |
|
extract base.tgz, no version number in base.tgz; read_config() removed; |
| 222 |
|
move some task from fai_init to fai_setup to get their output; |
| 223 |
|
create etc/hosts with fqdn in target directory; $revclasses contains |
| 224 |
|
classes in reversed order |
| 225 |
|
* new flag createtv; controls if ctrl-c will reboot or give a shell and |
| 226 |
|
if two additional terminals will be available |
| 227 |
|
* debhelper compatability level now 2 |
| 228 |
|
* woody support: using debootstrap, different package lists |
| 229 |
|
* added class DISKLESS |
| 230 |
|
* subroutine disk_info rewritten, ignores cdrom |
| 231 |
|
* fai-setup: do not generate ssh key if already existing |
| 232 |
|
* cat <<EOF calls corrected |
| 233 |
|
* mkdebmirror now mirrors also testing and unstable by default |
| 234 |
|
* grub support in scripts/BOOT and scripts/FAI_BOOTPART |
| 235 |
|
* new utility chkdebnames check debian package names |
| 236 |
|
* new script device2grub convert normal device names to grub device names |
| 237 |
|
|
| 238 |
|
-- Thomas Lange <lange@debian.org> Fri, 20 Jul 2001 11:55:29 +0200 |
| 239 |
|
|
| 240 |
|
fai (2.0.2) unstable; urgency=low |
| 241 |
|
|
| 242 |
|
* typo in ftp Debian mirror fixed |
| 243 |
|
* corrected wrong cvs tag, some more little changes |
| 244 |
|
|
| 245 |
|
-- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 14:11:23 +0200 |
| 246 |
|
|
| 247 |
|
fai (2.0.1) unstable; urgency=low |
| 248 |
|
|
| 249 |
|
* Default Debian mirror access now via ftp. This can take much time to |
| 250 |
|
download the required packages. (closes: #101596) |
| 251 |
|
* Check if LOGUSER is defined, (closes: #101620) |
| 252 |
|
* wget now recommends, (closes: #101594) |
| 253 |
|
* Use ntpdate if a ntp server is defined (tag nt in bootptab), |
| 254 |
|
(closes: #101899) |
| 255 |
|
* DEFAULT script writes fqdn and short hostname into etc/hosts, |
| 256 |
|
(closes: #101820) |
| 257 |
|
* Bug fix. Check if immgen executable is available. |
| 258 |
|
|
| 259 |
|
-- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 13:33:33 +0200 |
| 260 |
|
|
| 261 |
fai (2.0) unstable; urgency=low |
fai (2.0) unstable; urgency=low |
| 262 |
|
|
| 263 |
* first upload to Debian archive |
* first upload to Debian archive |
| 281 |
* make-fai-bootfloppy can take additional parameters for the kernel and |
* make-fai-bootfloppy can take additional parameters for the kernel and |
| 282 |
supports multiple network interface cards |
supports multiple network interface cards |
| 283 |
* kernel append parameters define variables in rcS_fai |
* kernel append parameters define variables in rcS_fai |
| 284 |
* added subroutines isclass, rwmount |
* added subroutines ifclass, rwmount |
| 285 |
* new command bootsector can enable, disable or list magic number of |
* new command bootsector can enable, disable or list magic number of |
| 286 |
boot sector |
boot sector |
| 287 |
* make many variables local |
* make many variables local |
| 385 |
* client's timezone during installation is now the same as on server |
* client's timezone during installation is now the same as on server |
| 386 |
* FAI_ACTION sysinfo now mounts all local disk and searches for fstab |
* FAI_ACTION sysinfo now mounts all local disk and searches for fstab |
| 387 |
* add support for expect scripts |
* add support for expect scripts |
| 388 |
* add kernel-nfs-server support |
* add nfs-kernel-server support |
| 389 |
* do not create account fai if it already exists (e.g when using NIS) |
* do not create account fai if it already exists (e.g when using NIS) |
| 390 |
* new format for keymap and consolefont definition |
* new format for keymap and consolefont definition |
| 391 |
|
|