Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3015844
  • 博文数量: 535
  • 博客积分: 15788
  • 博客等级: 上将
  • 技术积分: 6507
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-07 09:11
文章分类

全部博文(535)

文章存档

2016年(1)

2015年(1)

2014年(10)

2013年(26)

2012年(43)

2011年(86)

2010年(76)

2009年(136)

2008年(97)

2007年(59)

分类: LINUX

2010-11-12 15:03:23

On RHEL6, dracut is introduced instead of mkinitrd, then users will have 
to understand some difference with them to manage their systems. 
So, customer requests some documents about this. I think we need to 
provide the following information, at least.

 - changing package mkinitrd to dracut
   (this information has been in release notes and migration guide)
 - there isn't /etc/modprobe.conf by default
 - needing to add kernel parameter 'rdloaddriver' to order module loading
instead of 'scsi_hostadapter'
 - loading all drivers to initramfs by default
参考bug list:


参考官方文档:

第 8 章 内​​​核​​​

8.1. 内​​​核​​​

已​​​经​​​使​​​用​​​ mkinitrd 替​​​换​​​ dracut 工​​​具​​​。​​​同​​​时​​​不​​​再​​​默​​​认​​​使​​​用​​​ /etc/modprobe.conf 文​​​件​​​管​​​理​​​内​​​核​​​模​​​块​​​,但​​​如​​​果​​​手​​​动​​​生​​​成​​​则​​​仍​​​可​​​使​​​用​​​它​​​。​​​请​​​参​​​考​​​以​​​下​​​内​​​容​​​作​​​为​​​ dracut 工​​​具​​​用​​​法​​​示​​​例​​​:
# mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-new.img
# dracut --force /boot/initramfs-$(uname -r).img $(uname -r)
阅读(4819) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~