summaryrefslogtreecommitdiffstats
path: root/release/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-08-29 19:52:33 +0000
committermarcel <marcel@FreeBSD.org>2004-08-29 19:52:33 +0000
commit24bab9daefa9d7a81dc39692a8f59807d9a8bf67 (patch)
tree16da4d93286cffaf5917a03effc8f8e13bcf5ac5 /release/ia64
parentff465de13abe12f499370e2521140187f7f4a89d (diff)
downloadFreeBSD-src-24bab9daefa9d7a81dc39692a8f59807d9a8bf67.zip
FreeBSD-src-24bab9daefa9d7a81dc39692a8f59807d9a8bf67.tar.gz
Put the ispfw.ko module on the EFI boot partition when creating a
bootable ISO. HP machines (like the rx2600) that (also) have isp(4) may have a non-standard firmware on the controller. Our isp(4) driver is not able to work with those and even panics. This makes installing FreeBSD rather impossible. By adding the ispfw.ko module, we give the user a chance to upload a certified firmware onto the card and so make it possible to either use the isp(4) successfully or otherwise avoid the panic.
Diffstat (limited to 'release/ia64')
-rw-r--r--release/ia64/mkisoimages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/ia64/mkisoimages.sh b/release/ia64/mkisoimages.sh
index 54ea8f7..b4683d8 100644
--- a/release/ia64/mkisoimages.sh
+++ b/release/ia64/mkisoimages.sh
@@ -76,6 +76,7 @@ if [ $bootable = yes ]; then
mkdir -p $MNT/efi/boot $MNT/boot $MNT/boot/kernel
cp -R $BASE/boot/defaults $MNT/boot
cp $BASE/boot/kernel/kernel $MNT/boot/kernel
+ cp $BASE/boot/kernel/ispfw.ko $MNT/boot/kernel
cp $BASE/boot/device.hints $MNT/boot
cp $BASE/boot/loader.* $MNT/boot
cp $BASE/boot/mfsroot.gz $MNT/boot
OpenPOWER on IntegriCloud