| 1 |
|
fai (3.2.10~beta1) unstable; urgency=low |
| 2 |
|
|
| 3 |
|
* control: add build-depends-indep (closes: #497683), |
| 4 |
|
add cfengine2 as recommends to fai-client (closes: #442843), |
| 5 |
|
remove mknbi, which is not used |
| 6 |
|
* Init.pm: add bugfix that was only in svn but not in the package |
| 7 |
|
included in 3.2.9 (closes: #494784), fix wrong variable name |
| 8 |
|
* Volume.pm: ignore output line of parted containing "Model:" |
| 9 |
|
(closes: #497066) |
| 10 |
|
* package_config/*: remove non-existing packages, change some package |
| 11 |
|
names |
| 12 |
|
* control: update the description (closes: #496113) |
| 13 |
|
* Makefile,VERSION: remove variable KERNELVERSION, because it's not used |
| 14 |
|
any more since 3.2, (closes: #494699) |
| 15 |
|
* fai-guide.sgml: minor documentation fix (closes: #473106), |
| 16 |
|
do not propose make-fai-nfsroot -r (closes: #481111), |
| 17 |
|
do reference NEWS.Debian (closes: #452760) |
| 18 |
|
* ftar.8: minor fix (closes: #481528), update example |
| 19 |
|
* fcopy.8: minor fix (closes: #419787) |
| 20 |
|
* fai-statoverride.8: add man page for fai-statoverride.8 (closes: #358967) |
| 21 |
|
* fai-guide.sgml: major review, remove boot floppy info, remove BOOTP info |
| 22 |
|
* remove old unused tlink util and info about it |
| 23 |
|
* remove make-fai-bootfloppy script and man page |
| 24 |
|
(closes: #452375, #400373, #305363) |
| 25 |
|
|
| 26 |
|
-- Thomas Lange <lange@debian.org> Thu, 04 Sep 2008 17:20:24 +0200 |
| 27 |
|
|
| 28 |
|
fai (3.2.9) unstable; urgency=low |
| 29 |
|
|
| 30 |
|
* apply patch that fixes the RC-bug license issue (closes: #487866) |
| 31 |
|
* debian/copyright: add people and reformat text |
| 32 |
|
* ftar: exit with warning if unsupported suffix .tgz is found |
| 33 |
|
* ainsl: add options -Q and -q (closes: #484722) |
| 34 |
|
* fai-setup: fix syntax error (closes: #488404) |
| 35 |
|
* setup-storage.8: add migration section, add info for createopts, move |
| 36 |
|
comments in example to bottom, fixed and improved documentation for |
| 37 |
|
preserve_{always,reinstall} syntax |
| 38 |
|
* Sizes.pm: never scale logical volume sizes beyond the specified |
| 39 |
|
maximum (closes: #494519) |
| 40 |
|
* Init.pm: fix bug in return values of phys_dev() (closes: #494784) |
| 41 |
|
* conf/NFSROOT, control: drop use of liblinux-lvm-perl |
| 42 |
|
(closes: #494357), replace unionfs with aufs (closes: #487080), |
| 43 |
|
ext2resize is now obsolete, replace it with e2fsprogs, |
| 44 |
|
replace obsolete sysutils with procinfo, |
| 45 |
|
add packages for powerpc arch (closes: #494440) |
| 46 |
|
* control: use official control-fields Vcs-Browser and Vcs-Svn instead |
| 47 |
|
of old XS-* friends (closes: #451013), |
| 48 |
|
remove Homepage from Description field, use Homepage field instead |
| 49 |
|
* Volumes.pm: reverted the code to handle existing LVMs to an earlier |
| 50 |
|
version that does not use Linux::LVM, because this is severly broken |
| 51 |
|
(closes: #494357) |
| 52 |
|
* setup-storage: increase version number to 1.0.1 because of LVM change |
| 53 |
|
* Commands.pm: bugfix in RAID volume handling in case of devices marked |
| 54 |
|
missing: mdadm command requires device names to be replaced by |
| 55 |
|
"missing" (closes: #494520) |
| 56 |
|
* package_config/FAIBASE: replace obsolete sysutils with procinfo |
| 57 |
|
* subroutines-linux: replace klogd and syslogd with rsyslog |
| 58 |
|
(closes: #494387) |
| 59 |
|
* conf/sources.list: replace etch with lenny, make koeln repository |
| 60 |
|
optional (closes: #474326) |
| 61 |
|
* make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to |
| 62 |
|
avoid warnings "Can not write log, openpty() failed", |
| 63 |
|
* make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit |
| 64 |
|
(closes: #494518, #494523), |
| 65 |
|
move trap definitions outside of { } block (closes: #494518, #494523), |
| 66 |
|
use arch independent name for linux kernel (closes: #494440) |
| 67 |
|
* updatebase: mount /dev/pts into /target to avoid openpty() warning |
| 68 |
|
* fai-do-scripts: use -b in call of file command, this makes the pattern |
| 69 |
|
matching more robust, make file adjust regex to new output of file |
| 70 |
|
command (closes: #490111) |
| 71 |
|
* savelog.LAST.source: add error pattern |
| 72 |
|
* fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443) |
| 73 |
|
* rules: do not copy file for linda |
| 74 |
|
* fai-quickstart.dirs: linda directory not needed any more |
| 75 |
|
* fai-quickstart.lintian: fix pattern |
| 76 |
|
|
| 77 |
|
-- Thomas Lange <lange@debian.org> Tue, 12 Aug 2008 11:49:51 +0200 |
| 78 |
|
|
| 79 |
|
fai (3.2.8) unstable; urgency=low |
| 80 |
|
|
| 81 |
|
* Merge setup-storage, the new partitioning tool |
| 82 |
|
(closes: #380629, #330915, #277045, #356862, #416633, #484788) |
| 83 |
|
* add variable $USE_SETUP_STORAGE |
| 84 |
|
* setup-storage: move loading of kernel modules into 20hwdetect.source, |
| 85 |
|
print which disk_config setup-storage is using |
| 86 |
|
* Commands.pm: print also mountpoint when debugging tuneopts and |
| 87 |
|
createopts, fix and document problem when only tuneopts are defined, |
| 88 |
|
prevent warnings about uninitialized variables |
| 89 |
|
* 20-hwdetect.source: load modules needed for setup-storage |
| 90 |
|
* add class SETUPSTORAGE for easy testing |
| 91 |
|
|
| 92 |
|
-- Thomas Lange <lange@debian.org> Sun, 15 Jun 2008 12:47:16 +0200 |
| 93 |
|
|
| 94 |
|
fai (3.2.7) unstable; urgency=low |
| 95 |
|
|
| 96 |
|
* update some messages to 2008 |
| 97 |
|
* fai-cd: check if list of Packages files is non-empty, change syntax of |
| 98 |
|
${...:=...}, use rsync for coping to USB stick if available |
| 99 |
|
* fai-cd.8: add info for MAXPACKAGES |
| 100 |
|
* fai-guide.sgml: fix order of tasks |
| 101 |
|
* fai-setup: check if file exists |
| 102 |
|
* make-fai-nfsroot: exclude files in var/lib/apt/lists from base.tgz |
| 103 |
|
check if NFSROOT directory is mounted with bad options |
| 104 |
|
* get-boot-info: parse live.log for detecting boot method |
| 105 |
|
* disk-info: use group info for detecting disks, extend pattern for |
| 106 |
|
detecting scsi disks |
| 107 |
|
* subroutines: fix regex so softupdate will; now umount the config space |
| 108 |
|
* add internal variable printk, for setting the console log level |
| 109 |
|
|
| 110 |
|
-- Thomas Lange <lange@debian.org> Sat, 31 May 2008 16:47:25 +0200 |
| 111 |
|
|
| 112 |
|
fai (3.2.6) unstable; urgency=medium |
| 113 |
|
|
| 114 |
|
* fai: remove local, fix regex (closes: #480685) |
| 115 |
|
* fai-cd: fix syntax error (closes: #480830) |
| 116 |
|
|
| 117 |
|
-- Thomas Lange <lange@debian.org> Thu, 15 May 2008 17:10:37 +0200 |
| 118 |
|
|
| 119 |
|
fai (3.2.5) unstable; urgency=low |
| 120 |
|
|
| 121 |
|
* GRUB/10-setup: use absolute path |
| 122 |
|
* fai: mount /proc if not already mounted (closes: #453017, #444156), |
| 123 |
|
check if target directory for dirinstall is mounted with nosuid,nodev |
| 124 |
|
* fai-mirror: set MAXPACKAGES=1 if undefined before |
| 125 |
|
* make-fai-nfsroot: exit with error if software installation has errors |
| 126 |
|
(closes: #442261) |
| 127 |
|
* fai-guide.sgml: add info how to specify a certain release or version |
| 128 |
|
of a package |
| 129 |
|
* fai-cd: add prefix $cfdir to -g parameter if no path was specified, |
| 130 |
|
fix setting of cfdir (closes: #475250) |
| 131 |
|
* fai-cd.8: extend info for -g |
| 132 |
|
* subroutines: remove local from variable (closes: #449236) |
| 133 |
|
* install_packages: fix in detecting Debian specific actions |
| 134 |
|
* fai-chboot: add check if kernelsuffix is defined |
| 135 |
|
* fai-abort: add LSB formatted dependency info (closes: #469716) |
| 136 |
|
* XF86Config-4/DEMO: remove obsolete example (closes: #474327) |
| 137 |
|
* disk-info: add regex for Adaptec i2o controller (closes: #466670) |
| 138 |
|
* ainsl: substitue \s+ afterwards (closes: #470799) |
| 139 |
|
|
| 140 |
|
-- Thomas Lange <lange@debian.org> Mon, 5 May 2008 18:27:02 +0200 |
| 141 |
|
|
| 142 |
fai (3.2.4) unstable; urgency=high |
fai (3.2.4) unstable; urgency=high |
| 143 |
|
|
| 144 |
* fai-cd.8: add missing -C option |
* fai-cd.8: add missing -C option |