linux:gentoo-upgrade-mbp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:gentoo-upgrade-mbp [2015/02/01 13:33] – percy | linux:gentoo-upgrade-mbp [2016/05/05 13:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 59: | Line 59: | ||
| startx | startx | ||
| slim | slim | ||
| + | X | ||
| + | Xorg | ||
| + | Xorg -config / | ||
| + | Xorg -configure | ||
| + | aticonfig --initial | ||
| + | eselect open list | ||
| + | eselect open set 1 | ||
| systemctl enable/ | systemctl enable/ | ||
| ls /etc/X11/ | ls /etc/X11/ | ||
| Line 71: | Line 78: | ||
| jianqing ~ # cat / | jianqing ~ # cat / | ||
| XSESSION=" | XSESSION=" | ||
| + | </ | ||
| + | |||
| + | ===== Compile kernel ===== | ||
| + | |||
| + | <code BASH> | ||
| + | cd / | ||
| + | make menuconfig | ||
| + | make -j5 | ||
| + | make modules_install | ||
| + | cp arch/ | ||
| + | </ | ||
| + | ===== grub menu.lst===== | ||
| + | jianqing linux # cat / | ||
| + | |||
| + | <code BASH> | ||
| + | # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook | ||
| + | # http:// | ||
| + | # If you are not using Genkernel and you need help creating this file, you | ||
| + | # should consult the handbook. Alternatively, | ||
| + | # is included with the Grub documentation. | ||
| + | |||
| + | default 0 | ||
| + | timeout 30 | ||
| + | splashimage=(hd0, | ||
| + | |||
| + | |||
| + | title Gentoo Linux root (hd0,3) root=/ | ||
| + | root (hd0,3) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,3) root=/ | ||
| + | root (hd0,3) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,3) root=/ | ||
| + | root (hd0,3) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,3) root=/ | ||
| + | root (hd0,3) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,3) root=/ | ||
| + | root (hd0,3) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,3) root=/ | ||
| + | root (hd0,3) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,4) root=/ | ||
| + | root (hd0,4) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,3) root=/ | ||
| + | root (hd0,3) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,4) root=/ | ||
| + | root (hd0,4) | ||
| + | kernel / | ||
| + | |||
| + | title Gentoo Linux root (hd0,4) root=/ | ||
| + | root (hd0,4) | ||
| + | #kernel / | ||
| + | kernel / | ||
| + | #initrd / | ||
| + | |||
| + | # vim: | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | Need set the CONFIG_B43=m not CONFIG_B43=y | ||
| + | |||
| + | < | ||
| + | CONFIG_B43=m | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | systemctl enable dhcpcd | ||
| + | systemctl enable NetworkManager | ||
| </ | </ | ||
/var/www/dokuwiki/wiki/data/attic/linux/gentoo-upgrade-mbp.1422768790.txt.gz · Last modified: 2016/05/05 13:06 (external edit)
