From Fedora Project Wiki
(Created page with "{{autolang|base=yes}} <noinclude> Category:LiveMedia </noinclude> == Download and Create Live image or Live USB== To download a pre-built Fedora Live image, visit [https:...")
 
 
Line 3: Line 3:
[[Category:LiveMedia]]
[[Category:LiveMedia]]
</noinclude>
</noinclude>
== Download and Create Live image or Live USB==
== 내려받기와 라이브 이미지 생성 또는 라이브 USB==


To download a pre-built Fedora Live image, visit [https://getfedora.org/ the download page].  Then you can either:
To download a pre-built Fedora Live image, visit [https://getfedora.org/ the download page].  Then you can either:
Line 13: Line 13:
If you want to build and then burn your own custom ISO, see [https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/#proc_creating-and-using-live-cd Creating and using live CD]. ([https://fedoraproject.org/w/index.php?title=how_to_create_and_use_a_Live_CD&action=history Historical versions available here].)
If you want to build and then burn your own custom ISO, see [https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/#proc_creating-and-using-live-cd Creating and using live CD]. ([https://fedoraproject.org/w/index.php?title=how_to_create_and_use_a_Live_CD&action=history Historical versions available here].)


== Advantages and Limitations ==
== 장점과 한계 ==


Benefits:
Benefits:
Line 26: Line 26:
* Once you shutdown a computer running from a Live CD, you will lose any settings or packages installed, but Live USB/SD installations may be configured with persistent storage.
* Once you shutdown a computer running from a Live CD, you will lose any settings or packages installed, but Live USB/SD installations may be configured with persistent storage.


== Fedora Live image features ==
== 페도라 라이브 이미지 기능 ==


Current features:
현재 기능:


# A booted Live CD uses a temporary, in-memory, read-write rootfs, so it's possible to install software for use while the Live CD is running.
# A booted Live CD uses a temporary, in-memory, read-write rootfs, so it's possible to install software for use while the Live CD is running.
Line 40: Line 40:
# API used by LTSP, appliance creator and others.
# API used by LTSP, appliance creator and others.


== Contributors ==
== 공헌자 ==


* [[DavidZeuthen]] - Primary developer and maintainer of [http://hal.freedesktop.org HAL]  and OLPC contributor.
* [[DavidZeuthen]] - Primary developer and maintainer of [http://hal.freedesktop.org HAL]  and OLPC contributor.
Line 46: Line 46:
* [[DouglasMcClendon]] - LiveOS device mapper trickster.
* [[DouglasMcClendon]] - LiveOS device mapper trickster.


== Communicate ==
== 소통 ==


Fedora Live image users and developers can participate and contribute in the discussions happening in the Fedora {{fplist|livecd}} list. ([http://www.redhat.com/mailman/listinfo/fedora-livecd-list predecessor list archives])
Fedora Live image users and developers can participate and contribute in the discussions happening in the Fedora {{fplist|livecd}} list. ([http://www.redhat.com/mailman/listinfo/fedora-livecd-list predecessor list archives])


== Finding the Code ==
== 코드 찾기 ==


The source code for the Live CD tools is maintained in git.  The repository is at https://github.com/livecd-tools/livecd-tools/ .  You can install it easily by installing the 'livecd-tools' package.
The source code for the Live CD tools is maintained in git.  The repository is at https://github.com/livecd-tools/livecd-tools/ .  You can install it easily by installing the 'livecd-tools' package.
Line 56: Line 56:
Kickstart files are in the spin-kickstarts.noarch package.
Kickstart files are in the spin-kickstarts.noarch package.


== Hard Drive Installation ==
== 하드 드라이브 설치 ==


The ability to install to a hard drive is available releases since Fedora 7. After the live media boots, click on the install icon on your desktop to start the installation.  Installation from live image requires that GRUB and the /boot directory be installed onto a drive with an MSDOS partition label, or that the current machine supports EFI booting.  If a pc-clone machine has only GPT hard drives, then you may need to use something such as a USB2.0 flash memory device (with an MSDOS partition label) as an intermediate destination.
The ability to install to a hard drive is available releases since Fedora 7. After the live media boots, click on the install icon on your desktop to start the installation.  Installation from live image requires that GRUB and the /boot directory be installed onto a drive with an MSDOS partition label, or that the current machine supports EFI booting.  If a pc-clone machine has only GPT hard drives, then you may need to use something such as a USB2.0 flash memory device (with an MSDOS partition label) as an intermediate destination.
Line 62: Line 62:
In Fedora 15, instead of clicking the desktop icon, choose Applications->System Tools->Install to Hard Drive from the menu along the top of the screen.
In Fedora 15, instead of clicking the desktop icon, choose Applications->System Tools->Install to Hard Drive from the menu along the top of the screen.


== References ==
== 참조 ==


* [https://web.archive.org/web/20080611062804/http://www-128.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html Mayank Sharma "IBM Developer Works: Build a Fedora Live CD" (archive.org version from June 2008)]
* [https://web.archive.org/web/20080611062804/http://www-128.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html Mayank Sharma "IBM Developer Works: Build a Fedora Live CD" (archive.org version from June 2008)]
* [[LiveOS image]]
* [[LiveOS image]]

Latest revision as of 16:12, 8 June 2021

내려받기와 라이브 이미지 생성 또는 라이브 USB

To download a pre-built Fedora Live image, visit the download page. Then you can either:

If you want to build and then burn your own custom ISO, see Creating and using live CD. (Historical versions available here.)

장점과 한계

Benefits:

  • You can demonstrate features or try out a release, including testing hardware functionality, before hard disk/SSD installation.
  • Live USB/CD/DVD installation is faster than regular installation. Live USB/SD installation typically takes only a few minutes and can be configured with persistent storage.
  • You can use Live CD technology for backup and recovery of your installed hard drive.

Limitations:

  • It is not possible to choose packages during installation. Live images typically have fewer packages than a regular installation image.
  • It is not possible to do an upgrade via the Anaconda installer. If you have a separate /home partition, you can just not format it during the installation and thus preserve your settings and /home content.
  • It is not possible to choose a non-default filesystem.
  • Once you shutdown a computer running from a Live CD, you will lose any settings or packages installed, but Live USB/SD installations may be configured with persistent storage.

페도라 라이브 이미지 기능

현재 기능:

  1. A booted Live CD uses a temporary, in-memory, read-write rootfs, so it's possible to install software for use while the Live CD is running.
  2. Data persistence options available on Live USB/SD installations.
  3. Install to hard disks or USB/SD drives.
  4. Uses SELinux in enforcing mode and other security features by default.
  5. Includes best of breed software on the media.
  6. Stay as close to a normal desktop install with regard to features, or try specialized Spins.
  7. Ability to create normal CD-ROM and CD-R media (less than 700 MB) or DVD images.
  8. Make it easy to do a derived Live CD with your own repositories, packages, and artwork.
  9. API used by LTSP, appliance creator and others.

공헌자

소통

Fedora Live image users and developers can participate and contribute in the discussions happening in the Fedora livecd list. (predecessor list archives)

코드 찾기

The source code for the Live CD tools is maintained in git. The repository is at https://github.com/livecd-tools/livecd-tools/ . You can install it easily by installing the 'livecd-tools' package.

Kickstart files are in the spin-kickstarts.noarch package.

하드 드라이브 설치

The ability to install to a hard drive is available releases since Fedora 7. After the live media boots, click on the install icon on your desktop to start the installation. Installation from live image requires that GRUB and the /boot directory be installed onto a drive with an MSDOS partition label, or that the current machine supports EFI booting. If a pc-clone machine has only GPT hard drives, then you may need to use something such as a USB2.0 flash memory device (with an MSDOS partition label) as an intermediate destination.

In Fedora 15, instead of clicking the desktop icon, choose Applications->System Tools->Install to Hard Drive from the menu along the top of the screen.

참조