include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
Senaste utgåvenoteringarna på webben | |
---|---|
These release notes may be updated. To view the latest release notes for Fedora, visit: |
The Fedora release includes several live ISO images in addition to the traditional installation images. These ISO images are bootable, and you can burn them to media and use them to try out Fedora. They also include a feature that allows you to install the Live image content to your hard drive for persistence and higher performance.
For a complete list of current spins available, and instructions for using them, refer to:
För att starta från Live-avbilden sätt i skivan i din dator och starta om. För att logga in och använda skrivbordsmiljön ange användarnamnet fedora
. Tryck Returpå lösenordsprompten, eftersom det inte finns något lösenord för detta konto. Live-avbilden loggar inte in automatiskt så att användare kan välja önskat språk först. Efter du loggat in kan du, om du vill, installera innehållet från live-avbilden till din hårddisk, genom att klicka på skrivbordsikonen Installera till hårddisk.
Inget i586-stöd | |
---|---|
i686 Live-avbilderna kan inte startas på en i586-maskin. |
You can do a text mode installation of the Live images using the
liveinst
command in the console.
You can add liveinst
or textinst
as a boot loader option to perform a direct installation without
booting up the live CD/DVD.
Ett annat sätt att använda dessa Live-avbilder är att lägga dem på en USB-minnessticka. För att göra detta, installera paketet livecd-tools från utvecklingsdatalagret. Kör sedan skriptet livecd-iso-to-disk
:
/usr/bin/livecd-iso-to-disk /path/to/live.iso /dev/sdb1
Ersätt /dev/sdb1
med den partition där du vill lägga avbilden.
Detta är inte en destruktiv process; den data du på din USB-sticka behålls.
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
Ersätt /dev/sdb1
med den partition där du vill lägga avbilden.
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.
Följande saker skiljer en normal Fedora-installation från en med live-avbilder.
Live images provide a subset of packages available in the regular DVD image. Both connect to the same repository that has all the packages.
SSH is disabled by default and NetworkManager is enabled by default in the Live images. SSH is disabled because the default username in the Live images does not have any password. Installation to hard disk prompts for creating a new user name and password however. NetworkManager is enabled by default since Live images target desktop users.
Live image installations do not allow any package selection
or upgrade capability since they copy entire the filesystem
from media to hard disk or USB disks. After the installation
is complete and rebooted, packages can be added and removed
as desired with yum
or the other software
management tools.
Live images do not work on i586
architecture.