发布时间:2014-07-08 15:46:40
In host1. service NetworkManager stop2.virsh # iface-bridge em1 br0 --no-stp3. service network restartIn guestchose the "br0"How to remove switch bridgerm -f /etc/sysconfig/network-scripts/ifcfg-br0vim /etc/sysconfig/network-scripts/ifcfg-eno1 as follows:DEVICE="eno1" ONBOOT=yesNETBO.........【阅读全文】
发布时间:2014-07-02 14:55:10
How to install RHEL7 by manual partitiondownload vmlinuz and initrd.img to fodler /boot/ from the following urlhttp://download.englab.nay.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131127.1/compose/Server/x86_64/os/images/pxeboot/Add the following words to /etc/grub.conf:title (3.10.0-54.el7-20131.........【阅读全文】
发布时间:2014-06-12 14:44:07
yum update kernel*后重启,找不到新内核,查看/etc/grub.conf# cat /etc/grub.conf # grub.conf generated by anaconda## Note that you do not have to rerun grub after making changes to this file# NOTICE: You do not have a /boot partition. This means that# &nb.........【阅读全文】