| 1 |
|
fai (3~beta2) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* make pathes conform to FHS : (closes: #340608, #311524, #336650, #309554, #340609) |
| 4 |
|
* use /srv/tftp/fai instead of /boot/fai |
| 5 |
|
* use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg |
| 6 |
|
* use /srv/fai/config instead of /usr/local/share/fai |
| 7 |
|
* use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot |
| 8 |
|
* use /var/lib/fai/config instead of /fai |
| 9 |
|
* use /var/lib/fai/mirror instead of /mnt |
| 10 |
|
* create_ramdisk: call mkrw with -n |
| 11 |
|
* setup_harddisks: use more secure options for /proc line |
| 12 |
|
* fai-chboot: use tcp as default for nfs, nfs v3 can will become default |
| 13 |
|
with etch, existent .disable pxe file will be removed automatically, |
| 14 |
|
add headline when copying from template |
| 15 |
|
* subroutines-linux: task_updatebase does not use updatebase.log any |
| 16 |
|
more (closes: #366823), try ftar $FAI/basefiles before extracting base.tgz |
| 17 |
|
* move /etc/fai/sources.list to /etc/fai/apt/sources.list |
| 18 |
|
* fix lintian error: build-depends-indep-should-be-build-depends debhelper |
| 19 |
|
* complies with policy 3.7.2 |
| 20 |
|
* added a linda override for fai-quickstart (ignore /usr/doc-symlink |
| 21 |
|
warning) |
| 22 |
|
* added Section: headers to binary packages in control |
| 23 |
|
* conf/make-fai-nfsroot.conf: remove variables: $nfssize, |
| 24 |
|
$NFSROOT_PACKAGES, $package |
| 25 |
|
* new config file /etc/fai/NFSROOT which contains the package list |
| 26 |
|
* fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO instead, |
| 27 |
|
LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed |
| 28 |
|
installserver removed (closes: #332837) |
| 29 |
|
* lib/subruotines-linux: replace $FAI_REMOTESH with local variable $remotesh |
| 30 |
|
* lib/subruotines: remove get_fai_cvs(), get_fai_dir(), now separate scripts |
| 31 |
|
* fai: replace $rclog with $LOGIDR/fai.log, add option -C,--class, |
| 32 |
|
-c,--cfdir, add support for dirinst, cleanup LOGDIR before using it |
| 33 |
|
again (closes: #369534) |
| 34 |
|
* fai-setup: use getent for getting IP address, make it a bash script, |
| 35 |
|
change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE |
| 36 |
|
for getting hostname, add all IP addresses and host names to |
| 37 |
|
ssh_known_hosts, remove variable FAICLIENTS, use IP address and |
| 38 |
|
netmask for exportfs line (closes: #381261) |
| 39 |
|
* make-fai-nfsroot: new subroutine all_host_entries(), use |
| 40 |
|
install_packages and /etc/fai/NFSROOT for installing packages into the |
| 41 |
|
nfsroot |
| 42 |
|
* varaible $fstab replaced with fstab (no more Solaris support using vfstab) |
| 43 |
|
* savelog.LAST: set reboot=1 if no errors are found |
| 44 |
|
* fcopy: fix bug (closes: #374415) |
| 45 |
|
* control: update to Standards-Version: 3.7.2, fai-quickstart depends on |
| 46 |
|
tftpd-hpa |
| 47 |
|
* make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf, |
| 48 |
|
replace backticks with $(), fix test (closes: #384624) |
| 49 |
|
* lib/get-boot-info: get network info via DHCP if ip=dhcp was set |
| 50 |
|
* prcopyleft: remove osname from copyright logo |
| 51 |
|
* subroutines: add task dirinst (closes: #322634) |
| 52 |
|
* move fai-divert to fai-client package |
| 53 |
|
* ftar: fix exit code when no matching class was found |
| 54 |
|
* move code from script get-config-dir to task_confdir() |
| 55 |
|
* rename $DO_INIT_TASKS to $do_init_tasks |
| 56 |
|
* install_packages: add option -p |
| 57 |
|
* fai-mirror: use packages.nfsroot instead of packages.arch, check if |
| 58 |
|
obsolete variables are used |
| 59 |
|
|
| 60 |
|
-- Thomas Lange <lange@debian.org> Mon, 4 Sep 2006 16:09:17 +0200 |
| 61 |
|
|
| 62 |
|
fai (2.10.5) unstable; urgency=high |
| 63 |
|
|
| 64 |
|
* fixes patch from last NMUs. (really, really closes: #373955) |
| 65 |
|
* make-fai-nfsroot: print debootstrap version |
| 66 |
|
* add package lftp to nfsroot |
| 67 |
|
* create_ramdisk: make more directories writeable |
| 68 |
|
* 20hwdetect.source: add some usb modules |
| 69 |
|
* dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3 |
| 70 |
|
|
| 71 |
|
-- Thomas Lange <lange@debian.org> Tue, 11 Jul 2006 16:28:21 +0200 |
| 72 |
|
|
| 73 |
|
fai (2.10.4) unstable; urgency=high |
| 74 |
|
|
| 75 |
|
* Non-maintainer upload. |
| 76 |
|
* Fix previous patch; it should remove files from $FAI_ROOT/etc, not |
| 77 |
|
/etc, as faireboot is not run inside the chroot. (Really |
| 78 |
|
Closes: #373955) |
| 79 |
|
|
| 80 |
|
-- Steinar H. Gunderson <sesse@debian.org> Sun, 9 Jul 2006 18:59:55 +0200 |
| 81 |
|
|
| 82 |
|
|
| 83 |
|
fai (2.10.3) unstable; urgency=high |
| 84 |
|
|
| 85 |
|
* Non-maintainer upload. |
| 86 |
|
* Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings |
| 87 |
|
used during install_packages are not appropriate for the finished |
| 88 |
|
system. (Closes: #373955) |
| 89 |
|
|
| 90 |
|
-- Steinar H. Gunderson <sesse@debian.org> Sun, 9 Jul 2006 15:54:55 +0200 |
| 91 |
|
|
| 92 |
|
fai (2.10.2) unstable; urgency=medium |
| 93 |
|
|
| 94 |
|
* lib/get-boot-info: call dhclient with different configuration and |
| 95 |
|
script names, closes grave bug (closes: #369265), remove dpkg-divert |
| 96 |
|
calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf |
| 97 |
|
* create_ramdisk: make /etc/lvm writeable (closes: #365035) |
| 98 |
|
* do not call mkrwsize if directory does not exist (closes: #365037) |
| 99 |
|
* lib/mkrw: add option -n |
| 100 |
|
* make-fai-nfsroot: grep before appending to file (closes: #364748), |
| 101 |
|
enable DNS inside the nfsroot (closes: #358783) |
| 102 |
|
* lib/subroutines-linux: task_prepareapt(): check $IPADDR before |
| 103 |
|
appending to file (closes: #331258) |
| 104 |
|
* lib/subroutines: make 100MB ramdisk for /fai when booting from CD |
| 105 |
|
* bin/fai: do not mount --bind /tmp/fai on softupdate |
| 106 |
|
|
| 107 |
|
-- Thomas Lange <lange@debian.org> Wed, 14 Jun 2006 11:51:19 +0200 |
| 108 |
|
|
| 109 |
|
fai (2.10.1) unstable; urgency=low |
| 110 |
|
|
| 111 |
|
* fai-chboot: fix division by zero error |
| 112 |
|
* fai.conf: remove $OS_TYPE |
| 113 |
|
* fai: remove $OS_TPYPE, set $targetdir, eval_cmdline is not needed for |
| 114 |
|
install and dirinst, move prcopyleft() and additional code into |
| 115 |
|
external script, use /var/log/fai/current as default LOGDIR, |
| 116 |
|
/tmp/fai is currently a mount --bind to it |
| 117 |
|
* fai-do-scripts: replace --no-lock with -K, this should fix cfengine's |
| 118 |
|
segfault bug |
| 119 |
|
* install_packages: add commands for y2pmsh, yast and rpm |
| 120 |
|
* mount2dir: add more fs types that should be skipped |
| 121 |
|
* fai-mirror: use different source.list when downloading packages for |
| 122 |
|
debootstrap (closes: #361786), remove comments from PACKAGES line |
| 123 |
|
(closes: #358910), add option -C, (closes: #318299), recreates |
| 124 |
|
Package.gz and Release file using apt-ftparchive |
| 125 |
|
* fai-cd: add option -C (closes: #312198), print FAI version in grub |
| 126 |
|
menu, not fai-cd version |
| 127 |
|
* make-fai-nfsroot: print warning if -f is still used, add config for |
| 128 |
|
aptitude to allow unsigned packages without prompting |
| 129 |
|
* menu.lst: enable timeout, use localboot as default, remove syslogd |
| 130 |
|
flag, remove unused entries, fix IP address for demohost |
| 131 |
|
* subroutines: new path /var/log/fai/current/showvar.log |
| 132 |
|
* fai-guide.sgml: include package splitting into fai guide |
| 133 |
|
* make-fai-nfsroot.conf: new names packages in fai-kernel, add |
| 134 |
|
console-tools to nfsroot (closes: #363480) |
| 135 |
|
* get-boot-info: do not try to activate the first four ethernet devices |
| 136 |
|
* conf/apt.conf: add aptitude option so untrusted repositories will also be used |
| 137 |
|
* instsoft.FAIBASE: use fcopy for kernel-img.conf |
| 138 |
|
* subroutines-linux: use IP address when calling fai-chboot in |
| 139 |
|
task_chboot, this helps when the install client has two network cards |
| 140 |
|
and the host name lookup fails |
| 141 |
|
* mkrw: fix typo (closes: #363521) |
| 142 |
|
* dhcpd.conf: make deny unknown-clients default, remove range definition |
| 143 |
|
* S99fai-setup: enable networking for faiserver |
| 144 |
|
|
| 145 |
|
-- Thomas Lange <lange@debian.org> Thu, 20 Apr 2006 11:46:12 +0200 |
| 146 |
|
|
| 147 |
|
fai (2.10) unstable; urgency=low |
| 148 |
|
|
| 149 |
|
* setup_harddisks: mapdisk(): add support for more than two disks, fix |
| 150 |
|
wrong comments (closes: #356265), allow logical partitions to be |
| 151 |
|
bootable (closes: #344536) |
| 152 |
|
* make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot, |
| 153 |
|
detect kernel version for new kernel name (closes: #352939), |
| 154 |
|
remove patches-* file when using -K (closes: #348350), remove |
| 155 |
|
update-modules call, remove symlink creation to /tmp, add warning if |
| 156 |
|
$FAI_LOCAL_REPOSITORY is still used |
| 157 |
|
* fai-chboot: change output of -l and -L, major rework of the lsdir |
| 158 |
|
function, add more options for different listing formats, add template |
| 159 |
|
copy function (closes: #342471, #356136), options added: -g -c -t -o |
| 160 |
|
* 20-hwdetect.source: test if discover is installed |
| 161 |
|
* make-fai-bootfloppy: remove obsolete message (closes: #347974) |
| 162 |
|
* fcopy: remove newline from $source, add \Q, (closes: #350015), warning |
| 163 |
|
if unlink fails, add option -n (closes: #356378), preserving is not an |
| 164 |
|
error (closes: #360183) |
| 165 |
|
* make example scripts more cfengine2 compatible (closes: #312201) |
| 166 |
|
* hooks/instsoft.FAIBASE: do not pause when kernel modules are already |
| 167 |
|
available (closes: #314613) |
| 168 |
|
* install_packages: new feature, just unpack packages (closes: #277079), |
| 169 |
|
add urpmi, urpme and yum support |
| 170 |
|
* fai: exit script if no parameters are given and no run from nfsroot |
| 171 |
|
* subroutines: add verbose output when defining variables, add |
| 172 |
|
subroutines mkrw and mkrwsize, set $diskvar during softupdate to |
| 173 |
|
/var/log/fai/disk_var.sh, task_savelog: test if files exist before |
| 174 |
|
copying them |
| 175 |
|
* remove FAIBASE/20-save_diskvar (closes: #312296) |
| 176 |
|
* task_sysinfo: call lshw if available |
| 177 |
|
* lib/get-boot-info: remove duplicate network device names |
| 178 |
|
* make-fai-nfsroot.conf: use SERVERINTERFACE for detecting subnet |
| 179 |
|
(closes: #341577) |
| 180 |
|
* create_ramdisk: use mkrw for making directories writeable |
| 181 |
|
* fai-mirror: add warning if some files do not exist |
| 182 |
|
|
| 183 |
|
-- Thomas Lange <lange@debian.org> Mon, 3 Apr 2006 15:11:30 +0200 |
| 184 |
|
|
| 185 |
fai (2.9.1) unstable; urgency=low |
fai (2.9.1) unstable; urgency=low |
| 186 |
|
|
| 187 |
* install_packages: add aptitude-r to @commands (closes: #343361) |
* install_packages: add aptitude-r to @commands (closes: #343361) |
| 192 |
description (closes: #322026) |
description (closes: #322026) |
| 193 |
* add script AMD64/99-discover-bug |
* add script AMD64/99-discover-bug |
| 194 |
* add class FAISERVER |
* add class FAISERVER |
| 195 |
|
* updatebase: mount /sys into chroot |
| 196 |
-- Thomas Lange <lange@debian.org> Thu, 5 Jan 2006 20:37:32 +0100 |
* mkdebmirror: remove non-US stuff |
| 197 |
|
* savelog.LAST: add segfault to error pattern |
| 198 |
|
* make-fai-bootfloppy.8: fix typo (closes: #346428) |
| 199 |
|
* make-fai-nfsroot: do not try to copy file if resolv.conf does not |
| 200 |
|
exist |
| 201 |
|
* menu.lst: add entry for faiserver |
| 202 |
|
* fai-cd: adjust space, new code for generating sources.list file |
| 203 |
|
* fai-debconf: add test if debconf data file exists (closes: #348857) |
| 204 |
|
|
| 205 |
|
-- Thomas Lange <lange@debian.org> Sun, 5 Mar 2006 22:37:31 +0100 |
| 206 |
|
|
| 207 |
fai (2.9) unstable; urgency=low |
fai (2.9) unstable; urgency=low |
| 208 |
|
|
| 328 |
* make-fai-nfsroot: split i386 and amd64 packages list, remove packages |
* make-fai-nfsroot: split i386 and amd64 packages list, remove packages |
| 329 |
from amd64 which are not available (closes: #306264) |
from amd64 which are not available (closes: #306264) |
| 330 |
* menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION |
* menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION |
| 331 |
(closes: 305861) |
(closes: #305861) |
| 332 |
* install_packages.8: remove option -f |
* install_packages.8: remove option -f |
| 333 |
* make-fai-nfsroot.8: remove wrong information (closes: #304980) |
* make-fai-nfsroot.8: remove wrong information (closes: #304980) |
| 334 |
* control: add grub to suggests |
* control: add grub to suggests |
| 357 |
reformat some output, print some messages only if $verbose is set |
reformat some output, print some messages only if $verbose is set |
| 358 |
* rcS_fai: renamed to fai, add manual page fai.8 |
* rcS_fai: renamed to fai, add manual page fai.8 |
| 359 |
* fai: add $rundir, remove unused dirs at the end, call set_disk_info |
* fai: add $rundir, remove unused dirs at the end, call set_disk_info |
| 360 |
before task_defvar, add variable $DO_INIT_TASK, add code for |
before task_defvar, add variable $DO_INIT_TASKS, add code for |
| 361 |
softupdate support, rename rcS.log to fai.log, add copyright message |
softupdate support, rename rcS.log to fai.log, add copyright message |
| 362 |
to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq |
to usage(), add option -N --new, always test $DO_INIT_TASKS with -eq |
| 363 |
* apt.conf: replace force-confnew with force-confdef |
* apt.conf: replace force-confnew with force-confdef |
| 369 |
local class-C network, remove ext2resize until available again |
local class-C network, remove ext2resize until available again |
| 370 |
* subroutines: add task softupdate, add support for softupdate, add |
* subroutines: add task softupdate, add support for softupdate, add |
| 371 |
$DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for |
$DO_INIT_TASKS, minor changes in get_fai_cvs(), use swapoff -a for |
| 372 |
disabling swap partitions, test $DO_INIT_TASK always with -eq, use |
disabling swap partitions, test $DO_INIT_TASKS always with -eq, use |
| 373 |
/var/log/fai/FAI_CLASSES |
/var/log/fai/FAI_CLASSES |
| 374 |
* subroutines-linux: script prepare_apt is now updatebase, add support |
* subroutines-linux: script prepare_apt is now updatebase, add support |
| 375 |
for softupdates, add task_prepareapt, sliently skip task_chboot if |
for softupdates, add task_prepareapt, sliently skip task_chboot if |
| 703 |
* make-fai-bootfloppy: call grub in chroot environment, so correct libc |
* make-fai-bootfloppy: call grub in chroot environment, so correct libc |
| 704 |
is used, add option c and F, DHCP is now default boot protocol, be |
is used, add option c and F, DHCP is now default boot protocol, be |
| 705 |
more verbose |
more verbose |
| 706 |
* make-fai-nfsroot: add option c which sets $cfdir (closes: 219824) |
* make-fai-nfsroot: add option c which sets $cfdir (closes: #219824) |
| 707 |
add variable nfssize, remove package strace, check if $NFSROOT is set, |
add variable nfssize, remove package strace, check if $NFSROOT is set, |
| 708 |
mkdir $RUNDIR is not need any more, use $cfdir instead of fixed |
mkdir $RUNDIR is not need any more, use $cfdir instead of fixed |
| 709 |
/etc/fai, do not copy fai-chboot to nfsroot, call certain commands in |
/etc/fai, do not copy fai-chboot to nfsroot, call certain commands in |
| 759 |
* fai.conf: add exim4 packages to exlude list |
* fai.conf: add exim4 packages to exlude list |
| 760 |
* make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from |
* make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from |
| 761 |
package list (closes: #219420), copy preferences from /etc/fai |
package list (closes: #219420), copy preferences from /etc/fai |
| 762 |
(closes: 219824), use apt-get dist-upgrade instead of upgrade, |
(closes: #219824), use apt-get dist-upgrade instead of upgrade, |
| 763 |
do not create base.tgz in $NFSROOT/.. and then move file |
do not create base.tgz in $NFSROOT/.. and then move file |
| 764 |
* setup_harddisks: add -f tp mkfs.xfs option (closes: #219439) |
* setup_harddisks: add -f tp mkfs.xfs option (closes: #219439) |
| 765 |
* faimond, faimond.8 added |
* faimond, faimond.8 added |
| 1285 |
* Check if LOGUSER is defined, (closes: #101620) |
* Check if LOGUSER is defined, (closes: #101620) |
| 1286 |
* wget now recommends, (closes: #101594) |
* wget now recommends, (closes: #101594) |
| 1287 |
* Use ntpdate if a ntp server is defined (tag nt in bootptab), |
* Use ntpdate if a ntp server is defined (tag nt in bootptab), |
| 1288 |
(closes: #101899) |
(closes: #101899) |
| 1289 |
* DEFAULT script writes fqdn and short hostname into etc/hosts, |
* DEFAULT script writes fqdn and short hostname into etc/hosts, |
| 1290 |
(closes: #101820) |
(closes: #101820) |
| 1291 |
* Bug fix. Check if imggen executable is available. |
* Bug fix. Check if imggen executable is available. |