micro-patch for setup-storage
Thomas Neumann
blacky+fai at fluffbunny.de
Mon Jun 25 23:10:24 CEST 2012
[Sorry for this monologue, but I think I got it sorted out now.]
It seems I got the conditional wrong here:
if ( scalar(grep(m{^$cur$}, @pre_deps)) == 0 ) {
next COMMAND;
}
If I change it into:
if ( scalar(grep(m{^$cur$}, @pre_deps)) != 0 ) {
next COMMAND;
}
Then I have a working FAI 4.0 installation with dracut-nfsroot and LVM
disk configuration. Simple disk partitioning without LVM works too.
Attached is the full patch for 'version 2)'.
tschüß
thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Commands.pm_patch
Type: application/octet-stream
Size: 649 bytes
Desc: not available
URL: <http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20120625/a967e2a0/attachment.obj>
More information about the linux-fai
mailing list