FAI Stable release 3.4.4 available
Michael Tautschnig
mt at debian.org
Mon Oct 18 16:05:42 CEST 2010
[...]
>
> Would you mind doing that *now*? Well, probably it suffices if you just replace
> 10-setup with the attached version. The code in stable (and trunk) is known to
> work only in very simple cases, but proper testing of our experimental versions
> will help in getting the patches merged. BTW: No, this is not "my" branch, it's
> open to everyone, it just so happens that until now most of the stuff has been
> committed by myself. But it should be very easy to grab the experimental builds,
> as described here:
>
> http://wiki.fai-project.org/index.php/Main_Page#getting_FAI
>
Sorry, I forgot to actually attach 10-setup, as I had promised. Here it is.
Best,
Michael
-------------- next part --------------
#! /bin/bash
error=0 ; trap "error=$((error|1))" ERR
set -a
# during softupdate use this file
[ -r $LOGDIR/disk_var.sh ] && . $LOGDIR/disk_var.sh
[ -z "$BOOT_DEVICE" ] && exit 701
$ROOTCMD grub-mkdevicemap --no-floppy
for device in $BOOT_DEVICE; do
grub_dev=$(device2grub $device)
if [ -z "$grub_dev" ] ; then
grub_dev=$(echo $device | sed 's#^/dev/##')
grub_dev="($grub_dev)"
fi
$ROOTCMD /usr/sbin/grub-install --no-floppy --modules="lvm raid" "$grub_dev"
done
$ROOTCMD update-grub
exit $error
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
Url : http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20101018/39634a6a/attachment.bin
More information about the linux-fai
mailing list