Author: marcel
Date: Sun Nov 27 20:14:00 2011
New Revision: 228044
URL: http://svn.freebsd.org/changeset/base/228044

Log:
  MFC rev. 227283, stable/9 rev. 228043:
  Add check-password.4th and screen.4th to the boot image. They are
  needed by the loader.
  
  Approved by:  re (kib)

Modified:
  releng/9.0/release/ia64/mkisoimages.sh
Directory Properties:
  releng/9.0/release/   (props changed)

Modified: releng/9.0/release/ia64/mkisoimages.sh
==============================================================================
--- releng/9.0/release/ia64/mkisoimages.sh      Sun Nov 27 20:12:08 2011        
(r228043)
+++ releng/9.0/release/ia64/mkisoimages.sh      Sun Nov 27 20:14:00 2011        
(r228044)
@@ -64,6 +64,8 @@ if [ $bootable = yes ]; then
        cp $BASE/boot/mfsroot.gz $MNT/boot
     fi
     cp $BASE/boot/support.4th $MNT/boot
+    cp $BASE/boot/check-password.4th $MNT/boot
+    cp $BASE/boot/screen.4th $MNT/boot
     mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi
     umount $MNT
     mdconfig -d -u $md
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to