Log of /branches
Directory Listing
Revision
6525 -
Directory Listing
Modified
Mon May 9 16:04:58 2011 UTC
(2 years ago)
by
mika
get-config-dir-svn: Fix broken-pipe error in SVN URL check
(cherry picked from commit e43119d50cb223329523c5202d2959e2336b5f7c)
Conflicts:
3.4/lib/get-config-dir-svn
From: Michael Prokop <mika@grml.org>
Revision
6521 -
Directory Listing
Modified
Sun May 1 23:36:55 2011 UTC
(2 years ago)
by
mt
Merged patch into trunk
Revision
6518 -
Directory Listing
Modified
Sun May 1 23:17:13 2011 UTC
(2 years ago)
by
mt
Match current trunk, added setup-storage man-page improvement
Revision
6497 -
Directory Listing
Modified
Tue Apr 19 16:35:47 2011 UTC
(2 years, 1 month ago)
by
mika
Merge branch 'mika/devmeeting' into stable
From: Michael Prokop <mika@grml.org>
Revision
6494 -
Directory Listing
Modified
Mon Apr 18 23:22:58 2011 UTC
(2 years, 1 month ago)
by
mt
Match current trunk
Revision
6488 -
Directory Listing
Modified
Mon Apr 18 14:11:54 2011 UTC
(2 years, 1 month ago)
by
mt
dummy-date-update to enforce rebuild of experimental
Revision
6485 -
Directory Listing
Modified
Mon Apr 18 13:36:45 2011 UTC
(2 years, 1 month ago)
by
mika
Merge branch 'mika/devmeeting' into stable
From: Michael Prokop <mika@grml.org>
Revision
6483 -
Directory Listing
Modified
Mon Apr 18 13:11:16 2011 UTC
(2 years, 1 month ago)
by
mika
replace transitional package name for dhcp-client
(cherry picked from commit a645ef8b5565cdc2147ee147d5eefe87c114256c)
From: lange <lange>
Revision
6482 -
Directory Listing
Modified
Mon Apr 18 13:10:51 2011 UTC
(2 years, 1 month ago)
by
mt
Updated patches to match current trunk
Revision
6481 -
Directory Listing
Modified
Mon Apr 18 13:10:35 2011 UTC
(2 years, 1 month ago)
by
mika
use same linux-image package names as in NFSROOT, add initramfs-tools
initramfs-tools are needed for proper generating a partitial mirror
using fai-mirror
(cherry picked from commit af5c56db3bbba72990eeb87b5aa146bf49bd0646)
From: lange <lange>
Revision
6464 -
Directory Listing
Modified
Sat Apr 16 08:03:15 2011 UTC
(2 years, 1 month ago)
by
mt
Added patch to catch disklabel:X with invalid X more properly
Revision
6463 -
Directory Listing
Modified
Sat Apr 16 07:26:22 2011 UTC
(2 years, 1 month ago)
by
mt
Properly handle current_config
Revision
6462 -
Directory Listing
Modified
Fri Apr 15 23:40:21 2011 UTC
(2 years, 1 month ago)
by
mt
Updated patch provided by David Dreezer
Revision
6459 -
Directory Listing
Modified
Fri Apr 15 19:29:47 2011 UTC
(2 years, 1 month ago)
by
mt
Don't try to set partition types on virtual configs
Revision
6458 -
Directory Listing
Modified
Fri Apr 15 19:27:21 2011 UTC
(2 years, 1 month ago)
by
mika
add initramfs-tools, workaround for fai-mirror problem
When creating a mirror using fai-mirror, the package linux-image-amd64
will not be added to the mirror because of aptitude's dependency
resolver. This worked with aptitude from lenny, but the squeeze
version will refuse to install/download the kernel package.
Using apt-get will also work, but currently adding initramfs-tools
will fix this issue.
Backported to FAI 3.4. by Michael Prokop <mika@grml.org>, based on
svn+ssh://svn.debian.org/svn/fai/trunk@6455 ba5ec265-b0fb-0310-8e1a-cf9e4c2b1591
From: Thomas Lange <lange@informatik.uni-koeln.de>
Revision
6457 -
Directory Listing
Modified
Fri Apr 15 19:20:04 2011 UTC
(2 years, 1 month ago)
by
mika
debian/changelog: update git commit IDs.
When running "git svn dcommit" the IDs are being rewritten.
Therefore the git IDs in the changelog points to garbage
collected IDs.
Thanks: Michael Tautschnig <mt@debian.org>
From: Michael Prokop <mika@grml.org>
Revision
6453 -
Directory Listing
Modified
Fri Apr 15 19:08:56 2011 UTC
(2 years, 1 month ago)
by
mt
Permit preserve_* as part of size specification (similar to :resize)
Revision
6451 -
Directory Listing
Modified
Fri Apr 15 18:52:29 2011 UTC
(2 years, 1 month ago)
by
mika
package_config/FAISERVER: remove mkisofs
(cherry picked from commit f4fa78181de87737c39df7c0c145273b085f2ae8)
Conflicts:
3.4/examples/simple/package_config/FAISERVER
Merge conflict resolved by Michael Prokop <mika@grml.org>.
From: Michael Goetze <mgoetze@mgoetze.net>
Revision
6449 -
Directory Listing
Modified
Fri Apr 15 18:16:10 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage: Added align-at option for user-defined alignment
Thanks: Patrick Cervicek for suggesting the user-specified alignment and Julien Blache for further work on this.
Thanks: Frank Doepper
Thanks: Mathieu Alorent
* setup-storage/{Parser.pm,Sizes.pm}: Align partition sizes to sectors or
user-requested alignment on all disk labels, unless on DOS and preserving
some partitions (stay with cylinder-alignment in those cases). Thanks
Patrick Cervicek for suggesting the user-specified alignment. Thanks Julien
Blache for further work on this.
* setup-storage.8: Document new align-at option.
* setup-storage/Sizes.pm: Take alignment into account for partition size
computation (thanks Frank Doepper for bringing up this problem). Size of
extended (partition) boot record is 2 sectors.
* setup-storage/Sizes.pm: Do not rely on bios_sectors_per_track information
for computing the start location of first partition, always use 63 sectors
gap. Thanks Mathieu Alorent for extensive testing.
* setup-storage/Sizes.pm: Removed redundant min_req_total_space tracking
variable.
(cherry picked from commit eb10dadd1ed30eaed557fadd1ccc996ea1e67870)
Revision
6448 -
Directory Listing
Modified
Fri Apr 15 18:15:51 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage/Parser.pm: Support k and K for kilobytes
(cherry picked from commit 6fceb8cac671d142e38d3e22849feec8173ac435)
Revision
6447 -
Directory Listing
Modified
Fri Apr 15 18:15:39 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage/Sizes.pm: Make 100% a valid partition size.
A partition with size 100% will be as large as truly feasible, not the size of
the entire disk (MBR etc. aren't available to the user).
Closes: #619136
(cherry picked from commit e2cbeea0c629212f06f67ea3b547ab3967b3151f)
Revision
6446 -
Directory Listing
Modified
Fri Apr 15 18:14:50 2011 UTC
(2 years, 1 month ago)
by
mika
make-fai-nfsroot: Remove Ubuntu-specific lib/udev/rules.d/85-lvm2.rules to avoid LVM auto-start
Automatically starting volumes as they become available will confuse
setup-storage, which might subsequently remove such partitions.
(cherry picked from commit 545836458dcba37c8d6b6082c41db926c2216a4a)
Revision
6445 -
Directory Listing
Modified
Fri Apr 15 18:14:44 2011 UTC
(2 years, 1 month ago)
by
mika
menu.lst/postinst: Use grub device name for $ROOTCMD grub-install
(cherry picked from commit 843835a9e4e502cf6f0e7bbfffe8b30050499098)
Revision
6444 -
Directory Listing
Modified
Fri Apr 15 18:14:35 2011 UTC
(2 years, 1 month ago)
by
mika
Use $ROOTCMD grub-install for grub1
(cherry picked from commit 8423178d5b4d69364a4d7b2e3f176baae2a5dc51)
Revision
6443 -
Directory Listing
Modified
Fri Apr 15 18:14:20 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage: Revert incomplete $FAI::DATADIR use to $ENV{LOGDIR}
(cherry picked from commit 509b4f1ea1ba916917268ccacdbc485b7afcbdac)
Revision
6442 -
Directory Listing
Modified
Fri Apr 15 18:14:04 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage/{Parser,Commands}.pm: Make on-disk LV order consistent with disk_config
* setup-storage/Parser.pm: Build an additional list of logical volumes to make
on-disk order of logical volumes consistent with disk_config.
* setup-storage/Commands.pm: Implement this order.
(cherry picked from commit 13135c8b520f7c34a50af3f9dd2f9328ca2ca2b8)
Revision
6441 -
Directory Listing
Modified
Fri Apr 15 18:13:45 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage, setup-storage/{Volumes,Commands,Exec,Init,Parser}.pm: Software RAID bugfixes
* setup-storage/Volumes.pm: Properly handle preserved partitions when marked
missing in RAID volume.
* setup-storage/Commands.pm: Don't add "missing" when doing mdadm --assemble.
* setup-storage/{Init,Parser,Volumes}.pm: Build device nesting tree.
* setup-storage/Commands.pm: Honor dependencies and nesting of LVM/RAID
devices when stopping and removing volumes and partitions.
* setup-storage/Commands.pm: Add mdadm --assemble call if arrays were detected
by mdadm --examine (these might exist but haven't necessarily been started).
* setup-storage/Exec.pm: Ignore error exit code 2 in this mdadm --assemble
call.
* setup-storage: Force start of arrays using mdadm-startall. Added debug
output of device nesting tree.
(cherry picked from commit 33f30fb8c1c5b8b88991b73eecbca5e943ac9510)
Revision
6440 -
Directory Listing
Modified
Fri Apr 15 18:13:15 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage/{Parser,Volumes,Init}.pm: Improved error reporting.
Closes: #617720, #611728
Thanks: Toomas Tamm
- setup-storage/Parser.pm: Fix error message in case of duplicate definitions
of a single disk. Sensible diagnostics instead of just printing "Syntax
error" for several syntax errors. Thanks Toomas Tamm for reporting this.
Perform more advanced consistency checking for duplicate mount points
(closes: #617720).
- setup-storage/Volumes.pm: Proper error reporting for wrong disk names (one
die was overridden by yet another die); more verbose output in case of
unexpected mdadm output (closes: #611728).
- setup-storage/Init.pm: Use Carp::confess to produce stack traces when
calling internal_error.
(cherry picked from commit f29a440adff02cd0ede086c08a9f70aa11910215)
Conflicts:
3.4/lib/setup-storage/Volumes.pm
Revision
6439 -
Directory Listing
Modified
Fri Apr 15 18:13:07 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage.8: Clarify that partition/volume sizes are integers.
Decimal numbers are not allowed.
(cherry picked from commit b234c09427044537b64d1fe8fc4044f3e2ce72d8)
Revision
6438 -
Directory Listing
Modified
Fri Apr 15 18:12:35 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage, setup-storage/Parser.pm: sanity checks.
Perform additional check for invalid configs (such as empty disk_config X
stanzas).
(cherry picked from commit a3f2c2d5472a45101bfecc1fb4f53ec2de516b71)
Revision
6437 -
Directory Listing
Modified
Fri Apr 15 18:12:04 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage/Sizes.pm: gpt-bios must be sector-wise first partition.
Make extra partition for gpt-bios the first one location-wise but still give it
the last id.
(cherry picked from commit a5d5a7bc1751d15fa4c20b9d67b4e699ad8049fa)
Revision
6436 -
Directory Listing
Modified
Fri Apr 15 18:11:42 2011 UTC
(2 years, 1 month ago)
by
mika
setup-storage/Sizes.pm: Properly handle extended partitions that aren't the last primary partition.
(cherry picked from commit ae9586724c1bc7968b369cb86521eda1123cb8ae)
Revision
6435 -
Directory Listing
Modified
Fri Apr 15 18:11:20 2011 UTC
(2 years, 1 month ago)
by
mika
Make device2grub use grub-mkdevicemap rather than stuff in target
(cherry picked from commit e07062616b837de2e9927253a2d65a43bfdb8f20)
Revision
6434 -
Directory Listing
Modified
Fri Apr 15 18:11:06 2011 UTC
(2 years, 1 month ago)
by
mika
Move get-config-dir-http to according space for stable-branch.
Revision
6433 -
Directory Listing
Modified
Fri Apr 15 18:10:50 2011 UTC
(2 years, 1 month ago)
by
mika
year++
(cherry picked from commit 2ebdba54e36988908dfee5d23d96b45862501c2b)
Conflicts:
3.4/bin/fai
Revision
6432 -
Directory Listing
Modified
Fri Apr 15 18:10:34 2011 UTC
(2 years, 1 month ago)
by
mika
fix wrong file name for memtest boot option
Closes: #620798
(cherry picked from commit f01a6edb4ab73f5f3ab818f3f14109b5122ef14f)
Revision
6431 -
Directory Listing
Modified
Fri Apr 15 18:10:24 2011 UTC
(2 years, 1 month ago)
by
mika
fai-guide: adjusting quoting of variables like FAI_CONFIG_SRC for proper output
At least with recent toolchains (>=squeeze) we get
e.g. "FAI\_CONFIG\_SRC" rather than "FAI_CONFIG_SRC",
removing the "\" characters provide output as expected,
therefore remove all unnecessary "\" chars.
(cherry picked from commit 9f96ed4fe8082d1acaae8e6610169fb3fede262d)
Revision
6430 -
Directory Listing
Modified
Fri Apr 15 18:10:14 2011 UTC
(2 years, 1 month ago)
by
mika
Document http method for $FAI_CONFIG_SRC in fai-guide
(cherry picked from commit 0f09648303d3800119dbbe2e2d449b84e726aecc)
Revision
6429 -
Directory Listing
Modified
Fri Apr 15 18:09:53 2011 UTC
(2 years, 1 month ago)
by
mika
simple-examples: in squeeze, the GRUB 1 package is called "grub-legacy".
(cherry picked from commit a0f2b45568da6b14e9ecda5e090c96c1eeb35238)
Revision
6427 -
Directory Listing
Modified
Fri Apr 15 18:09:00 2011 UTC
(2 years, 1 month ago)
by
mika
minor change in messages
(cherry picked from commit 775f5b38a56c2e1e6d2335f20964313a63e942d3)
Conflicts:
3.4/debian/changelog
Revision
6426 -
Directory Listing
Modified
Fri Apr 15 18:08:33 2011 UTC
(2 years, 1 month ago)
by
mika
fix comment
(cherry picked from commit 8058d8052ab075a54eaa25ad489851bd187a26b8)
Revision
6425 -
Directory Listing
Modified
Fri Apr 15 18:08:10 2011 UTC
(2 years, 1 month ago)
by
mika
get-config-dir-http: new script to get a tarball of the config space
Thanks: Waldemar Brodkorb for the initial patch
(cherry picked from commit 7b8d98b98ecab904524633443239048ec4067f4b)
Conflicts:
3.4/debian/NEWS
3.4/debian/changelog
Revision
6424 -
Directory Listing
Modified
Fri Apr 15 17:46:33 2011 UTC
(2 years, 1 month ago)
by
mika
bin/fai-do-scripts: also ignore files with suffix .dpkg-dist and .dpkg-tmp
We definitely do not want to execute such files in
do_script() of fai-do-scripts, so let's skip them
as well.
Verified against lib/dpkg/dpkg.h of dpkg v1.15.8.10.
(cherry picked from commit 340b9826b78c707cd20e8858569aaf33b9da72de)
Revision
6423 -
Directory Listing
Modified
Fri Apr 15 17:46:29 2011 UTC
(2 years, 1 month ago)
by
mika
use new command names for cdrecord and mkisofs (closes: #609568)
cdrecord -> wodim, mkisofs -> genisoimage
(cherry picked from commit da407b151cc349285be88ea1018ebaea50ae4fd2)
Revision
6422 -
Directory Listing
Modified
Fri Apr 15 17:46:25 2011 UTC
(2 years, 1 month ago)
by
mika
diverting nis not needed any more, tested with lenny and squeeze (closes: #612481)
(cherry picked from commit 1f4f78f56dac429221cd5a9603a854e5f10ac13c)
Conflicts:
3.4/lib/updatebase
Revision
6421 -
Directory Listing
Modified
Fri Apr 15 17:28:01 2011 UTC
(2 years, 1 month ago)
by
mt
Merged align-at stuff into trunk
Revision
6418 -
Directory Listing
Modified
Fri Apr 15 15:21:35 2011 UTC
(2 years, 1 month ago)
by
mt
Fiddling around with setup-storage alignment patches for cleanup
Revision
6415 -
Directory Listing
Modified
Fri Apr 15 15:10:44 2011 UTC
(2 years, 1 month ago)
by
mgoetze-guest
Experimental patches/extrbase-hook
Revision
6414 -
Directory Listing
Modified
Fri Apr 15 13:27:01 2011 UTC
(2 years, 1 month ago)
by
mt
Merged several patches into trunk
Revision
6404 -
Directory Listing
Modified
Fri Apr 15 12:49:28 2011 UTC
(2 years, 1 month ago)
by
mt
setup-storage_user-100-percent was merged into trunk
Revision
6394 -
Directory Listing
Modified
Fri Apr 15 12:18:08 2011 UTC
(2 years, 1 month ago)
by
mt
New setup-storage patches: comments at end of fstab lines, use of SI units
Patch grub-in-target isn't necessary anymore as its changes have been merged
into trunk in some or the other way
Revision
6386 -
Directory Listing
Modified
Fri Apr 15 11:25:57 2011 UTC
(2 years, 1 month ago)
by
mt
Cleanup of prior merge: inconsistencies LOGDIR vs. DATADIR
Revision
6352 -
Directory Listing
Modified
Thu Apr 14 18:55:05 2011 UTC
(2 years, 1 month ago)
by
mt
updated experimental to match trunk
Revision
6338 -
Directory Listing
Modified
Thu Apr 14 13:07:37 2011 UTC
(2 years, 1 month ago)
by
mt
Merged patch setup-storage_deterministic-lv-ordering into trunk
(more text for commit experiment)
Revision
6335 -
Directory Listing
Modified
Thu Apr 14 12:25:50 2011 UTC
(2 years, 1 month ago)
by
mt
Merged several patches into trunk
Revision
6328 -
Directory Listing
Modified
Thu Apr 14 10:41:18 2011 UTC
(2 years, 1 month ago)
by
mt
quilt whitespace changes
Revision
6322 -
Directory Listing
Modified
Sun Mar 27 19:11:11 2011 UTC
(2 years, 1 month ago)
by
mt
Added David's patch for make-fai-nfsroot
Revision
6321 -
Directory Listing
Modified
Thu Mar 17 21:28:08 2011 UTC
(2 years, 2 months ago)
by
mt
The Linux kernel doesn't like 512B gaps for logical partitions, 2 sectors are
required instead
Revision
6320 -
Directory Listing
Modified
Wed Mar 16 14:25:49 2011 UTC
(2 years, 2 months ago)
by
mt
--wait-clean isn't supported by lenny mdadm
Revision
6319 -
Directory Listing
Modified
Wed Mar 16 12:41:47 2011 UTC
(2 years, 2 months ago)
by
mt
- fixed possibly uninitialized variable
- moved mdadm-startall to point right after parsing, just before checking for
existing volumes, added forced start of all examined RAID volumes
- added waits to mdadm --stop
Revision
6318 -
Directory Listing
Modified
Tue Mar 15 17:16:20 2011 UTC
(2 years, 2 months ago)
by
mt
reverted specific handling of /dev/md !/! \d devices, but added mdadm-startall
instead
Revision
6317 -
Directory Listing
Modified
Tue Mar 15 16:48:22 2011 UTC
(2 years, 2 months ago)
by
mt
setup-storage: another two missing ".", but this time with more drastic
consequences
Revision
6316 -
Directory Listing
Modified
Tue Mar 15 15:07:36 2011 UTC
(2 years, 2 months ago)
by
mt
setup-storage: just a missing "." ... - dependencies weren't fully accurate when
taking down RAID arrays, but probably still safe
Revision
6315 -
Directory Listing
Modified
Tue Mar 15 14:49:49 2011 UTC
(2 years, 2 months ago)
by
mt
Properly support existing /dev/md !/! \d devices, e.g., /dev/md/1 instead of
/dev/md1
Revision
6314 -
Directory Listing
Modified
Mon Mar 14 21:57:11 2011 UTC
(2 years, 2 months ago)
by
mt
setup-storage: fixed bugs related to partition alignment and some code cleanup
Revision
6310 -
Directory Listing
Modified
Thu Mar 10 22:27:58 2011 UTC
(2 years, 2 months ago)
by
mt
Additional checks as suggested in #617720
Revision
6309 -
Directory Listing
Modified
Thu Mar 10 17:49:00 2011 UTC
(2 years, 2 months ago)
by
mt
- internal cleanup of redundant "number" config field
- make preserve:all accept partitions in any order
Revision
6308 -
Directory Listing
Modified
Thu Mar 10 16:48:33 2011 UTC
(2 years, 2 months ago)
by
mt
- make gpt-bios partition the one with the highest index while still locating it
at the beginning of the disk
- fixed bugs in lvm-raid-preserve
Revision
6306 -
Directory Listing
Modified
Thu Mar 10 15:33:11 2011 UTC
(2 years, 2 months ago)
by
mt
Make on-disk order of logical volumes consistent with user-specified order
(otherwise breaks >2TB setups)
Revision
6304 -
Directory Listing
Modified
Thu Mar 10 13:47:49 2011 UTC
(2 years, 2 months ago)
by
mt
Updated patches to match current trunk
Revision
6303 -
Directory Listing
Modified
Thu Mar 10 13:45:18 2011 UTC
(2 years, 2 months ago)
by
mt
- use Carp::confess for better error reporting
- correctly handle nesting of RAID/LVM devices
Revision
6300 -
Directory Listing
Modified
Thu Mar 10 00:35:44 2011 UTC
(2 years, 2 months ago)
by
mt
- fixed bogus double-space-reservation for MBR probably introduced by some
quilt-patch-merging
- added check for disk-info being in PATH if used
Revision
6286 -
Directory Listing
Modified
Fri Feb 11 10:29:15 2011 UTC
(2 years, 3 months ago)
by
jblache
Not too sure why the MBR space reservation got removed, looks
like it better stay in; feel free to revert if I'm wrong.
Revision
6285 -
Directory Listing
Modified
Fri Feb 11 10:23:03 2011 UTC
(2 years, 3 months ago)
by
jblache
Backward-compatibility fix for msdos disklabels
msdos disklabels must be aligned to cylinder boundary, except
for the start position of partitions 1 and 5; otherwise, preserving
partitions on systems installed with previous versions of setup-storage
breaks.
Revision
6279 -
Directory Listing
Modified
Tue Feb 8 00:04:12 2011 UTC
(2 years, 3 months ago)
by
mt
Updated experimental to match current trunk, improved mdadm error message to fix
recent bug report
Revision
6273 -
Directory Listing
Modified
Wed Jan 19 23:20:05 2011 UTC
(2 years, 4 months ago)
by
mt
accept k and K for K(iB)
Revision
6271 -
Directory Listing
Modified
Wed Jan 19 08:34:07 2011 UTC
(2 years, 4 months ago)
by
mt
date update -- dummy change to trigger rebuild on alioth
Revision
6269 -
Directory Listing
Modified
Wed Jan 19 08:22:26 2011 UTC
(2 years, 4 months ago)
by
mt
Makefile-change was moved to trunk
Revision
6266 -
Directory Listing
Modified
Tue Jan 18 21:54:39 2011 UTC
(2 years, 4 months ago)
by
mt
Updated patches to match current trunk
Revision
6258 -
Directory Listing
Modified
Fri Dec 24 10:53:39 2010 UTC
(2 years, 4 months ago)
by
mika
Release new version 3.4.7.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6257 -
Directory Listing
Modified
Fri Dec 24 10:53:34 2010 UTC
(2 years, 4 months ago)
by
mika
setup-storage/Commands.pm: Rebuild partition table only once, unless necessary
for resizing; also fixes perl compilation error.
Closes: #607901
Thanks: Toomas Tamm <tt-fai@kky.ttu.ee>
Revision
6256 -
Directory Listing
Modified
Thu Dec 23 22:19:29 2010 UTC
(2 years, 5 months ago)
by
mt
several patches got merged into trunk
Revision
6253 -
Directory Listing
Modified
Thu Dec 23 12:46:15 2010 UTC
(2 years, 5 months ago)
by
mika
Release new version 3.4.6.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6252 -
Directory Listing
Modified
Thu Dec 23 12:46:09 2010 UTC
(2 years, 5 months ago)
by
mika
catch every exit code != 0 from mount2dir
Revision
6251 -
Directory Listing
Modified
Thu Dec 23 12:46:00 2010 UTC
(2 years, 5 months ago)
by
mika
setup-storage/Commands.pm: Fix dependencies between disk and LVM commands.
Closes: #606113
Thanks: Mathieu Alorent <malorent@echo.fr>, Nicolas Courtel <courtel@cena.fr>
Revision
6250 -
Directory Listing
Modified
Thu Dec 23 12:45:55 2010 UTC
(2 years, 5 months ago)
by
mika
setup-storage/Commands.pm: Always run vgchange -a -n, even if no prior LVM
was detected; run pvcreate with -ff -y.
Closes: #606485
Thanks: Mathieu Alorent <malorent@echo.fr>
Revision
6249 -
Directory Listing
Modified
Thu Dec 23 12:45:49 2010 UTC
(2 years, 5 months ago)
by
mika
setup-storage/Commands.pm: Use proper dependencies when entire disks are used as
part of a RAID or LVM volume
Thanks: Peter Kruse
Revision
6248 -
Directory Listing
Modified
Thu Dec 23 12:45:44 2010 UTC
(2 years, 5 months ago)
by
mika
simple/scripts/GRUB_PC/10-setup: No need to deal with multiple devices anymore,
BOOT_DEVICE will always a be single value.
This version of 10-setup is known to work both with lenny and squeeze.
Thanks: alekibango, David Dreezer
Revision
6247 -
Directory Listing
Modified
Thu Dec 23 12:45:33 2010 UTC
(2 years, 5 months ago)
by
mika
setup-storage/{Fstab.pm,Parser.pm}: Cleanup code for defining BOOT_DEVICE
setup-storage.8: Properly document semantics of BOOT_DEVICE and disk_var.sh.
Thanks: Julien Blache <jblache@debian.org>
Revision
6246 -
Directory Listing
Modified
Thu Dec 23 12:45:25 2010 UTC
(2 years, 5 months ago)
by
mika
print message to stderr (closes: #605947)
The bugfix for #600715 did break every fai-mirror call, since an
additional line appeared in $NFSROOT/var/tmp/packages.nfsroot.
Revision
6238 -
Directory Listing
Modified
Fri Dec 17 08:17:01 2010 UTC
(2 years, 5 months ago)
by
mt
Added first attempt to fix LVM/preserve problems; added closes: tags
Revision
6237 -
Directory Listing
Modified
Thu Dec 16 19:35:21 2010 UTC
(2 years, 5 months ago)
by
mt
A version of the 10-setup file for grub-pc that is known to work with software
RAID AND lenny and squeeze.
Thanks alekibango and David Dreezer for lots of testing and debugging.
Revision
6236 -
Directory Listing
Modified
Thu Dec 16 19:06:29 2010 UTC
(2 years, 5 months ago)
by
mt
- further setup-storage man-page improvement
- improved diagnostics for disk_config syntax errors
Revision
6229 -
Directory Listing
Modified
Sat Dec 4 18:04:09 2010 UTC
(2 years, 5 months ago)
by
mt
Reworked setup-storage man page
Revision
6228 -
Directory Listing
Modified
Sat Dec 4 09:51:59 2010 UTC
(2 years, 5 months ago)
by
mt
Added (modified) fcopy patch as posted on linux-fai-devel by Sabine Schmidt.
Revision
6227 -
Directory Listing
Modified
Fri Dec 3 22:22:15 2010 UTC
(2 years, 5 months ago)
by
mt
- split out $BOOT_DEVICE handling changes from grub-pc patch into
setup-storage_boot-device and add several improvements; do not resolve
RAID/LVM to underlying disk drives
- Clarify documentation of sizespec (integers, no decimal numbers)
Revision
6225 -
Directory Listing
Modified
Tue Nov 30 22:41:25 2010 UTC
(2 years, 5 months ago)
by
mika
Release new version 3.4.5.
Revision
6224 -
Directory Listing
Modified
Tue Nov 30 22:41:20 2010 UTC
(2 years, 5 months ago)
by
mika
apply patch from experimental, install grub into all raid devices
Revision
6223 -
Directory Listing
Modified
Tue Nov 30 22:41:16 2010 UTC
(2 years, 5 months ago)
by
mika
do not install grub always into (hd0) (closes: #604938)
Revision
6221 -
Directory Listing
Modified
Tue Nov 30 22:41:08 2010 UTC
(2 years, 5 months ago)
by
mika
do not include /boot on CD
Revision
6220 -
Directory Listing
Modified
Tue Nov 30 22:41:04 2010 UTC
(2 years, 5 months ago)
by
mika
Adjust depends/recommends regarding tftp server.
fai-server package recommended 'tftpd-hpa | tftpd', now we're
using 'tftpd-hpa | atftpd' instead as tftpd is not suitable for use
with the PXE bootloader at all.
fai-quickstart package depended on tftpd-hpa without any alternatives,
now we support atftpd as alternative.
Backport of svn r6199 for stable branch 3.4.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6219 -
Directory Listing
Modified
Tue Nov 30 22:41:00 2010 UTC
(2 years, 5 months ago)
by
mika
NFSROOT: move commented lenny package examples to according place
Thanks: Thomas Lange
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6218 -
Directory Listing
Modified
Tue Nov 30 22:40:57 2010 UTC
(2 years, 5 months ago)
by
mika
simple examples: move from apt-proxy to approx
Last Debian release that provides apt-proxy is lenny,
therefore switch to approx instead which is available since
etch in each Debian release.
Patch provided by Thomas Lange.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6217 -
Directory Listing
Modified
Tue Nov 30 22:40:53 2010 UTC
(2 years, 5 months ago)
by
mika
add newline, makes shell.log much more readable
Revision
6216 -
Directory Listing
Modified
Tue Nov 30 22:40:49 2010 UTC
(2 years, 5 months ago)
by
mika
setup-storage/Volumes.pm: Included parted output line if parsing parted output fails.
This fixes the mysterious "Table header not seen yet."
Revision
6215 -
Directory Listing
Modified
Tue Nov 30 22:40:45 2010 UTC
(2 years, 5 months ago)
by
mika
Unbreak tmpfs support
Revision
6214 -
Directory Listing
Modified
Tue Nov 30 22:40:42 2010 UTC
(2 years, 5 months ago)
by
mika
add hint about ADDCLASSES
Revision
6213 -
Directory Listing
Modified
Tue Nov 30 22:40:39 2010 UTC
(2 years, 5 months ago)
by
mika
remove part of how to enable PXE on 3com. This info was move into the wiki
Conflicts:
3.4/doc/fai-guide.txt
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6212 -
Directory Listing
Modified
Tue Nov 30 22:40:35 2010 UTC
(2 years, 5 months ago)
by
mika
remove some packages to make fai-cd smaller
Revision
6211 -
Directory Listing
Modified
Tue Nov 30 22:40:31 2010 UTC
(2 years, 5 months ago)
by
mika
write MBR when using grub2 (closes: #597479)
Revision
6210 -
Directory Listing
Modified
Tue Nov 30 22:40:28 2010 UTC
(2 years, 5 months ago)
by
mika
minor change
Revision
6209 -
Directory Listing
Modified
Tue Nov 30 22:40:23 2010 UTC
(2 years, 5 months ago)
by
mika
create directories, set additional parameters (closes: #602498)
Revision
6208 -
Directory Listing
Modified
Tue Nov 30 22:40:20 2010 UTC
(2 years, 5 months ago)
by
mika
ask for logo
Revision
6207 -
Directory Listing
Modified
Tue Nov 30 22:40:17 2010 UTC
(2 years, 5 months ago)
by
mika
add missing verb
Revision
6206 -
Directory Listing
Modified
Tue Nov 30 22:40:14 2010 UTC
(2 years, 5 months ago)
by
mika
print message to stdout (closes: #600715)
Revision
6205 -
Directory Listing
Modified
Tue Nov 30 22:40:10 2010 UTC
(2 years, 5 months ago)
by
mika
only use interfaces that are up (closes: #600591)
Revision
6204 -
Directory Listing
Modified
Tue Nov 30 22:40:07 2010 UTC
(2 years, 5 months ago)
by
mika
use hostname= from the kernel command line (closes: #601750)
remove call of live config script
Revision
6202 -
Directory Listing
Modified
Sat Nov 27 09:35:33 2010 UTC
(2 years, 5 months ago)
by
mt
updated experimental patches to match current trunk
Revision
6194 -
Directory Listing
Modified
Sat Nov 13 11:41:58 2010 UTC
(2 years, 6 months ago)
by
mt
setup-storage_improved-parted-parser-error merged into trunk
Revision
6189 -
Directory Listing
Modified
Tue Nov 9 12:49:50 2010 UTC
(2 years, 6 months ago)
by
mt
Moved TMPFS-related change into proper patch (was in setup-storage_tmpfs patch,
but got errornously merged into trunk in r5907 at a wrong point, fixed by Julien
in r6187)
Revision
6186 -
Directory Listing
Modified
Mon Nov 8 15:39:21 2010 UTC
(2 years, 6 months ago)
by
mt
Hardcode 63 sectors gap at beginning of disk; disk geometries are fake anyway
Revision
6178 -
Directory Listing
Modified
Thu Nov 4 14:10:24 2010 UTC
(2 years, 6 months ago)
by
mt
Added patch to included parted output line if parsing parted output fails (the
mysterious Table header not seen yet).
Revision
6171 -
Directory Listing
Modified
Fri Oct 29 11:55:49 2010 UTC
(2 years, 6 months ago)
by
mt
Updated experimental to match current trunk, added attempt to fix pvcreate error
in case of flushed MBR
Revision
6166 -
Directory Listing
Modified
Tue Oct 19 09:59:13 2010 UTC
(2 years, 7 months ago)
by
mt
Removed translation to grub device names as it shouldn't be necessary, according
to the grub-install man page (thanks andrew bezella for pointing this out)
Revision
6165 -
Directory Listing
Modified
Sun Oct 17 08:26:57 2010 UTC
(2 years, 7 months ago)
by
mt
The base system should better be extracted before we attempt to bind-mount /dev
and /proc
Revision
6164 -
Directory Listing
Modified
Sat Oct 16 13:20:49 2010 UTC
(2 years, 7 months ago)
by
mt
Create data directory, if /tmp/fai doesn't exist and $LOGDIR is not set,
otherwise fail.
Revision
6163 -
Directory Listing
Modified
Sat Oct 16 12:53:31 2010 UTC
(2 years, 7 months ago)
by
mt
bind-mount /dev and /proc into target and call grub-install inside chroot; this
is what other installers do, as researched by Mika. This will finally fix
#523617.
Revision
6161 -
Directory Listing
Modified
Sat Oct 16 12:05:27 2010 UTC
(2 years, 7 months ago)
by
mt
Do not require that $LOGDIR and $disklist are set in the environment when
calling setup-storage, use sane defaults instead: $LOGDIR defaults to /tmp/fai,
$disklist is set by calling disk-info | sort (suggested by Michael Prokop
<mika@debian.org>).
Revision
6159 -
Directory Listing
Modified
Fri Oct 15 11:09:55 2010 UTC
(2 years, 7 months ago)
by
mika
Release new version 3.4.4.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6158 -
Directory Listing
Modified
Fri Oct 15 11:09:42 2010 UTC
(2 years, 7 months ago)
by
mika
setup-storage/Commands.pm: Quote fs argument in parted mkpart calls
Special characters may be in use that confuse the shell as in, e.g.,
linux-swap(v1) (thanks Peter Kruse for the patch).
Revision
6157 -
Directory Listing
Modified
Fri Oct 15 11:09:28 2010 UTC
(2 years, 7 months ago)
by
mika
install_packages: Fix dpkg hold output
Thanks Michael Log <mmlogin@gmail.com> for the patch.
Revision
6156 -
Directory Listing
Modified
Fri Oct 15 11:09:13 2010 UTC
(2 years, 7 months ago)
by
mika
fai-guide.txt: Improved documentation of hooks
Thanks Peter Bittner for providing the text.
Revision
6155 -
Directory Listing
Modified
Fri Oct 15 11:08:52 2010 UTC
(2 years, 7 months ago)
by
mika
examples/simple/disk_config/FAIBASE: Added bootable:1, which is still necessary on some systems
Thanks Maximiliano Curia for reporting this.
Revision
6154 -
Directory Listing
Modified
Fri Oct 15 11:08:26 2010 UTC
(2 years, 7 months ago)
by
mika
fai, make-fai-nfsroot: Use df -P for guaranteed one-line-is-one-mount output
Thanks michael log <mmlogin@gmail.com> for the patch.
Revision
6153 -
Directory Listing
Modified
Fri Oct 15 11:07:32 2010 UTC
(2 years, 7 months ago)
by
mika
bin/fai-cd: fix quote handling of rsync check
Make sure the check for rsync executable returns the proper
value. Avoid "&&" logic and use if...then.. instead. More
details in thread "fai-cd: quotes around command for -x test" on
linux-fai-devel mailinglist.
Thanks: Michael Log <mmlogin@gmail.com>
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6152 -
Directory Listing
Modified
Fri Oct 15 11:06:25 2010 UTC
(2 years, 7 months ago)
by
mika
bin/install_packages: mention import variables $aptoptions and $FAI_DEBSOURCESDIR
Thanks: Michael Log <mmlogin@gmail.com>
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6151 -
Directory Listing
Modified
Fri Oct 15 11:05:50 2010 UTC
(2 years, 7 months ago)
by
mika
man/fai-class.1: replace dpkg --print-installation-architecture with --print-architecture
Thanks: Michael Log <mmlogin@gmail.com>
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6150 -
Directory Listing
Modified
Fri Oct 15 11:05:02 2010 UTC
(2 years, 7 months ago)
by
mika
fai: re-add support for hostname=... bootoption when using live-config
live-config provides hostname handling through a separate script
and $HOSTNAME of bootoption hostname=... isn't available in the
environment any longer.
The argument of the bootoption HOSTNAME=... (uppercase) would be
available in the environment but as we want to be backwards
compatible and continue supporting the hostname=... bootoption
we've to use live-config accordingly if it's available.
Thanks for the bugreport and the initial patch to Karl Wallner.
Thanks: Karl Wallner <fai@karlwallner.de>
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6149 -
Directory Listing
Modified
Fri Oct 15 11:04:11 2010 UTC
(2 years, 7 months ago)
by
mika
reinclude code which is needed (closes: #599305)
Revision
6148 -
Directory Listing
Modified
Fri Oct 15 09:43:33 2010 UTC
(2 years, 7 months ago)
by
mika
fcopy_symlinks: adjust credits in patch comment
Revision
6147 -
Directory Listing
Modified
Thu Oct 14 23:26:08 2010 UTC
(2 years, 7 months ago)
by
mt
Several patches merged into trunk
Revision
6135 -
Directory Listing
Modified
Thu Oct 14 22:41:48 2010 UTC
(2 years, 7 months ago)
by
mt
hostname -> HOSTNAME change isn't necessary, has been fixed properly
Revision
6134 -
Directory Listing
Modified
Thu Oct 14 16:00:39 2010 UTC
(2 years, 7 months ago)
by
mika
README: replace lenny with squeeze
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6123 -
Directory Listing
Modified
Tue Oct 12 22:30:55 2010 UTC
(2 years, 7 months ago)
by
mt
Added michael log's patch for df calls
Revision
6122 -
Directory Listing
Modified
Tue Oct 12 21:33:54 2010 UTC
(2 years, 7 months ago)
by
mt
Trying to fix problems reported by Peter Kruse
Revision
6120 -
Directory Listing
Modified
Sat Oct 9 19:49:06 2010 UTC
(2 years, 7 months ago)
by
mt
Added Peter Kruse's patch for the linux-swap(v1) + preserve issue
Revision
6119 -
Directory Listing
Modified
Sat Oct 9 19:18:00 2010 UTC
(2 years, 7 months ago)
by
mt
Added Peter's suggested improvement for hooks documentation
Revision
6116 -
Directory Listing
Modified
Tue Oct 5 15:18:01 2010 UTC
(2 years, 7 months ago)
by
mika
Release new version 3.4.3.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6115 -
Directory Listing
Modified
Tue Oct 5 15:17:48 2010 UTC
(2 years, 7 months ago)
by
mika
Clarify error message in case of invalid use of swap/luks in disk_config
setup-storage/Parser.pm: Clarify error message in case of invalid use of
swap/luks (thanks Patrick Schoenfeld for pointing this out).
Revision
6114 -
Directory Listing
Modified
Tue Oct 5 15:17:29 2010 UTC
(2 years, 7 months ago)
by
mika
Release new version 3.4.3~rc1.
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6113 -
Directory Listing
Modified
Tue Oct 5 15:17:20 2010 UTC
(2 years, 7 months ago)
by
mika
fix homepage url
Revision
6112 -
Directory Listing
Modified
Tue Oct 5 15:16:57 2010 UTC
(2 years, 7 months ago)
by
mika
Rework mdadm output parsing code to make it more tolerant to changes in the output format
Revision
6111 -
Directory Listing
Modified
Tue Oct 5 15:16:47 2010 UTC
(2 years, 7 months ago)
by
mika
remove unused code (closes: #596055)
code is not used, since shadowconfig is always on
Revision
6110 -
Directory Listing
Modified
Tue Oct 5 15:16:40 2010 UTC
(2 years, 7 months ago)
by
mika
add more detailed list of tasks
Revision
6109 -
Directory Listing
Modified
Tue Oct 5 15:16:27 2010 UTC
(2 years, 7 months ago)
by
mika
new date
Revision
6108 -
Directory Listing
Modified
Tue Oct 5 15:16:14 2010 UTC
(2 years, 7 months ago)
by
mika
fix link and date
Revision
6107 -
Directory Listing
Modified
Tue Oct 5 15:15:57 2010 UTC
(2 years, 7 months ago)
by
mika
new domain name for the project
Conflicts:
3.4/bin/fai-mirror
examples/simple/files/etc/approx/approx.conf/FAISERVER
Signed-off-by: Michael Prokop <mika@debian.org>
Revision
6106 -
Directory Listing
Modified
Tue Oct 5 15:15:39 2010 UTC
(2 years, 7 months ago)
by
mika
fix url
Revision
6105 -
Directory Listing
Modified
Tue Oct 5 15:15:23 2010 UTC
(2 years, 7 months ago)
by
mika
remove netmask from IP address (closes: #597870)
Revision
6104 -
Directory Listing
Modified
Tue Oct 5 15:15:11 2010 UTC
(2 years, 7 months ago)
by
mika
Fix preserve for RAID
Preserving a RAID volume did not work:
- mdadm --detail --scan doesn't give information on non-assembled
arrays, leading setup-storage to think there aren't any;
- preserved arrays must be assembled before setup-storage calls
fai-vol-id;
- (minor) always_format was not initialized for RAID arrays.
Revision
6103 -
Directory Listing
Modified
Tue Oct 5 15:15:01 2010 UTC
(2 years, 7 months ago)
by
mika
raise importance of libproc-daemon-perl to Recommends (closes: #593089)
Conflicts:
3.4/debian/control
Revision
6102 -
Directory Listing
Modified
Tue Oct 5 15:14:45 2010 UTC
(2 years, 7 months ago)
by
mika
Fixed a whitespace/table alignment issue (not even worth a changelog entry,
IMHO)
Revision
6101 -
Directory Listing
Modified
Tue Oct 5 15:14:33 2010 UTC
(2 years, 7 months ago)
by
mika
setup-storage/Fstab.pm: Don't resolve LVM devices via readlink (thanks Brian Kroth for suggesting a similar patch).
The underlying canoncial path names aren't stable across reboots, hence these
must not be used.
Closes: #597238
Revision
6100 -
Directory Listing
Modified
Tue Oct 5 15:14:17 2010 UTC
(2 years, 7 months ago)
by
mika
add Julien
Revision
6099 -
Directory Listing
Modified
Mon Oct 4 14:11:52 2010 UTC
(2 years, 7 months ago)
by
mt
Make sure we have exist_$device set for each preserved partition, even in case
:all is in use
Revision
6098 -
Directory Listing
Modified
Mon Oct 4 07:45:35 2010 UTC
(2 years, 7 months ago)
by
mt
Added some of the fixes apparently required for Squeeze; some more reported
problems require additional discussion, will post to ML
Revision
6094 -
Directory Listing
Modified
Fri Oct 1 17:31:10 2010 UTC
(2 years, 7 months ago)
by
mika
bin/make-fai-nfsroot: change check for /usr/share/live-initramfs to /usr/share/initramfs-tools/scripts/live
The check for directory $NFSROOT/usr/share/live-initramfs fails
starting with live-boot 2.0.0-1 due to renamed directories.
Checking for executable file /usr/share/initramfs-tools/scripts/live
works indepent from the live-initramfs/live-boot[-initramfs-tools]
version.
Closes: #595365
Conflicts:
3.4/bin/make-fai-nfsroot
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6093 -
Directory Listing
Modified
Fri Oct 1 16:39:46 2010 UTC
(2 years, 7 months ago)
by
mt
Updated experimental patches to match current trunk
Revision
6087 -
Directory Listing
Modified
Thu Sep 30 10:57:00 2010 UTC
(2 years, 7 months ago)
by
mt
Don't mark extended partitions as preserve, even if preserve_*:all is in effect
Revision
6084 -
Directory Listing
Modified
Sun Sep 26 17:08:12 2010 UTC
(2 years, 7 months ago)
by
mt
Added note on the need for busybox for using crypto devices
Revision
6083 -
Directory Listing
Modified
Sun Sep 26 14:05:57 2010 UTC
(2 years, 7 months ago)
by
mt
Trying to fix luks+passphrase code
Revision
6082 -
Directory Listing
Modified
Sat Sep 25 22:55:00 2010 UTC
(2 years, 7 months ago)
by
mt
Added patch for supporting luks:"<pass>" pseudo-type in setup-storage
Revision
6081 -
Directory Listing
Modified
Sat Sep 25 11:42:59 2010 UTC
(2 years, 7 months ago)
by
mt
make preserve_always:all disable all parted operations on the respective disk
Revision
6080 -
Directory Listing
Modified
Sat Sep 25 11:34:06 2010 UTC
(2 years, 7 months ago)
by
mt
Improve/fix encrypt error message
Revision
6079 -
Directory Listing
Modified
Sat Sep 25 11:14:53 2010 UTC
(2 years, 7 months ago)
by
mt
Make sure the opts_all entries are properly defined
Revision
6078 -
Directory Listing
Modified
Sat Sep 25 09:11:54 2010 UTC
(2 years, 7 months ago)
by
mt
only add lvm and raid modules, all the rest will hopefully be auto-deteced by
grub
Revision
6077 -
Directory Listing
Modified
Fri Sep 24 21:22:52 2010 UTC
(2 years, 7 months ago)
by
mt
Updated experimental patches to match current trunk
Revision
6069 -
Directory Listing
Modified
Mon Sep 20 18:02:00 2010 UTC
(2 years, 8 months ago)
by
mt
Added fcopy-copy-symlinks patch
Revision
6066 -
Directory Listing
Modified
Sat Sep 18 13:30:46 2010 UTC
(2 years, 8 months ago)
by
mt
Added pseudo partition type "raw-disk", which will allow to close #589649.
Revision
6065 -
Directory Listing
Modified
Sat Sep 18 07:13:40 2010 UTC
(2 years, 8 months ago)
by
mt
Added ftar rm fix
Revision
6064 -
Directory Listing
Modified
Sat Sep 18 07:01:11 2010 UTC
(2 years, 8 months ago)
by
mt
Added fai-deps by Ingo Wichmann (closes the subclasses bug reports)
Revision
6063 -
Directory Listing
Modified
Fri Sep 17 22:12:06 2010 UTC
(2 years, 8 months ago)
by
mt
Extended no-cylinder-boundaries patch to also provide optional user-defined
partition alignment (using new align-at option)
Revision
6062 -
Directory Listing
Modified
Fri Sep 17 21:14:02 2010 UTC
(2 years, 8 months ago)
by
mt
setup-storage_no-readlink got merged into trunk
Revision
6059 -
Directory Listing
Modified
Fri Sep 17 18:15:26 2010 UTC
(2 years, 8 months ago)
by
mt
don't resolve LVM names via readlink, this breaks several setups
Revision
6058 -
Directory Listing
Modified
Fri Sep 17 17:48:06 2010 UTC
(2 years, 8 months ago)
by
mt
Make 100% a valid size spec (previously, setup-storage would tell you to go away
because not all of the disk is useable (think MBR etc.); now 100% means 100% of
the usable disk space).
Revision
6057 -
Directory Listing
Modified
Fri Sep 17 17:04:13 2010 UTC
(2 years, 8 months ago)
by
mt
Make extra partition for gpt-bios the first one
Revision
6056 -
Directory Listing
Modified
Fri Sep 17 16:14:28 2010 UTC
(2 years, 8 months ago)
by
mt
The GRUB module name seems to be msdospart, not part_msdos
Revision
6055 -
Directory Listing
Modified
Fri Sep 17 15:55:05 2010 UTC
(2 years, 8 months ago)
by
mt
Added new patch to support "all" instead of specifying all indexes for
preserve_always, preserve_reinstall, resize, always_format (suggested by Toomas
Tamm)
Revision
6051 -
Directory Listing
Modified
Fri Aug 27 12:07:07 2010 UTC
(2 years, 8 months ago)
by
mika
Release new version 3.4.1.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6050 -
Directory Listing
Modified
Fri Aug 27 12:06:48 2010 UTC
(2 years, 8 months ago)
by
mika
Enforce execution of mdadm --create only after all partition table manipulations
setup-storage/{Init.pm,Commands.pm}: Enforce execution of mdadm --create
commands to happen after all partition table manipulations.
Revision
6049 -
Directory Listing
Modified
Thu Aug 19 05:42:07 2010 UTC
(2 years, 9 months ago)
by
mt
setup-storage_do-partition-table-first merged into trunk
Revision
6046 -
Directory Listing
Modified
Tue Aug 17 12:59:18 2010 UTC
(2 years, 9 months ago)
by
mika
Release new version 3.4.0.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6045 -
Directory Listing
Modified
Tue Aug 17 12:59:11 2010 UTC
(2 years, 9 months ago)
by
mika
Revert wrongly applied 6326855.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6044 -
Directory Listing
Modified
Tue Aug 17 12:59:03 2010 UTC
(2 years, 9 months ago)
by
mika
new setup-fai-test-environment script create two virtual machines for testing
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6043 -
Directory Listing
Modified
Tue Aug 17 12:58:51 2010 UTC
(2 years, 9 months ago)
by
mika
bin/make-fai-nfsroot: do not divert update-initramfs by default any longer
The FAI generated /etc/kernel-img.conf avoids generation
of the initrd by the kernel by default. The divertion
mechanism from make-fai-nfsroot avoids registration of
the kernel for initramfs-tools and therefor generating
the initrd will not work anymore without specifying the
exact kernel version (instead of just using update-initramfs
with "-k all"). If we avoid the divertion by default
the initrd might be build twice during the setup procedure
but we do not break it, so this should be a good tradeoff.
The -U option ("do not divert") doesn't change the behaviour
anymore but is still available for backward compability
reasons.
If someone still wants to explicitely divert the update-initramfs
script we could introduce a new variable to support that, but
for now lets KISS.
Acked-By: Thomas Lange <lange@debian.org>
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6042 -
Directory Listing
Modified
Tue Aug 17 12:58:45 2010 UTC
(2 years, 9 months ago)
by
mika
simple examples: use GRUB_PC as default, add info header to GRUB and GRUB_PC scripts.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6041 -
Directory Listing
Modified
Tue Aug 17 12:58:39 2010 UTC
(2 years, 9 months ago)
by
mika
package_config/GNOME: drop deprecated packages iceweasel-gnome-support, icedove-gnome-support and gnome-apt.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6040 -
Directory Listing
Modified
Tue Aug 17 12:58:34 2010 UTC
(2 years, 9 months ago)
by
mika
20-hwdetect.source: make sure the kernel module directory drivers/ide/pci exists before using it.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6039 -
Directory Listing
Modified
Tue Aug 17 12:58:29 2010 UTC
(2 years, 9 months ago)
by
mika
conf/NFSROOT, doc/includes/faisetup.txt: drop deprecated aufs-modules-* package.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6038 -
Directory Listing
Modified
Tue Aug 17 12:58:25 2010 UTC
(2 years, 9 months ago)
by
mika
Replace lenny with squeeze in all apt related sources.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6037 -
Directory Listing
Modified
Tue Aug 17 12:58:21 2010 UTC
(2 years, 9 months ago)
by
mika
Add myself as uploader, ack-ed by Thomas Lange.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6036 -
Directory Listing
Modified
Tue Aug 17 12:58:17 2010 UTC
(2 years, 9 months ago)
by
mika
Fix errors in Makefile from missleading merge.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6035 -
Directory Listing
Modified
Tue Aug 17 12:58:13 2010 UTC
(2 years, 9 months ago)
by
mika
minor hyphen-used-as-minus-sign fix
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6034 -
Directory Listing
Modified
Tue Aug 17 12:58:09 2010 UTC
(2 years, 9 months ago)
by
mika
Added sizespec non-terminal to grammer for nicer formatting as suggested by Thomas
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6033 -
Directory Listing
Modified
Tue Aug 17 12:58:05 2010 UTC
(2 years, 9 months ago)
by
mika
savelog.LAST: add ignore pattern
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6032 -
Directory Listing
Modified
Tue Aug 17 12:58:01 2010 UTC
(2 years, 9 months ago)
by
mika
* Makefile, fai-nfsroot.dirs, fai-nfsroot.install, get-boot-info: Install dhclient-fai.conf and dhclient-fai-script into /usr/share/fai instead of /etc/dhcp3 (closes: #585063). * dhcp-edit, control: Updated to work with isc-dhcp-server or dhcp3-server, whichever is available. * fai-guide.txt: Updated to isc-dhcp-server.
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6031 -
Directory Listing
Modified
Tue Aug 17 12:57:58 2010 UTC
(2 years, 9 months ago)
by
mika
savelog.LAST: add ignore pattern
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6030 -
Directory Listing
Modified
Tue Aug 17 12:57:49 2010 UTC
(2 years, 9 months ago)
by
mika
Fix merge conflict in Makefile.
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6029 -
Directory Listing
Modified
Tue Aug 17 12:57:45 2010 UTC
(2 years, 9 months ago)
by
mika
* Makefile, fai-nfsroot.dirs, fai-nfsroot.install, get-boot-info: Install dhclient-fai.conf and dhclient-fai-script into /usr/share/fai instead of /etc/dhcp3 (closes: #585063). * dhcp-edit, control: Updated to work with isc-dhcp-server or dhcp3-server, whichever is available. * fai-guide.txt: Updated to isc-dhcp-server.
Conflicts:
Makefile
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6028 -
Directory Listing
Modified
Tue Aug 17 12:57:40 2010 UTC
(2 years, 9 months ago)
by
mika
Merge fix debian/control
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6027 -
Directory Listing
Modified
Tue Aug 17 12:57:37 2010 UTC
(2 years, 9 months ago)
by
mika
get-config-dir: change error message
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6026 -
Directory Listing
Modified
Tue Aug 17 12:57:33 2010 UTC
(2 years, 9 months ago)
by
mika
Merged a larger number of patches from experimental into trunk:
- setup-storage_used-devs-only
- setup-storage_preserve-lazy
- setup-storage_lvm-preserve2
- setup-storage_resize2fs
- setup-storage_always-format
- setup-storage_parted2.2
- setup-storage_empty-vg
- setup-storage_ramsize
- setup-storage_tmpfs
- setup-storage_external-journal
- setup-storage_cciss-bugfix
- setup-storage_better-parser-errors
- setup-storage_exit-codes
- device2grub_stable_names
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6025 -
Directory Listing
Modified
Tue Aug 17 12:57:29 2010 UTC
(2 years, 9 months ago)
by
mika
fix line break, so normal text line does not start with a dot this makes lintian happy
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6024 -
Directory Listing
Modified
Tue Aug 17 12:57:25 2010 UTC
(2 years, 9 months ago)
by
mika
fai-mirror: use $mirrordir if no argument given (closes: #428597)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6023 -
Directory Listing
Modified
Tue Aug 17 12:57:17 2010 UTC
(2 years, 9 months ago)
by
mika
* fai-mirror: use $mirrordir if no argument given (closes: #428597) * get-config-dir-svn: use exit code of first command of pipe (closes: #557544)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6022 -
Directory Listing
Modified
Tue Aug 17 12:57:10 2010 UTC
(2 years, 9 months ago)
by
mika
make-fai-nfsroot: force creating of symlinks (closes: #588009)
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6020 -
Directory Listing
Modified
Tue Aug 17 12:56:57 2010 UTC
(2 years, 9 months ago)
by
mika
disk_config: use UUID's in fstab
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6019 -
Directory Listing
Modified
Tue Aug 17 12:56:53 2010 UTC
(2 years, 9 months ago)
by
mika
fai-mirror, fai-mirror.8: add option -m
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6018 -
Directory Listing
Modified
Tue Aug 17 12:56:49 2010 UTC
(2 years, 9 months ago)
by
mika
fai-cd: fix, use grub.cfg for grub2
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6017 -
Directory Listing
Modified
Tue Aug 17 12:56:44 2010 UTC
(2 years, 9 months ago)
by
mika
fai-server.install: add missing grub.cfg
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6016 -
Directory Listing
Modified
Tue Aug 17 12:56:42 2010 UTC
(2 years, 9 months ago)
by
mika
grub.cfg, Makefile: add missing grub.cfg to package
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6015 -
Directory Listing
Modified
Tue Aug 17 12:56:38 2010 UTC
(2 years, 9 months ago)
by
mika
fai-cd.8: add option -G
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6014 -
Directory Listing
Modified
Tue Aug 17 12:56:31 2010 UTC
(2 years, 9 months ago)
by
mika
fai-cd: add checks if package download succeeded
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6013 -
Directory Listing
Modified
Tue Aug 17 12:56:28 2010 UTC
(2 years, 9 months ago)
by
mika
control: update to new standards version
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6012 -
Directory Listing
Modified
Tue Aug 17 12:56:23 2010 UTC
(2 years, 9 months ago)
by
mika
fai-guide.txt: add info how to generate the encrypted password
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6011 -
Directory Listing
Modified
Tue Aug 17 12:56:21 2010 UTC
(2 years, 9 months ago)
by
mika
subroutines: new subroutine umount_csspace, so it can be used in user hooks (thanks to Waldemar for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6010 -
Directory Listing
Modified
Tue Aug 17 12:56:17 2010 UTC
(2 years, 9 months ago)
by
mika
fixed syntax error (found by lintian run on experimental builds)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6008 -
Directory Listing
Modified
Tue Aug 17 12:56:09 2010 UTC
(2 years, 9 months ago)
by
mika
* mkramdisks: add option -a, remove use of FAI_NORAMDISK, use FAI_RAMDISKS * subroutines: adjust to new option of mkramdisks
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6007 -
Directory Listing
Modified
Tue Aug 17 12:56:06 2010 UTC
(2 years, 9 months ago)
by
mika
fcopy: do not copy file if preinst script fails (closes: #573044) thanks to Andreas Schuldei for the patch
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6006 -
Directory Listing
Modified
Tue Aug 17 12:56:02 2010 UTC
(2 years, 9 months ago)
by
mika
fai-cd.8: add option -G
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6005 -
Directory Listing
Modified
Tue Aug 17 12:55:57 2010 UTC
(2 years, 9 months ago)
by
mika
remove test which is already done before
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6004 -
Directory Listing
Modified
Tue Aug 17 12:55:52 2010 UTC
(2 years, 9 months ago)
by
mika
fai-cd: add grub2 support (thanks to Sebastian Hetze for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6003 -
Directory Listing
Modified
Tue Aug 17 12:55:43 2010 UTC
(2 years, 9 months ago)
by
mika
fcopy, fai-cd, fai-do-scripts, ftar, fai-debconf, dhcp-edit, fai-class, install_packages, ainsl, fai-mirror, fai-chboot: remove version information, remove e-mail address for bugs
Conflicts:
bin/fai-debconf
bin/fai-mirror
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6002 -
Directory Listing
Modified
Tue Aug 17 12:55:38 2010 UTC
(2 years, 9 months ago)
by
mika
ftar, ftar.8: add xz support
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6001 -
Directory Listing
Modified
Tue Aug 17 12:55:34 2010 UTC
(2 years, 9 months ago)
by
mika
task_sysinfo: remove call of sysinfo (non open source software), check if blkid exists before calling it
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
6000 -
Directory Listing
Modified
Tue Aug 17 12:55:29 2010 UTC
(2 years, 9 months ago)
by
mika
Minor doc bug (wrong path)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5998 -
Directory Listing
Modified
Tue Aug 17 12:55:19 2010 UTC
(2 years, 9 months ago)
by
mika
savelog.LAST: ignore ACPI Warning
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5997 -
Directory Listing
Modified
Tue Aug 17 12:55:13 2010 UTC
(2 years, 9 months ago)
by
mika
fai-do-scripts: add cfengine 3 support
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5996 -
Directory Listing
Modified
Tue Aug 17 12:55:08 2010 UTC
(2 years, 9 months ago)
by
mika
subroutines: /proc + /sys might be empty because they were unmounted inside $FAI_ROOT but are still registered in /etc/mtab outside of $FAI_ROOT, so let's get rid of them outside the chroot as well iff they are present
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5995 -
Directory Listing
Modified
Tue Aug 17 12:55:02 2010 UTC
(2 years, 9 months ago)
by
mika
10-misc, subroutines: move adding /etc/hosts entry from task_prepareapt to config space script, add only if host does not belong to class DHCPC
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5994 -
Directory Listing
Modified
Tue Aug 17 12:54:58 2010 UTC
(2 years, 9 months ago)
by
mika
put ROOTPW into quotes, so empty password will work (thanks to Adrien Cunin for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5993 -
Directory Listing
Modified
Tue Aug 17 12:54:49 2010 UTC
(2 years, 9 months ago)
by
mika
make-fai-nfsroot: fix typo, remove redundant rm command
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5992 -
Directory Listing
Modified
Tue Aug 17 12:54:42 2010 UTC
(2 years, 9 months ago)
by
mika
add $modified, add more messages, fix code for adding a host
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5991 -
Directory Listing
Modified
Tue Aug 17 12:54:38 2010 UTC
(2 years, 9 months ago)
by
mika
Adjust debian/changelog according to latest changes
Acked by Thomas
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5990 -
Directory Listing
Modified
Tue Aug 17 12:54:36 2010 UTC
(2 years, 9 months ago)
by
mika
subroutines, fai: display date of execution (fai_rundate) on startup
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5989 -
Directory Listing
Modified
Tue Aug 17 12:54:31 2010 UTC
(2 years, 9 months ago)
by
mika
add different implementation for dumping variables, thanks to Andreas Schuldei
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5988 -
Directory Listing
Modified
Tue Aug 17 12:54:27 2010 UTC
(2 years, 9 months ago)
by
mika
install_packages.8: fix wording of description of -N option
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5987 -
Directory Listing
Modified
Tue Aug 17 12:54:21 2010 UTC
(2 years, 9 months ago)
by
mika
install_packages: support retrieving sources for Debian based systems using the -s option
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5986 -
Directory Listing
Modified
Tue Aug 17 12:54:15 2010 UTC
(2 years, 9 months ago)
by
mika
subroutines: do not dump bash array variables
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5985 -
Directory Listing
Modified
Tue Aug 17 12:54:10 2010 UTC
(2 years, 9 months ago)
by
mika
make-fai-nfsroot: remove etc/hostname and 70-persistent-net.rules from nfsroot and base.tgz (thanks to Manuel Hachtkemper for the patch)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5984 -
Directory Listing
Modified
Tue Aug 17 12:54:06 2010 UTC
(2 years, 9 months ago)
by
mika
subroutines: use task_error level 420 instead of 855 as discussed with Thomas
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5983 -
Directory Listing
Modified
Tue Aug 17 12:54:00 2010 UTC
(2 years, 9 months ago)
by
mika
doc/error-levels: describe error levels of task_error subroutine
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5982 -
Directory Listing
Modified
Tue Aug 17 12:53:55 2010 UTC
(2 years, 9 months ago)
by
mika
subroutines: add support for task_error to task configure
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5981 -
Directory Listing
Modified
Tue Aug 17 12:53:52 2010 UTC
(2 years, 9 months ago)
by
mika
subroutines, fai: make sure fai exits with the according return code of task action (and all the hooks behind it)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5980 -
Directory Listing
Modified
Tue Aug 17 12:53:49 2010 UTC
(2 years, 9 months ago)
by
mika
setup-storage.8: add info about flag_initial
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5979 -
Directory Listing
Modified
Tue Aug 17 12:53:42 2010 UTC
(2 years, 9 months ago)
by
mika
fai-chboot,fai-chboot.8: add option -P
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5978 -
Directory Listing
Modified
Tue Aug 17 12:53:38 2010 UTC
(2 years, 9 months ago)
by
mika
control: change dependencies on fai-setup-storage
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5977 -
Directory Listing
Modified
Tue Aug 17 12:53:34 2010 UTC
(2 years, 9 months ago)
by
mika
dhcp-edit: new command that adds or removes entries to/from dhcpd.conf
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5976 -
Directory Listing
Modified
Tue Aug 17 12:53:23 2010 UTC
(2 years, 9 months ago)
by
mika
remove unneeded else
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5975 -
Directory Listing
Modified
Tue Aug 17 12:53:11 2010 UTC
(2 years, 9 months ago)
by
mika
remove leading space
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5974 -
Directory Listing
Modified
Tue Aug 17 12:53:07 2010 UTC
(2 years, 9 months ago)
by
mika
changelog entry
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5973 -
Directory Listing
Modified
Tue Aug 17 12:53:00 2010 UTC
(2 years, 9 months ago)
by
mika
move setup-storage into a separate package (fai-setup-storage)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5972 -
Directory Listing
Modified
Tue Aug 17 12:52:46 2010 UTC
(2 years, 9 months ago)
by
mika
disk-info: rename subroutine
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5971 -
Directory Listing
Modified
Tue Aug 17 12:52:41 2010 UTC
(2 years, 9 months ago)
by
mika
make-fai-nfsroot, make-fai-nfsroot.8: add option -B, (closes: #576092) (thanks to Mika Prokop for the patch)
Conflicts:
debian/changelog
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5970 -
Directory Listing
Modified
Tue Aug 17 12:52:35 2010 UTC
(2 years, 9 months ago)
by
mika
added changelog entry for install_packages typo fix
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5968 -
Directory Listing
Modified
Tue Aug 17 12:52:22 2010 UTC
(2 years, 9 months ago)
by
mika
sources.list: fix security.geo.debian.org domain entries
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5967 -
Directory Listing
Modified
Tue Aug 17 12:52:02 2010 UTC
(2 years, 9 months ago)
by
mika
ainsl: exit with 0 if line already exists in the file
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5966 -
Directory Listing
Modified
Tue Aug 17 12:51:57 2010 UTC
(2 years, 9 months ago)
by
mika
mkramdisk: use exit in main routine (closes: #583289)
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5963 -
Directory Listing
Modified
Tue Aug 17 12:51:40 2010 UTC
(2 years, 9 months ago)
by
mika
make-fai-nfsroot: fix typo
Signed-off-by: Michael Prokop <mika@grml.org>
Revision
5962 -
Directory Listing
Modified
Mon Aug 16 15:52:21 2010 UTC
(2 years, 9 months ago)
by
mt
Add dependency of mdadm --create commands on partition table manipulations to
enforce proper order
Revision
5961 -
Directory Listing
Modified
Mon Aug 16 10:55:58 2010 UTC
(2 years, 9 months ago)
by
mt
updated experimental patches to match current trunk
Revision
5959 -
Directory Listing
Modified
Sun Aug 8 00:12:00 2010 UTC
(2 years, 9 months ago)
by
mika
create place for stable branches
Revision
5937 -
Directory Listing
Modified
Tue Aug 3 05:47:25 2010 UTC
(2 years, 9 months ago)
by
mt
simple example DEBIAN patch was merged by Thomas
Revision
5929 -
Directory Listing
Modified
Sun Aug 1 06:54:44 2010 UTC
(2 years, 9 months ago)
by
mt
dhcp-transition patch has been merged into trunk
Revision
5909 -
Directory Listing
Modified
Thu Jul 29 16:32:48 2010 UTC
(2 years, 9 months ago)
by
mt
Merged most of the setup-storage related patches (+device2grub_stable_names)
into trunk, updated further patches to match current trunk
Revision
5906 -
Directory Listing
Modified
Thu Jul 29 15:42:56 2010 UTC
(2 years, 9 months ago)
by
mt
Updated patches to match current trunk
Revision
5882 -
Directory Listing
Modified
Tue Jul 27 06:56:04 2010 UTC
(2 years, 9 months ago)
by
mt
Improvements/bugfixes as suggested by Thomas
Revision
5880 -
Directory Listing
Modified
Tue Jul 27 06:32:46 2010 UTC
(2 years, 9 months ago)
by
mt
updated patches to match current trunk
Revision
5866 -
Directory Listing
Modified
Fri Jul 23 10:09:04 2010 UTC
(2 years, 10 months ago)
by
mt
fixing a bug when LVM is used on entire disks
Revision
5865 -
Directory Listing
Modified
Fri Jul 23 09:08:31 2010 UTC
(2 years, 10 months ago)
by
mt
- updated patches to current trunk
- added patch for dhcp3->dhcp4 transition such that FAI works on both lenny and
squeeze.
Revision
5859 -
Directory Listing
Modified
Sat Jul 10 08:32:31 2010 UTC
(2 years, 10 months ago)
by
mt
Fixed simple-examples_splitout_DEBIAN patch (at least in a way that it applies,
not sure whether this is still complete), update further patches
Revision
5847 -
Directory Listing
Modified
Thu Jul 8 11:46:46 2010 UTC
(2 years, 10 months ago)
by
mgoetze-guest
First attempt to use quilt.
Revision
5845 -
Directory Listing
Modified
Wed Jul 7 16:01:46 2010 UTC
(2 years, 10 months ago)
by
jblache
Patch device2grub to use stable names (by-id) if needed.
Revision
5842 -
Directory Listing
Modified
Tue Jul 6 05:32:59 2010 UTC
(2 years, 10 months ago)
by
mt
Updated patches to match last weekend's work
Revision
5827 -
Directory Listing
Modified
Fri Jul 2 13:33:20 2010 UTC
(2 years, 10 months ago)
by
mt
no duplicate lvremove
Revision
5826 -
Directory Listing
Modified
Fri Jul 2 09:45:13 2010 UTC
(2 years, 10 months ago)
by
mt
proper {pv,lv}remove parameters
Revision
5825 -
Directory Listing
Modified
Thu Jul 1 22:31:00 2010 UTC
(2 years, 10 months ago)
by
mt
- fixed possible dependency problem in LVM preserve
- added patch to avoid useless duplicate rebuild of partition table
Revision
5824 -
Directory Listing
Modified
Thu Jul 1 21:50:26 2010 UTC
(2 years, 10 months ago)
by
mt
- Fixed uninitialized-value bug in external-journal patch
- Rewrote lvm-preserve patch to properly clean up existing volume groups
Revision
5822 -
Directory Listing
Modified
Mon Jun 28 09:53:43 2010 UTC
(2 years, 10 months ago)
by
mt
more complete patch, picking the complete version from Rob
Revision
5821 -
Directory Listing
Modified
Mon Jun 28 09:48:46 2010 UTC
(2 years, 10 months ago)
by
mt
Improved ainsl return code documentation as suggested by Rob
Revision
5820 -
Directory Listing
Modified
Mon Jun 28 09:29:24 2010 UTC
(2 years, 10 months ago)
by
mt
- improved handling of existing LVM volumes
- make setup-storage fail if some subcommand fails
Revision
5819 -
Directory Listing
Modified
Sat Jun 26 07:14:58 2010 UTC
(2 years, 10 months ago)
by
mt
updated patches for current trunk
Revision
5813 -
Directory Listing
Modified
Tue Jun 22 08:59:38 2010 UTC
(2 years, 11 months ago)
by
mt
Improved/fixed extended partition fixes
Revision
5811 -
Directory Listing
Modified
Sun Jun 20 13:23:18 2010 UTC
(2 years, 11 months ago)
by
mt
changed exit code handling of subcommands
Revision
5810 -
Directory Listing
Modified
Sat Jun 19 08:41:04 2010 UTC
(2 years, 11 months ago)
by
mt
More setup-storage patching:
- better parser error messages
- handle extended partitions that aren't the last primary one
Revision
5808 -
Directory Listing
Modified
Fri Jun 18 10:59:15 2010 UTC
(2 years, 11 months ago)
by
mt
setup-storage separate-package patch moved into trunk, updated other patches
Revision
5801 -
Directory Listing
Modified
Mon Jun 7 05:31:04 2010 UTC
(2 years, 11 months ago)
by
mt
patch was merged into trunk by Thomas
Revision
5798 -
Directory Listing
Modified
Fri Jun 4 18:19:11 2010 UTC
(2 years, 11 months ago)
by
mt
added patches from mailinglist posts (ainsl man page, install_packages typo)
Revision
5795 -
Directory Listing
Modified
Tue Jun 1 06:30:39 2010 UTC
(2 years, 11 months ago)
by
mt
added fai-chboot patch (mac address support)
Revision
5794 -
Directory Listing
Modified
Mon May 31 15:13:28 2010 UTC
(2 years, 11 months ago)
by
jblache
Fix BOOT_DEVICES for / or /boot on RAID for real
Revision
5792 -
Directory Listing
Modified
Sat May 29 16:48:43 2010 UTC
(2 years, 11 months ago)
by
mt
added bugfix for cciss-without-partition problem
Revision
5791 -
Directory Listing
Modified
Fri May 28 15:44:15 2010 UTC
(2 years, 11 months ago)
by
jblache
Dummy change to test the build script
Revision
5790 -
Directory Listing
Modified
Fri May 28 11:29:35 2010 UTC
(2 years, 11 months ago)
by
mt
make sure all files belong to the "fai" group
Revision
5789 -
Directory Listing
Modified
Fri May 28 10:31:03 2010 UTC
(2 years, 11 months ago)
by
jblache
- Fix Perl warnings on partitions with no mount point defined
- Fix boot devices code for /boot on RAID
Revision
5788 -
Directory Listing
Modified
Thu May 27 20:20:21 2010 UTC
(2 years, 11 months ago)
by
mt
corrupted whitespace
Revision
5787 -
Directory Listing
Modified
Thu May 27 20:14:01 2010 UTC
(2 years, 11 months ago)
by
mt
chmod will fail in parts, but that's ok.
Revision
5786 -
Directory Listing
Modified
Thu May 27 19:50:59 2010 UTC
(2 years, 11 months ago)
by
mt
updated build script that should fix the permission issues
Revision
5785 -
Directory Listing
Modified
Thu May 27 15:42:16 2010 UTC
(2 years, 11 months ago)
by
jblache
Add support for:
- partition sizes defined relative to the amount of RAM
- tmpfs volumes
- external journal for ext3/4 and XFS
Revision
5784 -
Directory Listing
Modified
Wed May 26 07:29:29 2010 UTC
(2 years, 11 months ago)
by
mt
dummy change to force experimental rebuild after alioth fix
Revision
5783 -
Directory Listing
Modified
Tue May 25 18:04:32 2010 UTC
(2 years, 11 months ago)
by
mt
added Waldemar's/Thorsten's eval_cmdline patch
Revision
5780 -
Directory Listing
Modified
Fri Apr 30 06:18:19 2010 UTC
(3 years ago)
by
mt
grub_dev already has parentheses; thanks Waldemar!
Revision
5779 -
Directory Listing
Modified
Wed Apr 28 21:53:58 2010 UTC
(3 years ago)
by
mt
- added grub-mkdevicemap call to 10-setup for grub-pc
- don't touch hash entries that might not exist
Revision
5778 -
Directory Listing
Modified
Wed Apr 28 12:26:29 2010 UTC
(3 years ago)
by
mt
further cleanup of grub script
Revision
5777 -
Directory Listing
Modified
Wed Apr 28 12:15:46 2010 UTC
(3 years ago)
by
mt
BOOT_DEVICE holds physical disks now
Revision
5773 -
Directory Listing
Modified
Tue Apr 20 11:38:04 2010 UTC
(3 years, 1 month ago)
by
mt
use absolute path names for devices
Revision
5772 -
Directory Listing
Modified
Tue Apr 20 08:17:51 2010 UTC
(3 years, 1 month ago)
by
mt
Fix volume group size reading bug
Revision
5771 -
Directory Listing
Modified
Fri Apr 16 18:29:27 2010 UTC
(3 years, 1 month ago)
by
mt
fixed bug in preserve-handling for LVM; a strange no, don't really know why I
had this "last;" in there.
Revision
5770 -
Directory Listing
Modified
Thu Apr 15 13:37:17 2010 UTC
(3 years, 1 month ago)
by
mt
- updated grub-pc patch according to Waldemar's info
- added patch to avoid uninitialized variable warnings with parted 2.2
Revision
5769 -
Directory Listing
Modified
Tue Apr 13 19:48:46 2010 UTC
(3 years, 1 month ago)
by
mt
added -p to e2fsck call
Revision
5768 -
Directory Listing
Modified
Tue Apr 13 11:30:43 2010 UTC
(3 years, 1 month ago)
by
mt
fixed stupid copy&paste bug
Revision
5767 -
Directory Listing
Modified
Tue Apr 13 09:02:12 2010 UTC
(3 years, 1 month ago)
by
mt
make partition nr. 1 start at sector 63 (that requirement was dropped in earlier
versions of the no-cylinder-boundaries-patch, but AFAIK grub relies on that
space)
Revision
5766 -
Directory Listing
Modified
Tue Apr 13 08:39:38 2010 UTC
(3 years, 1 month ago)
by
mt
run e2fsck before resize2fs
Revision
5765 -
Directory Listing
Modified
Tue Apr 13 08:01:05 2010 UTC
(3 years, 1 month ago)
by
mt
e2fsprogs is essential anyway
Revision
5764 -
Directory Listing
Modified
Tue Apr 13 07:33:57 2010 UTC
(3 years, 1 month ago)
by
mt
Added mika's patch to split out setup-storage into it's own package
Revision
5763 -
Directory Listing
Modified
Tue Apr 13 07:17:31 2010 UTC
(3 years, 1 month ago)
by
mt
adapted build script to new experimental/ location
Revision
5762 -
Directory Listing
Modified
Mon Apr 12 11:31:30 2010 UTC
(3 years, 1 month ago)
by
lange
move experimental branch to make it more visible
Revision
5623 -
Directory Listing
Modified
Fri Oct 30 09:25:42 2009 UTC
(3 years, 6 months ago)
by
ifo-guest
Remove unnecessary file
Revision
5621 -
Directory Listing
Modified
Thu Oct 29 16:12:46 2009 UTC
(3 years, 6 months ago)
by
ifo-guest
Import of current LHM FAI branch based on FAI 3.2.16
Revision
5285 -
Directory Listing
Modified
Wed Feb 25 21:37:47 2009 UTC
(4 years, 2 months ago)
by
holger
reworded very much like suggested by Michael Tautschnig
Revision
5284 -
Directory Listing
Modified
Wed Feb 25 12:31:00 2009 UTC
(4 years, 2 months ago)
by
holger
changelog entry:
+ * Fix regex in setup-storage/Parser.pm to not force a space onto VG / LV
+ names, which is illegal for such ids, thanks Frederic Blanc for the patch.
+ (Closes: #516849)
Michael (T.), do you agree with this wording? (And please re-check the actual diff I commited :) It seems fine to me. :)
This has been commited against trunk, branches/lenny, tags/3.2.17 and tags/3.2.17~lenny1 - the latter two will be uploaded to sid and stable as soon as Thomas gives his ACK.
Revision
5282 -
Directory Listing
Modified
Sun Feb 22 15:36:48 2009 UTC
(4 years, 3 months ago)
by
holger
revert the temporary commit to bring back the right changelog for this branch
Revision
5280 -
Directory Listing
Modified
Sun Feb 22 15:30:59 2009 UTC
(4 years, 3 months ago)
by
holger
temporary commit to be able to svn-copy this over to tags/3.2.17
Revision
5278 -
Directory Listing
Modified
Sun Feb 22 15:27:04 2009 UTC
(4 years, 3 months ago)
by
holger
* fai 3.2.17 and 3.2.17~lenny1 are identical - the difference in version
number is only due to the way packages move within Debian releases.
* Added myself to uploaders.
Revision
5275 -
Directory Listing
Modified
Sat Feb 21 16:39:05 2009 UTC
(4 years, 3 months ago)
by
holger
fix version number, needed as fai is a native package
Revision
5274 -
Directory Listing
Modified
Sat Feb 21 16:27:29 2009 UTC
(4 years, 3 months ago)
by
holger
- improve changelog message
- prepare upload to stable-proposed-updates
Revision
5273 -
Directory Listing
Modified
Fri Feb 20 10:44:06 2009 UTC
(4 years, 3 months ago)
by
holger
* device2grub: Add /dev/i2o/hdX to the list of recognized devices. Thanks
to Jürgen Kahnert for the patch. (Closes: #515101)
Revision
5272 -
Directory Listing
Modified
Tue Feb 17 14:17:31 2009 UTC
(4 years, 3 months ago)
by
holger
* fai-mirror: honor $debug and $qflag environment variables, thanks to
Michael Tautschnig. (Closes: #494431)
Revision
5270 -
Directory Listing
Modified
Tue Feb 17 13:58:37 2009 UTC
(4 years, 3 months ago)
by
holger
fix typo
Revision
5269 -
Directory Listing
Modified
Tue Feb 17 13:43:53 2009 UTC
(4 years, 3 months ago)
by
holger
Thank Andrew :-)
(and for those watching at home, this is coordinated with Mrfai on IRC :)
Revision
5267 -
Directory Listing
Modified
Tue Feb 17 13:40:34 2009 UTC
(4 years, 3 months ago)
by
holger
fai (3.2.16-lenny1) UNRELEASED; urgency=low
* Added myself to uploads to avoid NMU warnings.
* Fix typo in fai-do-scripts. (Closes: #504662)
Revision
5266 -
Directory Listing
Modified
Tue Feb 17 13:35:28 2009 UTC
(4 years, 3 months ago)
by
holger
new branch for updates in lenny
Revision
3 -
Directory Listing
Modified
Tue Jun 27 08:57:41 2000 UTC
(12 years, 10 months ago)
by
(unknown author)
This commit was manufactured by cvs2svn to create branch 'source-dist'.
Revision
1 -
Directory Listing
Added
Tue Jun 27 08:57:41 2000 UTC
(12 years, 10 months ago)
by
(unknown author)
New repository initialized by cvs2svn.