Your message dated Sun, 15 Jun 2008 11:02:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#484788: fixed in fai 3.2.8 has caused the Debian Bug report #484788, regarding fai-client: please add support for some ext2 options in setup_harddisks to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 484788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484788 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: fai-client Version: 3.2 Severity: wishlist Tags: patch Hello, I've patched setup_harddisks to let me set some ext2 format options in disc partitionment files through setup_harddisks : -L <label>, -b <block_size> and -v. Can you include it in the official fai-client package ? with regards, Fred. -- System Information: Debian Release: 4.0 APT prefers etch APT policy: (990, 'etch'), (990, 'stable'), (800, 'unstable'), (800, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.25-svi Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages fai-client depends on: ii file 4.17-5etch3 Determines file type using "magic" ii perl 5.8.8-7etch3 Larry Wall's Practical Extraction fai-client recommends no packages. -- no debconf information--- setup_harddisks.orig 2008-06-02 13:48:34.000000000 +0200 +++ setup_harddisks 2008-06-02 13:53:01.000000000 +0200 @@ -854,6 +854,9 @@ ($MPOptions{$mountpoint} =~ /(\-i\s*\d+)\b/) && ($command .= " $1"); ($MPOptions{$mountpoint} =~ /(\-m\s*\d+)\b/) && ($command .= " $1"); ($MPOptions{$mountpoint} =~ /(\-j)\b/) && ($command .= " $1"); + ($MPOptions{$mountpoint} =~ /(\-b\s*\d+)\b/) && ($command .= " $1"); + ($MPOptions{$mountpoint} =~ /(\-L\s*\S+)\b/) && ($command .= " $1"); + ($MPOptions{$mountpoint} =~ /(\-v)\b/) && ($command .= " $1"); $command .= " /dev/$device"; print " $command\n"; if ($test != 1){
--- End Message ---
--- Begin Message ---Source: fai Source-Version: 3.2.8 We believe that the bug you reported is fixed in the latest version of fai, which is due to be installed in the Debian FTP archive: fai-client_3.2.8_all.deb to pool/main/f/fai/fai-client_3.2.8_all.deb fai-doc_3.2.8_all.deb to pool/main/f/fai/fai-doc_3.2.8_all.deb fai-nfsroot_3.2.8_all.deb to pool/main/f/fai/fai-nfsroot_3.2.8_all.deb fai-quickstart_3.2.8_all.deb to pool/main/f/fai/fai-quickstart_3.2.8_all.deb fai-server_3.2.8_all.deb to pool/main/f/fai/fai-server_3.2.8_all.deb fai_3.2.8.dsc to pool/main/f/fai/fai_3.2.8.dsc fai_3.2.8.tar.gz to pool/main/f/fai/fai_3.2.8.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Lange <[EMAIL PROTECTED]> (supplier of updated fai package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 15 Jun 2008 12:47:16 +0200 Source: fai Binary: fai-client fai-server fai-doc fai-quickstart fai-nfsroot Architecture: source all Version: 3.2.8 Distribution: unstable Urgency: low Maintainer: Thomas Lange <[EMAIL PROTECTED]> Changed-By: Thomas Lange <[EMAIL PROTECTED]> Description: fai-client - Fully Automatic Installation client package fai-doc - Documentation for FAI fai-nfsroot - Fully Automatic Installation nfsroot package fai-quickstart - Fully Automatic Installation quickstart package fai-server - Fully Automatic Installation server package Closes: 277045 330915 356862 380629 416633 484788 Changes: fai (3.2.8) unstable; urgency=low . * Merge setup-storage, the new partitioning tool (closes: #380629, #330915, #277045, #356862, #416633, #484788) * add variable $USE_SETUP_STORAGE * setup-storage: move loading of kernel modules into 20hwdetect.source, print which disk_config setup-storage is using * Commands.pm: print also mountpoint when debugging tuneopts and createopts, fix and document problem when only tuneopts are defined, prevent warnings about uninitialized variables * 20-hwdetect.source: load modules needed for setup-storage * add class SETUPSTORAGE for easy testing Files: 257d2ce6d131bde2515308605eb5dfec 724 admin extra fai_3.2.8.dsc 29534e2875ab2427b3a9001e921cf2ea 266800 admin extra fai_3.2.8.tar.gz d169b1863576417e82467bd469362056 140246 admin extra fai-client_3.2.8_all.deb 2ec5c31acc701cf64d5c754e329e36e8 579288 doc extra fai-doc_3.2.8_all.deb 350cb9bd68b54a85010230ca31547d1c 56216 admin extra fai-server_3.2.8_all.deb 622723b956efe0f82574b4c085c4439d 1870 admin extra fai-quickstart_3.2.8_all.deb 3a2b456fe289846f5384ae172ed3aedc 50362 admin extra fai-nfsroot_3.2.8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIVPQ73BPlTqubZv0RAlsoAKCIi7w48TBqDJSFgpN6BoaA5MHxQwCg6N01 QXE24E2tdhU6u/DjF494Hao= =VDRD -----END PGP SIGNATURE-----
--- End Message ---

