This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://blog.chinaunix.net/space.php?uid=171341&do=blog&id=2881099 | |
| 问题解决: | |
| 1.在(initramfs) 下 输入 exit 后回车,操作系统开始引导. | |
| 2.进入系统后,编辑/etc/default/grub 文件,寻找到GRUB_CMDLINE_ | |
| LINUX_DEFAULT=”quite” 修改为 GRUB_CMDLINE_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://wiki.xen.org/wiki/Compiling_Xen_From_Source | |
| http://wiki.xen.org/wiki/RHEL6_Xen4_Tutorial | |
| hg clone -r 25364 http://xenbits.xen.org/hg/xen-unstable.hg | |
| vi /etc/sysconfig/selinux | |
| SELINUX=disabled | |
| yum clean all | |
| yum update -y | |
| eboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # A sample configuration file to setup a converged ovirt/gluster install | |
| # using gdeploy: https://github.com/gluster/gdeploy | |
| # edit hosts to match your environment | |
| [hosts] | |
| host1 | |
| host2 | |
| host3 |
OlderNewer