| 1 |
fai (2.10.2) unstable; urgency=low |
fai (3~beta18) unstable; urgency=medium |
| 2 |
|
|
| 3 |
* prepare patch for grave bug |
* make pathes conform to FHS: |
| 4 |
|
(closes: #340608, #311524, #336650, #309554, #340609) |
| 5 |
|
* use /srv/tftp/fai instead of /boot/fai |
| 6 |
|
* use /srv/tftp/fai/pxelinux.cfg instead of /boot/fai/pxelinux.cfg |
| 7 |
|
* use /srv/fai/config instead of /usr/local/share/fai |
| 8 |
|
* use /srv/fai/nfsroot instead of /usr/lib/fai/nfsroot |
| 9 |
|
* use /var/lib/fai/config instead of /fai |
| 10 |
|
* use /var/lib/fai/mirror instead of /mnt |
| 11 |
|
* create_ramdisk: call mkrw with -n |
| 12 |
|
* setup_harddisks: use more secure options for /proc line |
| 13 |
|
* fai-chboot: use tcp as default for nfs, nfs v3 can will become default |
| 14 |
|
with etch, existent .disable pxe file will be removed automatically, |
| 15 |
|
add headline when copying from template, change in options: -d is now |
| 16 |
|
-D, -r is now -d, -r is not used any more |
| 17 |
|
* subroutines-linux: task_updatebase does not use updatebase.log any |
| 18 |
|
more (closes: #366823), try ftar $FAI/basefiles before extracting |
| 19 |
|
base.tgz, create policy-rc.d in the chroot, copy sources.list from |
| 20 |
|
$FAI_ETC_DIR, replace $FAI_REMOTESH with local variable $remotesh |
| 21 |
|
* move /etc/fai/sources.list to /etc/fai/apt/sources.list |
| 22 |
|
* fix lintian error: build-depends-indep-should-be-build-depends |
| 23 |
|
debhelper |
| 24 |
|
* complies with policy 3.7.2 |
| 25 |
|
* added a linda override for fai-quickstart (ignore /usr/doc-symlink |
| 26 |
|
warning) |
| 27 |
|
* added Section: headers to binary packages in control |
| 28 |
|
* conf/make-fai-nfsroot.conf: remove variables: $nfssize, |
| 29 |
|
$NFSROOT_PACKAGES, $package |
| 30 |
|
* new config file /etc/fai/NFSROOT which contains the package list |
| 31 |
|
* fai.conf: remove FAI_REMOTESH and FAI_REMOTECP, use FAI_LOGPROTO |
| 32 |
|
instead, LOGSERVER, LOGREMOTEDIR, LOGPASSWD removed installserver |
| 33 |
|
removed (closes: #332837) |
| 34 |
|
* lib/subroutines: remove get_fai_cvs(), get_fai_dir(), now separate |
| 35 |
|
scripts, print warning if CD-ROM does not use DMA mode, eject fai-cd |
| 36 |
|
at the end of the installation |
| 37 |
|
* fai: replace $rclog with $LOGIDR/fai.log, add option -c,--class, |
| 38 |
|
-C,--cfdir, add support for dirinst, cleanup LOGDIR before using it |
| 39 |
|
again (closes: #369534), remove variable rundir, mkdir /var/run/fai if |
| 40 |
|
not existing, add trap for dirisnt |
| 41 |
|
* fai-setup: use getent for getting IP address, make it a bash script, |
| 42 |
|
change $HOME of LOGUSER (closes: #290449), do not use SERVERINTERFACE |
| 43 |
|
for getting hostname, add all IP addresses and host names to |
| 44 |
|
ssh_known_hosts, remove variable FAICLIENTS, use IP address and |
| 45 |
|
netmask for exportfs line (closes: #381261) |
| 46 |
|
* make-fai-nfsroot: new subroutine all_host_entries(), use |
| 47 |
|
install_packages and /etc/fai/NFSROOT for installing packages into the |
| 48 |
|
nfsroot, install fai-nfsroot before other packages are installed, do |
| 49 |
|
not exit if getent returns no information, rename -c to -C |
| 50 |
|
* varaible $fstab replaced with fstab (no more Solaris support using |
| 51 |
|
vfstab) |
| 52 |
|
* savelog.LAST: set reboot=1 if no errors are found |
| 53 |
|
* fcopy: fix bug (closes: #374415) |
| 54 |
|
* control: update to Standards-Version: 3.7.2, fai-quickstart depends on |
| 55 |
|
tftpd-hpa |
| 56 |
|
* make-fai-bootfloppy: read make-fai-nfsroot.conf instead of fai.conf, |
| 57 |
|
replace backticks with $(), fix test (closes: #384624), rename -c to -C |
| 58 |
|
* lib/get-boot-info: get network info via DHCP if ip=dhcp was set |
| 59 |
|
* prcopyleft: remove osname from copyright logo |
| 60 |
|
* subroutines: add task dirinst (closes: #322634), do not execute task |
| 61 |
|
prepareapt on softupdates (closes: #315000), save FAI_CLASSES and |
| 62 |
|
disk_var.sh to /var/lib/fai, do not save variables.log to /var |
| 63 |
|
* move fai-divert to fai-client package |
| 64 |
|
* ftar: fix exit code when no matching class was found |
| 65 |
|
* move code from script get-config-dir to task_confdir() |
| 66 |
|
* rename $DO_INIT_TASKS to $do_init_tasks |
| 67 |
|
* install_packages: add option -p |
| 68 |
|
* fai-mirror: use packages.nfsroot instead of packages.arch, check if |
| 69 |
|
obsolete variables are used |
| 70 |
|
* add policy-rc.d support instead of diverting start-stop-daemon |
| 71 |
|
* remove varaible diskvar, use $LOGDIR/disk_var.sh instead |
| 72 |
|
* fai-debconf: use read-only temp file during reconfigure |
| 73 |
|
* get-config-dir-file: access config space via local path, used by |
| 74 |
|
fai-cd |
| 75 |
|
* fai-cd: use $FAI instead of /fai |
| 76 |
|
* fai-mirror: generate distrib name from FAI_DEBOOTSTRAP |
| 77 |
|
* move some -c to -C, so now all scripts use -C for cfdir |
| 78 |
|
|
| 79 |
-- Thomas Lange <lange@debian.org> Tue, 6 Jun 2006 12:34:38 +0200 |
|
| 80 |
|
-- Thomas Lange <lange@debian.org> Tue, 12 Sep 2006 12:16:20 +0200 |
| 81 |
|
|
| 82 |
|
fai (2.10.5) unstable; urgency=high |
| 83 |
|
|
| 84 |
|
* fixes patch from last NMUs. (really, really closes: #373955) |
| 85 |
|
* make-fai-nfsroot: print debootstrap version |
| 86 |
|
* add package lftp to nfsroot |
| 87 |
|
* create_ramdisk: make more directories writeable |
| 88 |
|
* 20hwdetect.source: add some usb modules |
| 89 |
|
* dhcpd.conf: next-server is needed in dhcpd3 >=3.0.3 |
| 90 |
|
|
| 91 |
|
-- Thomas Lange <lange@debian.org> Tue, 11 Jul 2006 16:28:21 +0200 |
| 92 |
|
|
| 93 |
|
fai (2.10.4) unstable; urgency=high |
| 94 |
|
|
| 95 |
|
* Non-maintainer upload. |
| 96 |
|
* Fix previous patch; it should remove files from $FAI_ROOT/etc, not |
| 97 |
|
/etc, as faireboot is not run inside the chroot. (Really |
| 98 |
|
Closes: #373955) |
| 99 |
|
|
| 100 |
|
-- Steinar H. Gunderson <sesse@debian.org> Sun, 9 Jul 2006 18:59:55 +0200 |
| 101 |
|
|
| 102 |
|
|
| 103 |
|
fai (2.10.3) unstable; urgency=high |
| 104 |
|
|
| 105 |
|
* Non-maintainer upload. |
| 106 |
|
* Remove /etc/apt/apt.conf.d/{10,90}fai in faireboot, since the settings |
| 107 |
|
used during install_packages are not appropriate for the finished |
| 108 |
|
system. (Closes: #373955) |
| 109 |
|
|
| 110 |
|
-- Steinar H. Gunderson <sesse@debian.org> Sun, 9 Jul 2006 15:54:55 +0200 |
| 111 |
|
|
| 112 |
|
fai (2.10.2) unstable; urgency=medium |
| 113 |
|
|
| 114 |
|
* lib/get-boot-info: call dhclient with different configuration and |
| 115 |
|
script names, closes grave bug (closes: #369265), remove dpkg-divert |
| 116 |
|
calls for /etc/dhcp3/dhclient-script and /etc/dhcp3/dhclient.conf |
| 117 |
|
* create_ramdisk: make /etc/lvm writeable (closes: #365035) |
| 118 |
|
* do not call mkrwsize if directory does not exist (closes: #365037) |
| 119 |
|
* lib/mkrw: add option -n |
| 120 |
|
* make-fai-nfsroot: grep before appending to file (closes: #364748), |
| 121 |
|
enable DNS inside the nfsroot (closes: #358783) |
| 122 |
|
* lib/subroutines-linux: task_prepareapt(): check $IPADDR before |
| 123 |
|
appending to file (closes: #331258) |
| 124 |
|
* lib/subroutines: make 100MB ramdisk for /fai when booting from CD |
| 125 |
|
* bin/fai: do not mount --bind /tmp/fai on softupdate |
| 126 |
|
|
| 127 |
|
-- Thomas Lange <lange@debian.org> Wed, 14 Jun 2006 11:51:19 +0200 |
| 128 |
|
|
| 129 |
fai (2.10.1) unstable; urgency=low |
fai (2.10.1) unstable; urgency=low |
| 130 |
|
|
| 153 |
* make-fai-nfsroot.conf: new names packages in fai-kernel, add |
* make-fai-nfsroot.conf: new names packages in fai-kernel, add |
| 154 |
console-tools to nfsroot (closes: #363480) |
console-tools to nfsroot (closes: #363480) |
| 155 |
* get-boot-info: do not try to activate the first four ethernet devices |
* get-boot-info: do not try to activate the first four ethernet devices |
| 156 |
* conf/apt.conf: add aptitude option so untrusted repositories will also be used |
* conf/apt.conf: add aptitude option so untrusted repositories will also |
| 157 |
|
be used |
| 158 |
* instsoft.FAIBASE: use fcopy for kernel-img.conf |
* instsoft.FAIBASE: use fcopy for kernel-img.conf |
| 159 |
* subroutines-linux: use IP address when calling fai-chboot in |
* subroutines-linux: use IP address when calling fai-chboot in |
| 160 |
task_chboot, this helps when the install client has two network cards |
task_chboot, this helps when the install client has two network cards |
| 171 |
wrong comments (closes: #356265), allow logical partitions to be |
wrong comments (closes: #356265), allow logical partitions to be |
| 172 |
bootable (closes: #344536) |
bootable (closes: #344536) |
| 173 |
* make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot, |
* make-fai-nfsroot: do not copy files from /etc/apt to the nfsroot, |
| 174 |
detect kernel version for new kernel name (closes: 352939), |
detect kernel version for new kernel name (closes: #352939), |
| 175 |
remove patches-* file when using -K (closes: #348350), remove |
remove patches-* file when using -K (closes: #348350), remove |
| 176 |
update-modules call, remove symlink creation to /tmp, add warning if |
update-modules call, remove symlink creation to /tmp, add warning if |
| 177 |
$FAI_LOCAL_REPOSITORY is still used |
$FAI_LOCAL_REPOSITORY is still used |
| 349 |
* make-fai-nfsroot: split i386 and amd64 packages list, remove packages |
* make-fai-nfsroot: split i386 and amd64 packages list, remove packages |
| 350 |
from amd64 which are not available (closes: #306264) |
from amd64 which are not available (closes: #306264) |
| 351 |
* menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION |
* menu.lst/postinst: use BOOT_PARTITION instead of ROOT_PARTITION |
| 352 |
(closes: 305861) |
(closes: #305861) |
| 353 |
* install_packages.8: remove option -f |
* install_packages.8: remove option -f |
| 354 |
* make-fai-nfsroot.8: remove wrong information (closes: #304980) |
* make-fai-nfsroot.8: remove wrong information (closes: #304980) |
| 355 |
* control: add grub to suggests |
* control: add grub to suggests |
| 378 |
reformat some output, print some messages only if $verbose is set |
reformat some output, print some messages only if $verbose is set |
| 379 |
* rcS_fai: renamed to fai, add manual page fai.8 |
* rcS_fai: renamed to fai, add manual page fai.8 |
| 380 |
* 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 |
| 381 |
before task_defvar, add variable $DO_INIT_TASK, add code for |
before task_defvar, add variable $DO_INIT_TASKS, add code for |
| 382 |
softupdate support, rename rcS.log to fai.log, add copyright message |
softupdate support, rename rcS.log to fai.log, add copyright message |
| 383 |
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 |
| 384 |
* apt.conf: replace force-confnew with force-confdef |
* apt.conf: replace force-confnew with force-confdef |
| 390 |
local class-C network, remove ext2resize until available again |
local class-C network, remove ext2resize until available again |
| 391 |
* subroutines: add task softupdate, add support for softupdate, add |
* subroutines: add task softupdate, add support for softupdate, add |
| 392 |
$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 |
| 393 |
disabling swap partitions, test $DO_INIT_TASK always with -eq, use |
disabling swap partitions, test $DO_INIT_TASKS always with -eq, use |
| 394 |
/var/log/fai/FAI_CLASSES |
/var/log/fai/FAI_CLASSES |
| 395 |
* subroutines-linux: script prepare_apt is now updatebase, add support |
* subroutines-linux: script prepare_apt is now updatebase, add support |
| 396 |
for softupdates, add task_prepareapt, sliently skip task_chboot if |
for softupdates, add task_prepareapt, sliently skip task_chboot if |
| 724 |
* make-fai-bootfloppy: call grub in chroot environment, so correct libc |
* make-fai-bootfloppy: call grub in chroot environment, so correct libc |
| 725 |
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 |
| 726 |
more verbose |
more verbose |
| 727 |
* make-fai-nfsroot: add option c which sets $cfdir (closes: 219824) |
* make-fai-nfsroot: add option c which sets $cfdir (closes: #219824) |
| 728 |
add variable nfssize, remove package strace, check if $NFSROOT is set, |
add variable nfssize, remove package strace, check if $NFSROOT is set, |
| 729 |
mkdir $RUNDIR is not need any more, use $cfdir instead of fixed |
mkdir $RUNDIR is not need any more, use $cfdir instead of fixed |
| 730 |
/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 |
| 780 |
* fai.conf: add exim4 packages to exlude list |
* fai.conf: add exim4 packages to exlude list |
| 781 |
* make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from |
* make-fai-nfsroot: add netcat to nfsroot; remove libdetect0 from |
| 782 |
package list (closes: #219420), copy preferences from /etc/fai |
package list (closes: #219420), copy preferences from /etc/fai |
| 783 |
(closes: 219824), use apt-get dist-upgrade instead of upgrade, |
(closes: #219824), use apt-get dist-upgrade instead of upgrade, |
| 784 |
do not create base.tgz in $NFSROOT/.. and then move file |
do not create base.tgz in $NFSROOT/.. and then move file |
| 785 |
* setup_harddisks: add -f tp mkfs.xfs option (closes: #219439) |
* setup_harddisks: add -f tp mkfs.xfs option (closes: #219439) |
| 786 |
* faimond, faimond.8 added |
* faimond, faimond.8 added |
| 1306 |
* Check if LOGUSER is defined, (closes: #101620) |
* Check if LOGUSER is defined, (closes: #101620) |
| 1307 |
* wget now recommends, (closes: #101594) |
* wget now recommends, (closes: #101594) |
| 1308 |
* Use ntpdate if a ntp server is defined (tag nt in bootptab), |
* Use ntpdate if a ntp server is defined (tag nt in bootptab), |
| 1309 |
(closes: #101899) |
(closes: #101899) |
| 1310 |
* DEFAULT script writes fqdn and short hostname into etc/hosts, |
* DEFAULT script writes fqdn and short hostname into etc/hosts, |
| 1311 |
(closes: #101820) |
(closes: #101820) |
| 1312 |
* Bug fix. Check if imggen executable is available. |
* Bug fix. Check if imggen executable is available. |