VirtualBox

Changeset 21822 in vbox


Ignore:
Timestamp:
Jul 27, 2009 5:50:10 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50436
Message:

Solaris/Installer: minor boot-archive adjustment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/postinstall.sh

    r21600 r21822  
    167167    # Update boot archive
    168168    BOOTADMBIN=/sbin/bootadm
    169     if test -f "$BOOTADMBIN" || test -h "$BOOTADMBIN"; then
     169    if test -x "$BOOTADMBIN"; then
    170170        echo "Updating boot archive..."
    171171        $BOOTADMBIN update-archive > /dev/null
     172    else
     173        echo "## $BOOTADMBIN not found/executable. Skipped explicit boot-archive update."
    172174    fi
    173175fi
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette