| 1 |
fai (3.2.10~beta1) unstable; urgency=low |
fai (3.2.18) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
* control: add build-depends-indep (closes: #497683), |
[ Thomas Lange ] |
| 4 |
|
* ainsl: add test if target file exists |
| 5 |
|
* fai-cd: use a pipe when sending commands to grub |
| 6 |
|
* ftar, fcopy: add info about the other tool |
| 7 |
|
|
| 8 |
|
[ Michael Tautschnig ] |
| 9 |
|
* setup-storage: Bumped version number to 1.0.4 |
| 10 |
|
* setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay |
| 11 |
|
compatible with etch (thanks Vincent Fortier) |
| 12 |
|
* setup-storage/Sizes.pm: Immediately fail if partitions > 2TB are to be |
| 13 |
|
created on msdos disk labels |
| 14 |
|
* setup-storage: Enable debug mode if -d was given on the command line |
| 15 |
|
* setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text |
| 16 |
|
replace syntax and additional random initialization of partition |
| 17 |
|
(thanks William Famy) |
| 18 |
|
* examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case |
| 19 |
|
lvm2 or mdadm have been installed. |
| 20 |
|
* example/simple/classes/50-host-classes: Added hosts bear (class |
| 21 |
|
LVM_XEN_SERVER) and puma (RAID_XEN_VIRTUAL) |
| 22 |
|
* example/simple/disk_config/{LVM_XEN_SERVER,RAID_XEN_VIRTUAL}: Added |
| 23 |
|
corresponding disk_config examples that have a large LVM and a software |
| 24 |
|
RAID configured |
| 25 |
|
* conf/NFSROOT, debian/control, setup-storage/Volumes.pm: Moving back to |
| 26 |
|
Linux::LVM perl module for parsing LVM command output as #488205 has been |
| 27 |
|
fixed. |
| 28 |
|
* setup-storage/Parser.pm, setup-storage.8: Added and documented support for |
| 29 |
|
glob patterns in device names (e.g., /dev/disk/by-id/scsi-*) |
| 30 |
|
* setup-storage/Sizes.pm: Fail early, if a non-existing device is used in a |
| 31 |
|
volume group. |
| 32 |
|
* setup-storage/Commands.pm: Properly handle existing volume groups and only |
| 33 |
|
extend them if the underlying devices are preserved, otherwise create them |
| 34 |
|
anew. |
| 35 |
|
* setup-storage/Volumes.pm, setup-storage/Parser.pm: Always write a new |
| 36 |
|
disklabel, if no partition on the disk must be preserved |
| 37 |
|
* setup-storage/Parser.pm, setup-storage/Commands.pm: Make sure that the |
| 38 |
|
user hasn't configured spares/missing devices with RAID-0 and only add |
| 39 |
|
--spare-devices if at least 1 is configured. Thanks Camille Barette. |
| 40 |
|
(closes: #508192) |
| 41 |
|
* setup-storage/Commands.pm: Use the proper id for telling the user about |
| 42 |
|
preserved/resized partitions. |
| 43 |
|
* setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to |
| 44 |
|
regular expressions (thanks Jean Spirat) |
| 45 |
|
* setup-storage/Commands.pm: If the disk config is marked virtual, create |
| 46 |
|
dummy commands to tell later commands that the devices exist |
| 47 |
|
(closes: #508247) |
| 48 |
|
* setup-storage/Parser.pm: Support :encrypt with all mountpoint |
| 49 |
|
specifications |
| 50 |
|
* setup-storage/Sizes.pm: Properly tell the user that the lower bound of a |
| 51 |
|
parition size is already too high |
| 52 |
|
* setup-storage/Commands.pm: Added debug output in command dependency sorter |
| 53 |
|
* setup-storage/Parser.pm, setup-storage/Commands.pm: Make random |
| 54 |
|
initialization of encrypted partitions configurable |
| 55 |
|
* setup-storage.8: Document new encryption possibilities |
| 56 |
|
|
| 57 |
|
-- Thomas Lange <lange@debian.org> Sun, 23 Feb 2009 15:55:55 +0100 |
| 58 |
|
|
| 59 |
|
(3.2.17) unstable; urgency=medium |
| 60 |
|
|
| 61 |
|
* fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version |
| 62 |
|
number is only due to the way packages move within Debian releases. |
| 63 |
|
* Added myself to uploaders. |
| 64 |
|
* Fix typo in fai-do-scripts which prevented perl scripts to be executed, |
| 65 |
|
thanks to Andrew Ruthven for reporting this. (Closes: #504662) |
| 66 |
|
* Fix regex in setup-storage/Parser.pm to not force a space onto VG / LV |
| 67 |
|
names, which is illegal for such ids, thanks Frederic Blanc for the patch. |
| 68 |
|
(Closes: #516849) |
| 69 |
|
* fai-mirror: honor $debug and $qflag environment variables, thanks to |
| 70 |
|
Michael Tautschnig. (Closes: #494431) |
| 71 |
|
* device2grub: Add /dev/i2o/hdX to the list of recognized devices. Thanks |
| 72 |
|
to Jürgen Kahnert for the patch. (Closes: #515101) |
| 73 |
|
|
| 74 |
|
-- Holger Levsen <holger@debian.org> Wed, 25 Feb 2009 12:26:19 +0100 |
| 75 |
|
|
| 76 |
|
fai (3.2.16) unstable; urgency=high |
| 77 |
|
|
| 78 |
|
[ Thomas Lange ] |
| 79 |
|
* fai: fix RC bug, missing umount (closes: #511391) |
| 80 |
|
* README: year++ |
| 81 |
|
* prcopyleft: year++ |
| 82 |
|
|
| 83 |
|
[ Colin Tuckley ] |
| 84 |
|
* fixed spelling mistakes in faimond.8, faimond-gui.1 |
| 85 |
|
|
| 86 |
|
-- Thomas Lange <lange@debian.org> Mon, 12 Jan 2009 13:12:26 +0100 |
| 87 |
|
|
| 88 |
|
fai (3.2.15) unstable; urgency=low |
| 89 |
|
|
| 90 |
|
[ Thomas Lange ] |
| 91 |
|
* fai-server.manpages: faimond-gui.1 was not included into the package |
| 92 |
|
* fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror, |
| 93 |
|
fai-cd.8, fai-guide.sgml |
| 94 |
|
* lib/subroutines: check *.var files if they are readable |
| 95 |
|
* bootexample.sgml: fix typo |
| 96 |
|
* dhcpd.conf/FAISERVER: fix wrong path in example |
| 97 |
|
* links.html: fix typo (closes: #508598) |
| 98 |
|
* fai-guide.sgml: fix package name in documentation (closes: #504797) |
| 99 |
|
* get-boot-info: fix wrong test parameter (closes: #509090) |
| 100 |
|
* setup-storage: increase version number |
| 101 |
|
|
| 102 |
|
[ Colin Tuckley ] |
| 103 |
|
* fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1 |
| 104 |
|
|
| 105 |
|
[ Sebastian Harl ] |
| 106 |
|
* fai-guide.sgml: fix several typos, mention Git, use $FAI instead of |
| 107 |
|
/fai (closes: #507129) |
| 108 |
|
|
| 109 |
|
[ Michael Tautschnig ] |
| 110 |
|
* Commands.pm: Print an informational message whenever a volume or |
| 111 |
|
partition is preserved or resized (closes: #508893) |
| 112 |
|
|
| 113 |
|
-- Thomas Lange <lange@debian.org> Mon, 22 Dec 2008 14:51:54 +0100 |
| 114 |
|
|
| 115 |
|
fai (3.2.14) unstable; urgency=low |
| 116 |
|
|
| 117 |
|
* fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524) |
| 118 |
|
* install_packages: fix usage of option -n (closes: #489546) |
| 119 |
|
* setup-storage, Commands.pm, Exec.pm: Call udevsettle before doing any |
| 120 |
|
of the commands to avoid all the possible pitfalls, simplyfies the |
| 121 |
|
code quite a bit. (closes: #503729) |
| 122 |
|
|
| 123 |
|
-- Thomas Lange <lange@debian.org> Tue, 28 Oct 2008 10:32:20 +0100 |
| 124 |
|
|
| 125 |
|
fai (3.2.13) unstable; urgency=low |
| 126 |
|
|
| 127 |
|
* lib/setup-storage/Commands.pm: fixed dependency error in vgcreate |
| 128 |
|
commands (closes: #502462) |
| 129 |
|
* fcopy: fix ordering of classes (closes: #502975) |
| 130 |
|
|
| 131 |
|
-- Thomas Lange <lange@debian.org> Wed, 22 Oct 2008 12:14:51 +0200 |
| 132 |
|
|
| 133 |
|
fai (3.2.12) unstable; urgency=low |
| 134 |
|
|
| 135 |
|
* setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a |
| 136 |
|
preserved partition does not match the size specified in the |
| 137 |
|
disk_config; fail, if an extended partition is to be created in place |
| 138 |
|
of a to-be-preserved partition (closes: #501772) |
| 139 |
|
* setup-storage/Exec.pm: recent versions of parted log errors to |
| 140 |
|
stdout instead of stderr + adaption of error messages to current ones |
| 141 |
|
(closes: #500823) |
| 142 |
|
* setup-storage/Volumes.pm: Handle new error message in case of |
| 143 |
|
missing disk label (closes: #500823) |
| 144 |
|
* setup-storage: extended debug output of sorted commands |
| 145 |
|
(closes: #500822) |
| 146 |
|
* setup-storage/Commands.pm: Properly sort commands, fixed dependency |
| 147 |
|
errors, use start_byte for new config instead of begin_byte |
| 148 |
|
(closes: #500822) |
| 149 |
|
* setup-storage: increase version number |
| 150 |
|
* make-fai-nfsroot: print version of debootstrap (closes: #500046) |
| 151 |
|
* fai-guide.sgml: minor update in example |
| 152 |
|
* fai-chboot.8: fix warning from man |
| 153 |
|
|
| 154 |
|
-- Thomas Lange <lange@debian.org> Wed, 15 Oct 2008 11:25:39 +0200 |
| 155 |
|
|
| 156 |
|
fai (3.2.11) unstable; urgency=low |
| 157 |
|
|
| 158 |
|
* control: depend on syslinux-common instead of syslinux (closes: #494417) |
| 159 |
|
use same intro for description for all packages, |
| 160 |
|
add dependeny and recommends on openbsd-inetd | inet-superserver as |
| 161 |
|
workaround for #404760 |
| 162 |
|
* fai-chboot.8, fai-cd.8, ainsl.1, fai.8, fai-class.8: apply patches |
| 163 |
|
from Colin Tuckley |
| 164 |
|
* THANKS: add Colin |
| 165 |
|
* fai-chboot.8: add example for using templates, add link to pxelinux |
| 166 |
|
documentation |
| 167 |
|
* fai-cd.8: remove unused info |
| 168 |
|
* fai-mirror.1: add information about files used by this script |
| 169 |
|
* faimond.8: minor fixes |
| 170 |
|
* install_packages.8: minor fixes |
| 171 |
|
* make-fai-nfsroot.8: minor fixes |
| 172 |
|
* fai-debconf.1: minor fixes |
| 173 |
|
* setup-storage.8: replace mdoc macro version with man macro version, |
| 174 |
|
reformat examples using tab stops, make groff happy |
| 175 |
|
* fai-guide.sgml: remove info about make-fai-bootfloppy, add info about |
| 176 |
|
kernel parameters |
| 177 |
|
* faisetup.sgml: update messages |
| 178 |
|
* bootexample.sgml: update example messages |
| 179 |
|
* mkdebmirror: remove obsolete code for fetching boot floppy images |
| 180 |
|
|
| 181 |
|
-- Thomas Lange <lange@debian.org> Wed, 01 Oct 2008 14:20:45 +0200 |
| 182 |
|
|
| 183 |
|
fai (3.2.10) unstable; urgency=low |
| 184 |
|
|
| 185 |
|
* add texlive-latex-recommended and texlive-fonts-recommended to |
| 186 |
|
build-depends-indep which fixes FTBFS (closes: #497683), |
| 187 |
add cfengine2 as recommends to fai-client (closes: #442843), |
add cfengine2 as recommends to fai-client (closes: #442843), |
| 188 |
remove mknbi, which is not used |
remove mknbi from fai-docs recommends |
| 189 |
* Init.pm: add bugfix that was only in svn but not in the package |
* Init.pm: really add important bugfix (494784) that was only fixed in svn |
| 190 |
included in 3.2.9 (closes: #494784), fix wrong variable name |
but not in 3.2.9 upload (closes: #494784), fix typo in variable name |
| 191 |
* Volume.pm: ignore output line of parted containing "Model:" |
* Volume.pm: ignore output line of parted containing "Model:" |
| 192 |
(closes: #497066) |
(closes: #497066) |
| 193 |
* package_config/*: remove non-existing packages, change some package |
* disk-info: fix bashism (closes: #498023), |
| 194 |
names |
add pattern for KVM devices like /dev/vd[abcd]X (closes: #494426) |
| 195 |
* control: update the description (closes: #496113) |
* Makefile,VERSION: remove variable KERNELVERSION, because it's unused since |
| 196 |
* Makefile,VERSION: remove variable KERNELVERSION, because it's not used |
3.2 (closes: #494699) |
| 197 |
any more since 3.2, (closes: #494699) |
* fai-cd: do not redirect stderr to /dev/null when calling find_fai_data, |
| 198 |
|
otherwise we do not get any errors when the grub call fails |
| 199 |
|
* subroutines: use proper path to RUNNING_FROM_FAICD to make eject work |
| 200 |
|
(closes: #439101), |
| 201 |
|
do not access /proc/uptime if /proc is not mounted (closes: #496234), |
| 202 |
|
check if list of cdrom devices is empty (closes: #498052) |
| 203 |
|
* fai-client.postrm: use rm -rf, we do so in other maintainer scripts as |
| 204 |
|
well and /var/run/fai is probably the least critical place |
| 205 |
|
(closes: #494423) |
| 206 |
|
* remove old, unsupported and broken script make-fai-bootfloppy and its man |
| 207 |
|
page (it only works with fai-kernels which were removed from lenny) |
| 208 |
|
(closes: #452375, #400373, #305363) |
| 209 |
|
* remove old and unused util/tlink and the information about it from the |
| 210 |
|
documentation |
| 211 |
|
* fai-guide.sgml: major review, remove boot floppy info, remove BOOTP |
| 212 |
|
info, update location of RUNNING_FROM_FAICD |
| 213 |
* fai-guide.sgml: minor documentation fix (closes: #473106), |
* fai-guide.sgml: minor documentation fix (closes: #473106), |
| 214 |
do not propose make-fai-nfsroot -r (closes: #481111), |
do not propose make-fai-nfsroot -r (closes: #481111), |
| 215 |
do reference NEWS.Debian (closes: #452760) |
do reference NEWS.Debian (closes: #452760) |
| 216 |
* ftar.8: minor fix (closes: #481528), update example |
* ftar.8: minor fix (closes: #481528), update example used |
| 217 |
* fcopy.8: minor fix (closes: #419787) |
* fcopy.8: minor fix (closes: #419787) |
| 218 |
* fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967) |
* fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967) |
| 219 |
* fai-guide.sgml: major review, remove boot floppy info, remove BOOTP info |
* setup-storage.8: document usage of USE_SETUP_STORAGE; some typo fixes |
| 220 |
* remove old unused tlink util and info about it |
* fai-cd.8: add usage example, add warning that all data on USB stick |
| 221 |
* remove make-fai-bootfloppy script and man page |
may be destroyed |
| 222 |
(closes: #452375, #400373, #305363) |
* setup-storage.8: Properly escape \ in literal environments (thanks lintian) |
| 223 |
* use new partition tool in simple examples |
* changes to the example classes: |
| 224 |
|
- use new partition tool in simple examples |
| 225 |
|
- remove class SETUPSTORAGE |
| 226 |
|
- package_config/*: remove non-existing packages, change some package |
| 227 |
|
- names |
| 228 |
|
- package_config/GNOME: make gnome example smaller |
| 229 |
|
- 10-misc: remove tune2fs call, now done by new partition tool |
| 230 |
|
- use lenny in FAISERVER class |
| 231 |
|
- remove empty directory /etc/X11 to make lintian happy |
| 232 |
|
- 20-copy-mirror: set correct symlink, add comment |
| 233 |
|
* update to standards version 3.8.0, no changes needed |
| 234 |
|
* update the package description (closes: #496113) |
| 235 |
|
* rules: Don't ignore errors from make clean |
| 236 |
|
* Many thanks to Sebastian Harl, Holger Levsen, Michael Prokop and |
| 237 |
|
Michael Tautschnig for all the discussions and for the help to create |
| 238 |
|
this release |
| 239 |
|
|
| 240 |
-- Thomas Lange <lange@debian.org> Fri, 05 Sep 2008 10:29:02 +0200 |
-- Thomas Lange <lange@debian.org> Tue, 09 Sep 2008 15:08:20 +0200 |
| 241 |
|
|
| 242 |
fai (3.2.9) unstable; urgency=low |
fai (3.2.9) unstable; urgency=low |
| 243 |
|
|