Package: fai
Version: 2.8.4
Severity: normal

here's a quick-n-dirty patch that works for me:

--- /usr/lib/fai/sbin/setup_harddisks   2005-07-11 15:49:30.283365743 +0200
+++ setup_harddisks     2005-07-11 16:46:49.665782804 +0200
@@ -253,7 +253,7 @@
     my ($disk, $partno) = @_;
     my $ppath;
     for ($disk) {
-       /^[a-z]+$/ and $ppath = "${disk}${partno}";
+       /^(i2o\/)?[a-z]+$/ and $ppath = "${disk}${partno}";
        /\d$/ and $ppath = "${disk}p${partno}";
     }
     return $ppath;

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages fai depends on:
ii  libapt-pkg-perl               0.1.13     Perl interface to libapt-pkg
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 

-- debconf information:
* fai/mirrorhost: ftp.debian.org
* fai/installserver: redir1
  fai/run-faisetup-on-install: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to