mingdao
-
Posts
5 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Blogs
Posts posted by mingdao
-
-
Please post the link to the video so we can test it.
-
It is fixed in Firefox 50.02. Just sync your machine and upgrade www-client/firefox or www-client/firefox-bin and the problem is gone.
-
Hey artemeciagreen,
Go to your kernel source directory and run "make && make modules_install install" and you will get the bzImage into /boot as vmlinuz-$VERSION, as well as config-$VERSION and System.map-$VERSION
NB: after the first make add -j and the number of CPU cores +1 found when you issue "nproc", such as "make -j9"
Now edit /etc/boot.conf to make sure you have at least one stanza where it looks for:
kernel vmlinuz[-v]
Here's one of mine:
boot { generate grub default "Funtoo Linux genkernel" timeout 3 } "Funtoo Linux" { kernel vmlinuz[-v] } "Funtoo Linux genkernel" { kernel kernel[-v] initrd initramfs[-v] params += real_root=auto rootfstype=auto }

Capturing kernel customization to post on forum and wiki?
in Dev Central
Posted
I don't use Docker, so can't answer concerning it.
When you run "make menuconfig", when you save and close, it moves .config to .config.old. So just run:
You can't show changes with menuconfig, and copy the text with markings (whatever markings are).