I. Installation
I installed it with a USB flash drive.
The installation is relatively simple.
The only difference is to change the configuration file:
Change the root value to "Fedora-19-1" in isolinux. cfg, as shown below:
Menu label ^ Start Fedora Live
Kernel vmlinuz0
Append initrd = initrd0.img root = live: CDLABEL = FEDORA-20-1 rootfstype = auto ro rd. live. image quiet rhgb rd. luks = 0 rd. md = 0 rd. dm = 0
Menu default
Menu separator
Menu begin ^ Troubleshooting
Menu title Troubleshooting
Label basic0
Menu label Start Fedora Live in ^ basic graphics mode.
Kernel vmlinuz0
Append initrd = initrd0.img root = live: CDLABEL = FEDORA-20-1 rootfstype = auto ro rd. live. image quiet rhgb rd. luks = 0 rd. md = 0 rd. dm = 0 xdriver = vesa nomodeset
Text help
Try this option out if you're having trouble starting.
Endtext
Label check0
Menu label ^ Test this media & start Fedora Live
Kernel vmlinuz0
Append initrd = initrd0.img root = live: CDLABEL = FEDORA-20-1 rootfstype = auto ro rd. live. image quiet rhgb rd. luks = 0 rd. md = 0 rd. dm = 0 rd. live. check
Label memtest
Menu label Run a ^ memory test.
Copy an isolinux. cfg file and name it syslinux. cfg (that is to say, the two files have different names but have the same content)
Then change the USB flash drive name to FEDORA-20-1.
Then you can install it normally.
Ii. Configuration 1. The system has an input method just after installation. You can go to Settings to see Settings --> Region & Language --> Input Sources and add it. 2. wget is not yum install wget
Go to the wget website to download the source code, and modify a place in wget/src/url. c,
As follows:
/* # Define FILE_CHAR_TEST (c, mask )\
(Opt. restrict_files_nonascii &&! C_isascii (unsigned char) (c) | \
(Filechr_table [(unsigned char) (c)] & (mask )))
*/
Changed:
# Define FILE_CHAR_TEST (c, mask )\
(Opt. restrict_files_nonascii &&! C_isascii (unsigned char) (c) | \
(Filechr_table [(unsigned char) (c)] & (mask )))\
&&! (C | 0x0fffffff) = 0 xffffffff ))
The purpose is to enable it to correctly display Chinese characters while downloading the webpage without garbled characters.
Then compile the source code:
./Configure -- with-ssl = openssl (if openssl is not installed, install sudo yum install openssl-devel first)
Make
Sudo make install
3. Download source configuration & automatically select the fastest download Source Plug-in: http://download1.rpmfusion.org/free/fedora/releases/20/Everything/x86_64/ OS /rpmfusion-free-release-20-1.noarch.rpm
Bytes. Other versions can go to: http://rpmfusion.org/ to find and then rpm-ivh rpmfusion-free-release-20-1.noarch.rpmrpm-ivh rpmfusion-nonfree-release-20-1.noarch.rpm configuration download Source: first enter the download source Directory: # cd/etc/yum. repos. d then download the Source: # wget http://mirrors.163.com/.help/fedora-163.repo#wget http://mirrors.163.com/.help/fedora-updates-163.repo#wget http://mirrors.sohu.com/help/fedora-sohu.repo#wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo#yum makecache (update cache) download plug-in that automatically selects the fastest source # yum install yum-fastestmirror
4. Download and install google chrome. Create a google-chrome.repo file under/etc/yum. repos. d with the following content:
[Google-chrome]
Name = google-chrome
Base url = http://dl.google.com/linux/chrome/rpm/stable/x86_64
Enabled = 1
Gpgcheck = 1
Save and exit
Run the command: yum install google-chrome-stable to view the familiar chrome icon. (You can also download the rpm package directly from the chrome official website. Due to some dependency problems, double-click to install the package)
5. Run the following commands in sequence for flash Installation
yum install http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm -y
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum install flash-plugin -y
In this way, you can. 6. Install mp3 and other media libraries
Download the public license from http://rpmfusion.org/keys, find the corresponding release, and click downloaddownload,
Then run the command to add the public key:
Sudo rpm -- import Public Key File
Install multimedia Decoding
Sudo yum install ffmpeg-libs gstreamer-ffmpeg xvidcore libdvdread libdvdna v lsdvd gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-uugly
There are so many basic configurations. Write Other configurations later.
Install Fedora 20 using BFO
Fedora 20 official version released and downloaded