TA的每日心情 开心 2014-5-27 08:46
签到天数: 178 天
[LV.7]常住居民III
普通用户
注册后可查看完整内容!
您需要 登录 才可以下载或查看,没有账号?立即注册
×
gnoboot-alpha8
Changelog: Kernel tulip driver added to support Hyper-V legacy network (request @offensive1985) Kernel CONFIG_MEDIA_SUPPORT enabled and em28xx driver (request @oswaldini) Kernel CONFIG_KEXEC enabled Kernel PATA drivers are no longer loaded during boot up for virtual machines, possible fix for auto power-off issue Virtualbox guest added to hypervisor check, minimal drivers (INTEL_ATA, INTELP_NET, VIRTIO) Change "want_idx... delay and regret" kernel message from 15 to 5 retries Combine kernel and rd.gz to a single zImage
Notes: To enable driver (e.g. em28xx),create/edit /etc/rc.local and add the following lines.
# cat > /etc/rc.local << EOF
source /etc/rc.subr
source /.gnoboot/modules.d/99-install.conf
source /.gnoboot/modules.d/05-media.conf
source /.gnoboot/modules.d/04-virt.conf
source /.gnoboot/modules.d/03-wifi.conf
SYNOLoadModules $MEDIA_MOD
EOF
# chmod 755 /etc/rc.local To enable other drivers. check configuration files in /.gnoboot/modules.d . Some modules may not load properly, report any 'Unknown symbol' issues or send a patch to improve it.