svn commit: r341446 - head/release/amd64

Yuri Pankov yuripv at FreeBSD.org
Tue Dec 4 00:18:57 UTC 2018


Oliver Pinter wrote:
> 
> 
> On Monday, December 3, 2018, Yuri Pankov <yuripv at freebsd.org
> <mailto:yuripv at freebsd.org>> wrote:
> 
>     Author: yuripv
>     Date: Mon Dec  3 22:31:57 2018
>     New Revision: 341446
>     URL: https://svnweb.freebsd.org/changeset/base/341446
>     <https://svnweb.freebsd.org/changeset/base/341446>
> 
>     Log:
>       mkisoimages.sh: don't use -p flag when copying loader.efi to msdosfs.
> 
>       This fixes 'cdrom' target in the case when world was built by user,
>       and not root.
> 
>       Reviewed by:  imp
>       Differential revision:        https://reviews.freebsd.org/D18414
>     <https://reviews.freebsd.org/D18414>
> 
> 
> This was a known issue
>https://lists.freebsd.org/pipermail/svn-src-head/2018-November/119689.html

Sorry, I missed that.

Looking at the HBSD change, does chmod step have any significance?

>     Modified:
>       head/release/amd64/mkisoimages.sh
> 
>     Modified: head/release/amd64/mkisoimages.sh
>     ==============================================================================
>     --- head/release/amd64/mkisoimages.sh   Mon Dec  3 22:09:23 2018   
>         (r341445)
>     +++ head/release/amd64/mkisoimages.sh   Mon Dec  3 22:31:57 2018   
>         (r341446)
>     @@ -49,7 +49,7 @@ if [ "$1" = "-b" ]; then
>             mkdir efi
>             mount -t msdosfs /dev/$device efi
>             mkdir -p efi/efi/boot
>     -       cp -p "$BASEBITSDIR/boot/loader.efi" efi/efi/boot/bootx64.efi
>     +       cp "$BASEBITSDIR/boot/loader.efi" efi/efi/boot/bootx64.efi
>             umount efi
>             rmdir efi
>             mdconfig -d -u $device
>     _______________________________________________
>     svn-src-head at freebsd.org <mailto:svn-src-head at freebsd.org> mailing list
>     https://lists.freebsd.org/mailman/listinfo/svn-src-head
>     <https://lists.freebsd.org/mailman/listinfo/svn-src-head>
>     To unsubscribe, send any mail to
>     "svn-src-head-unsubscribe at freebsd.org
>     <mailto:svn-src-head-unsubscribe at freebsd.org>"
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20181204/6aac1f69/attachment.sig>


More information about the svn-src-head mailing list