| 1 |
|
fai (3.2.23~beta5) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
[ Thomas Lange ] |
| 4 |
|
* subroutines-linux: fix log message |
| 5 |
|
remove yes pipe when calling debootstrap |
| 6 |
|
if NEXTTEST is used, define a class for next reboot. Thanks to |
| 7 |
|
Sebastian Hetze for this patch. |
| 8 |
|
* subroutines: do not unset the functions task_$taskname after use |
| 9 |
|
fill task_tests with code, execute tests before task chboot |
| 10 |
|
* fai-class: add string warning to message |
| 11 |
|
* task_sysinfo: call blkid on all disks |
| 12 |
|
* fcopy.8: improve info for calling postinst |
| 13 |
|
* fai-guide.sgml: add hint how to define classes on the kernel command |
| 14 |
|
line (closes: #497548), remove outdated information about |
| 15 |
|
/files/packages, add section about tests |
| 16 |
|
* ainsl: create missing path elements if -a is used (closes: #447199) |
| 17 |
|
* make-fai-nfsroot: mount sysfs inside nfsroot (closes: #532985) |
| 18 |
|
dereference symli nks when copying file into nfsroot |
| 19 |
|
* debian/control: Depends: iproute for fai-client, fai-server |
| 20 |
|
* fai-setup, make-fai-nfsroot, subroutine-linux, get-boot-info, |
| 21 |
|
task_sysinfo, S99fai-setup/FAISERVER: Replaced all calls to ifconfig |
| 22 |
|
by proper ip + shell magic calls (closes: #524347). Thanks to Luk |
| 23 |
|
Claes for the patch |
| 24 |
|
* fai-savelog: cd to the right place if LOGREMOTEDIR is set, thanks to |
| 25 |
|
Robin Powell for the patch (closes: #515704) |
| 26 |
|
* fai-mirror: remove use of $addpackages (closes: #537544) |
| 27 |
|
* fai.conf, make-fai-nfsroot.conf: move FAI_CONFIGDIR to m-f-n.conf, |
| 28 |
|
because it's only needed on an install server |
| 29 |
|
* fai-cd, fai: get FAI_CONFIGDIR from new config file |
| 30 |
|
* fai-server.preinst, fai-server.prerm, fai-quickstart.postinst: print |
| 31 |
|
warning if FAI_CONFIGDIR is still in the wrong place |
| 32 |
|
* fai-quickstart.prerm: source make-fai-nfsroot.conf instead of fai.conf |
| 33 |
|
* fai, fai.8: add option -s/--cspace to specify the config space URL |
| 34 |
|
* disk_config/*: add nosuid and nodev to some partitions |
| 35 |
|
* menu.lst/postinst: add /g to perl substitution command |
| 36 |
|
* fai-class: do not remove additional-classes when in debug mode, |
| 37 |
|
use the comma separated list of $ADDCLASSES for classes (closes: 497548) |
| 38 |
|
* fai-class.1: add ADDCLASS feature |
| 39 |
|
* package_config/FAIBASE: remove rsh-client, discover |
| 40 |
|
* fai-chboot: ignore ~ and .bak entries |
| 41 |
|
* faimond-gui: add task tests |
| 42 |
|
* tests/Faitest.pm: new file including subroutines for tests. Thanks to |
| 43 |
|
Sebastian Hetze for the initial version. |
| 44 |
|
* tests/FAIBASE_TEST: add simple test for partition layout of FAIBASE |
| 45 |
|
* disk_config/FAIBASE: add file system labels |
| 46 |
|
* examples/more-tests: add more tests from Sebastian |
| 47 |
|
|
| 48 |
|
[ Michael Tautschnig ] |
| 49 |
|
* setup-storage/Parser.pm: Set the boot flag on partition mounted at /, if |
| 50 |
|
bootable is not explicitly set. |
| 51 |
|
* setup-storage, setup-storage/Exec.pm: auto-detect a proper way to tell |
| 52 |
|
udev to settle (udevsettle is used in etch, udevadm settle for sid; thanks |
| 53 |
|
matrix.systems@matrix.msu.edu for a first patch). (closes: #530656) |
| 54 |
|
* setup-storage/Volumes.pm: Updated mdadm --scan output parser to work with |
| 55 |
|
current mdadm versions. |
| 56 |
|
* setup-storage/Volumes.pm: Ignore another line of output from parted |
| 57 |
|
(GPT-related warning). Thanks Andreas Schuldei for noticing this. |
| 58 |
|
* setup-storage, setup-storage/Sizes.pm: Properly handle -h, early check for |
| 59 |
|
unset (but necessary) environment variables, print full device names in |
| 60 |
|
several error/warning messages instead of the partition id only. |
| 61 |
|
* setup-storage/Fstab.pm: Be more verbose if obtaining the UUID fails (may |
| 62 |
|
be caused by earlier use in RAID array, tell the user how to solve the |
| 63 |
|
problem). Ignore exit code 3 of vol_id -l. |
| 64 |
|
* setup-storage/Parser.pm: RAID device parsing: $2 doesn't refer to the |
| 65 |
|
original expression anymore, store earlier $2 as $opts; don't use options |
| 66 |
|
sub-hash (thanks Andreas Schockenhoff for lots of testing and feedback). |
| 67 |
|
* setup-storage/Sizes.pm: Properly deal with missing (as in RAID specs) or |
| 68 |
|
non-existing (user error) devices in estimate_size; don't do stupid divide |
| 69 |
|
by 2 in RAID1 setup. (closes: #525138) |
| 70 |
|
* setup-storage/Commands.pm: Proper use of hash reference when checking for |
| 71 |
|
"missing" option. |
| 72 |
|
* setup-storage/Parser.pm: Ensure that RAID volumes marked preserve don't |
| 73 |
|
count as extra RAID volumes being defined. |
| 74 |
|
* setup-storage/Parser.pm, setup-storage/Sizes.pm: Added support for raid10 |
| 75 |
|
(thanks William Francis for suggesting this). |
| 76 |
|
* setup-storage/Volumes.pm: Fixed perl syntax error, properly handle |
| 77 |
|
existing empty volume groups (thanks Brian Kroth and Cajus Pollmeier for |
| 78 |
|
debugging this). (closes: #532321) |
| 79 |
|
* Bumped setup-storage version number to 1.1. |
| 80 |
|
|
| 81 |
|
-- Thomas Lange <lange@debian.org> Thu, 23 Jul 2009 12:58:43 +0200 |
| 82 |
|
|
| 83 |
fai (3.2.20) unstable; urgency=low |
fai (3.2.20) unstable; urgency=low |
| 84 |
|
|
| 85 |
[ Thomas Lange ] |
[ Thomas Lange ] |
| 88 |
the nfsroot, the partitial mirror and the config space) |
the nfsroot, the partitial mirror and the config space) |
| 89 |
* conf/menu.lst.boot-only: new config file for the boot only CD |
* conf/menu.lst.boot-only: new config file for the boot only CD |
| 90 |
* fai-cd.8: add option -B |
* fai-cd.8: add option -B |
| 91 |
|
* fai-abort: add missing lsb header |
| 92 |
|
* control: remove duplicate fields |
| 93 |
|
* copyright: fix lintian warning |
| 94 |
|
|
| 95 |
[ Michael Tautschnig ] |
[ Michael Tautschnig ] |
| 96 |
* fixed several hyphen-used-as-minus-sign errors in man pages |
* fixed several hyphen-used-as-minus-sign errors in man pages |
| 97 |
|
* update to standards version 3.8.1, no changes needed |
| 98 |
|
* replaced dh_clean -k by dh_prep |
| 99 |
|
* use dh_lintian to install lintian overrides |
| 100 |
|
* added override for fai-nfsroot (diverts foreign /etc/init.d.rcS) |
| 101 |
|
* Build-Depends: debhelper (>= 7) |
| 102 |
|
* setup-storage/Sizes.pm: Clarified error message in cases where the user |
| 103 |
|
specified a partition is larger than the entire disk |
| 104 |
|
* setup-storage/Parser.pm, setup-storage/Sizes.pm, setup-storage/Volumes.pm: |
| 105 |
|
Added pseudo-disklabel gpt-bios to support GPT on systems with BIOS |
| 106 |
|
instead of EFI. Also installs an additional partition to store whatever |
| 107 |
|
doesn't fit into MBR. |
| 108 |
|
* setup-storage: bumped version to 1.0.5 (gpt-bios support) |
| 109 |
|
|
| 110 |
-- Thomas Lange <lange@debian.org> Sun, 03 May 2009 15:54:53 +0200 |
-- Thomas Lange <lange@debian.org> Mon, 04 May 2009 10:42:25 +0200 |
| 111 |
|
|
| 112 |
fai (3.2.19) unstable; urgency=low |
fai (3.2.19) unstable; urgency=low |
| 113 |
|
|