手册页部分 1M: 系统管理命令

退出打印视图

更新时间: 2014 年 7 月
 
 

mkbootmedia(1M)

名称

mkbootmedia - create bootable Solaris ISO image

用法概要

/usr/bin/mkbootmedia -v [-l label] media-root iso

描述

The mkbootmedia utility takes media-root (the root of an on-disk Solaris install media) as input and creates a bootable Solaris ISO image in the file iso, using mkisofs(8). The file can then be burned onto a CD/DVD with utilities such as cdrw(1) or cdrecord(1). (Neither mkisofs(8) nor cdrecord(1) are SunOS man pages.)


Caution

注意  - The directory tree media-root must contain the file boot/grub/stage2_eltorito, which will be written to the media boot sectors. This file will be modified with some boot information, thus it must be writable. If necessary, first save a copy prior to running this utility.


选项

The following options are supported:

–l label

Sets label as the label/volume name of the ISO image.

–v

Verbose. Multiple –v options increase verbosity.

操作数

The following operands are supported:

media-root

Top-level directory of an on-disk Solaris install media.

iso

Name of the output file which will contain the resulting ISO image.

示例

示例 1 Creating an ISO Image and Burning a CD/DVD

The following commands create an ISO image from the content of s10u1 and burn the image to a CD/DVD.

# /usr/bin/mkbootmedia s10u1 s10u1.iso
# /usr/bin/cdrw -i s10u1.iso

属性

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/core-os
Interface Stability
Committed

另请参见

cdrw(1), attributes(5)

mkisofs(8), (/usr/share/man/man8/mkisofs.8), in the SUNWfsman package (not a SunOS man page)