initCommon(); $template->displayHeader(); ?>

7. Fedora Live 镜像

[提示] 网上最新的发行注记

These release notes may be updated. To view the latest release notes for Fedora, visit:

http://docs.fedoraproject.org/release-notes/

Fedora 的这次发行中在传统安装介质基础上包含了多种 Live 镜像。这些镜像是可启动的,你可以把它们烧录成安装介质来尝试 Fedora。它们还有一种特性,允许你将 Live 镜像的内容安装到硬盘上,这样就能实现永久安装而且有更高的性能。

7.1. 可以获取的镜像类型

For a complete list of current spins available, and instructions for using them, refer to:

http://fedoraproject.org/wiki/CustomSpins

7.2. 使用信息

要从 Live 镜像启动,插入 CD 并重启机器。要登录并使用桌面环境,输入用户名 Fedora。提示密码时按下回车,因为此用户没有密码。这份 Live 镜像不会自动登录,从而使用户有机会选择首选语言。登录后,如果想把 live 镜像上的内容安装到硬盘上,请单击桌面图标 Install to Hard Drive

[注意] 不支持 i586

i686 Live 镜像不能在 i586 系统中启动。

7.3. 文本模式安装

在终端下可以用 liveinst 命令,以文本模式安装 Live 镜像。

7.4. 直接安装

You can add liveinst or textinst as a boot loader option to perform a direct installation without booting up the live CD/DVD.

7.4.1. USB 启动

另一种使用 Live 镜像的方法是把其中的内容放进 USB 中。要这样做,首先安装开发仓库中的 livecd-tools 软件包,然后运行 livecd-iso-to-stick 脚本:

/usr/bin/livecd-iso-to-disk /path/to/live.iso /dev/sdb1

使用你想安装镜像的分区替代 /dev/sdb1

这个过程并不会毁掉USB介质中的数据,你的USB中现有的数据仍然

7.4.2. Live USB Persistence

Work has continued to better integrate the Live images with the rest of the system, and improve the tools used for building them. The livecd-creator utility now also provides an API for building alternative front-ends as well as tools for other types of images.

The initial work to support persistent changes with a Live image has also landed. The primary use case is booting from a Live image on a USB flash drive and storing changes to that same device. To do this, download the Live image and then run the following command:

livecd-iso-to-disk --overlay-size-mb 512 /path/to/live.iso /dev/sdb1

使用你想安装镜像的分区替代 /dev/sdb1

Replace 512 with the desired size in megabytes of the persistent data, or overlay. The livecd-iso-to-disk shell script is stored in the LiveOS directory at the top level of the CD image. The USB media must have sufficient free space for the Live image, plus the overlay, plus any other data to be stored on the media.

7.4.3. 与Fedora常规安装方式的区别

以下列出的是使用Live镜像安装和常规安装方式的几点区别。

  • Live 镜像提供了 DVD 镜像中软件的子集。它们连接到同一个包含所有软件的仓库。

  • Live 镜像中,SSH 被默认禁用,NetworkManager 被默认开启。SSH 被禁用,因为 Live 镜像的默认用户名没有密码。不过,安装到硬盘时,会提示创建新的用户和设置密码。NetworkManager 被开启,因为 Live 镜像是面向桌面用户。

  • Live 镜像安装时不允许选择软件包或升级,因为它只是将完整的文件系统从所在介质中复制到硬盘或 USB 存储设备上。安装完成并重启后,可以用 yum 命令或其他软件管理工具按照需要安装软件包。

  • Live 镜像不能在 i586 体系工作。

displayFooter('$Date: 2008/04/06 10:46:28 $'); ?>