| 1 |
fai (3.2.17) UNRELEASED; urgency=low |
fai (3.2.18) unstable; urgency=low |
| 2 |
|
|
| 3 |
[ Thomas Lange ] |
[ Thomas Lange ] |
| 4 |
* ainsl: add test if target file exists |
* control: add depends on net-tools for fai-client (closes: #521027) |
| 5 |
|
* ainsl: add test if target file exists, |
| 6 |
|
improve exit codes (closes: #500244) |
| 7 |
* fai-cd: use a pipe when sending commands to grub |
* fai-cd: use a pipe when sending commands to grub |
| 8 |
* ftar, fcopy: add info about the other tool |
* ftar, fcopy: add info about the other tool |
| 9 |
|
* new file live.conf will disable some messages during booting |
| 10 |
|
* make-fai-nfsroot: call apt-get update when using -k (closes: #507892), |
| 11 |
|
-k now also upgrades all packages inside the nfsroot, |
| 12 |
|
add -N to install_packages call, this is good for cross architecture |
| 13 |
|
building the nfsroot |
| 14 |
|
* fai-do-scripts: skip files with certain suffixes (closes: #500579), |
| 15 |
|
improve test if $debug is set to 1 (closes: #496072) |
| 16 |
|
call cfagent scripts with -v if fai is in debug mode |
| 17 |
|
* lib/subroutines-linux: don't rely on ' as a field separator when |
| 18 |
|
parsing boot.log, use = and strip off any quotes (closes: #439250), |
| 19 |
|
check earlier if faimond is available, send TASKBEGIN message |
| 20 |
|
* lib/get-config-dir-svn: Make username in svn:// config url optional |
| 21 |
|
(thanks Alexander Fisher) (closes: #441436) |
| 22 |
|
* bin/fai-setup: Do not unconditionally add $FAI_CONFIGDIR to exports(5) |
| 23 |
|
(thanks Sebastian Harl) (closes: #504801) |
| 24 |
|
* lib/get-config-dir-svn: Added support for password in SVN URL (thanks |
| 25 |
|
Robin Powell) (closes: #515057) |
| 26 |
|
* 20-removable_media: add fd0 entry to fstab only if device is present |
| 27 |
|
* fai-cd, make-fai-nfsroot: awk can also do the grep |
| 28 |
|
* NFSROOT: install aMD64 apckages with aptitude, this also helps when |
| 29 |
|
building an amd64 nfsroot on i386 |
| 30 |
|
* fai-mirror: check if -C was used, (thanks to James Richardson for the |
| 31 |
|
patch) (closes: #523625), fixing informal message (closes: #516385) |
| 32 |
|
* fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or |
| 33 |
|
in a file called class/*.var (closes: #515139), |
| 34 |
|
create /var/run/fai (closes: #515775) |
| 35 |
|
* fai-client.dirs, fai-server.dirs: remove /var/run/fai |
| 36 |
|
* subroutines: add trap for softupdates (closes: #449236) |
| 37 |
|
stop_fai_installation() sends message to faimond |
| 38 |
|
|
| 39 |
[ Michael Tautschnig ] |
[ Michael Tautschnig ] |
| 40 |
* setup-storage: Bumped version number to 1.0.4 |
* setup-storage: Bumped version number to 1.0.4 |
| 45 |
* setup-storage: Enable debug mode if -d was given on the command line |
* setup-storage: Enable debug mode if -d was given on the command line |
| 46 |
* setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text |
* setup-storage/Fstab.pm, setup-storage/Commands.pm: Proper perl text |
| 47 |
replace syntax and additional random initialization of partition |
replace syntax and additional random initialization of partition |
| 48 |
(thanks William Famy) |
(thanks William Famy) (closes: #500821) |
| 49 |
* examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case |
* examples/simple/scripts/GRUB/20-initramfs: Update the initramfs in case |
| 50 |
lvm2 or mdadm have been installed. |
lvm2 or mdadm have been installed. |
| 51 |
* example/simple/classes/50-host-classes: Added hosts bear (class |
* example/simple/classes/50-host-classes: Added hosts bear (class |
| 70 |
--spare-devices if at least 1 is configured. Thanks Camille Barette. |
--spare-devices if at least 1 is configured. Thanks Camille Barette. |
| 71 |
(closes: #508192) |
(closes: #508192) |
| 72 |
* setup-storage/Commands.pm: Use the proper id for telling the user about |
* setup-storage/Commands.pm: Use the proper id for telling the user about |
| 73 |
preserved/resized partitions. |
preserved/resized partitions. (closes: #521290) |
| 74 |
* setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to |
* setup-storage/Init.pm, disk-info: Added AOE etherd/ device names to |
| 75 |
regular expressions (thanks Jean Spirat) |
regular expressions (thanks Jean Spirat) |
| 76 |
* setup-storage/Commands.pm: If the disk config is marked virtual, create |
* setup-storage/Commands.pm: If the disk config is marked virtual, create |
| 84 |
* setup-storage/Parser.pm, setup-storage/Commands.pm: Make random |
* setup-storage/Parser.pm, setup-storage/Commands.pm: Make random |
| 85 |
initialization of encrypted partitions configurable |
initialization of encrypted partitions configurable |
| 86 |
* setup-storage.8: Document new encryption possibilities |
* setup-storage.8: Document new encryption possibilities |
| 87 |
|
* lib/get-config-dir-*: task_error requires the exit code of the |
| 88 |
[ Holger Levsen ] |
preceeding command as the second argument |
| 89 |
* Fix typo in fai-do-scripts, thanks to Andrew Ruthven for reporting this. |
* lib/subroutines-linux: The exit code of a command earlier in a pipe |
| 90 |
(Closes: #504662) |
must be read using $PIPESTATUS, not $? (closes: #444210) |
| 91 |
|
* bin/faimond: Try to load Proc::Daemon only in case -d is given; if it |
| 92 |
|
fails, print a helpful error message (closes: #513090) |
| 93 |
|
* bin/setup-storage, setup-storage/Volumes.pm: When propagating preserve |
| 94 |
|
markers also check whether the to-be-preserved volume is defined at all |
| 95 |
|
(closes: #521153) |
| 96 |
|
* setup-storage/Parser.pm, setup-storage/Commands.pm: Added support for |
| 97 |
|
optional (pv|vg|lv|md)createopts |
| 98 |
|
* man/setup-storage.8: Documented these new options |
| 99 |
|
* Moved parsing of createopts,tuneopts to Parser.pm for simpler code and |
| 100 |
|
better syntax checking (closes: #521172) |
| 101 |
|
* setup-storage/Sizes.pm: Change die to warn in case a preserved partition |
| 102 |
|
is not aligned to cylinder boundaries |
| 103 |
|
* setup-storage/Parser.pm: Only test for mkfs.X if such a filesystem is to |
| 104 |
|
be created (i.e., it will not be preserved) |
| 105 |
|
* fai-gude.sgml: add hint how to avoid this bug (closes: #265973) |
| 106 |
|
|
| 107 |
|
-- Thomas Lange <lange@debian.org> Thu, 16 Apr 2009 16:41:12 +0200 |
| 108 |
|
|
| 109 |
|
fai (3.2.17) unstable; urgency=medium |
| 110 |
|
|
| 111 |
|
* fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version |
| 112 |
|
number is only due to the way packages move within Debian releases. |
| 113 |
|
* Added myself to uploaders. |
| 114 |
|
* Fix typo in fai-do-scripts which prevented perl scripts to be executed, |
| 115 |
|
thanks to Andrew Ruthven for reporting this. (Closes: #504662) |
| 116 |
|
* setup-storage/Parser.pm: Do not enforce a space after VG/LV names in |
| 117 |
|
resize/preserve options. Thanks to Frederic Blanc for the patch. |
| 118 |
|
(closes: #516849) |
| 119 |
* fai-mirror: honor $debug and $qflag environment variables, thanks to |
* fai-mirror: honor $debug and $qflag environment variables, thanks to |
| 120 |
Michael Tautschnig. (Closes: #494431) |
Michael Tautschnig. (Closes: #494431) |
| 121 |
* device2grub: Add /dev/i2o/hdX to the list of recognized devices. Thanks |
* device2grub: Add /dev/i2o/hdX to the list of recognized devices. Thanks |
| 122 |
to Jürgen Kahnert for the patch. (Closes: #515101) |
to Jürgen Kahnert for the patch. (Closes: #515101) |
| 123 |
|
|
| 124 |
-- Thomas Lange <lange@debian.org> Mon, 16 Feb 2009 18:51:36 +0100 |
-- Holger Levsen <holger@debian.org> Wed, 25 Feb 2009 12:26:19 +0100 |
| 125 |
|
|
| 126 |
fai (3.2.16) unstable; urgency=high |
fai (3.2.16) unstable; urgency=high |
| 127 |
|
|