diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 16:38:12 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 16:38:12 +0000 |
| commit | ec65e4f8d0654361df5e97d4de3518edebf76b46 (patch) | |
| tree | 079764e408cabef3872b3d6bc5111d64e7bd006e /usr.sbin/bsdinstall/scripts | |
| parent | beb45c4fd43b92f7d32cc750c5cb39753cc0ee3f (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index b0760815a2a3d..dc0eedcb5a8a3 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -1321,7 +1321,7 @@ zfs_create_boot() # MBR boot loader touch-up if [ "$ZFSBOOT_PARTITION_SCHEME" = "MBR" ]; then f_dprintf "$funcname: Updating MBR boot loader on disks..." - # Stick the ZFS boot loader in the "convienient hole" after + # Stick the ZFS boot loader in the "convenient hole" after # the ZFS internal metadata for disk in $disks; do f_eval_catch $funcname dd "$DD_WITH_OPTIONS" \ |
