dhudson
-
Posts
68 -
Joined
-
Last visited
-
Days Won
3
Reputation Activity
-
dhudson got a reaction from jhan in Which package satisfies a virtual package?
you can try this
portageq expand_virtual / virtual/cron
-
dhudson reacted to palica in [solved] how to make new kernel-4.14.2-1 default
changing /etc/boot.conf to this should work
boot { generate grub default "Funtoo Linux genkernel" timeout 3 } "Funtoo Linux" { kernel bzImage[-v] } "Funtoo Linux genkernel" { kernel kernel-debian-sources-x86_64[-v] initrd initramfs-debian-sources-x86_64[-v] params += real_root=auto rootfstype=auto } "memtest86+" { type linux16 kernel /memtest86.bin }
-
dhudson reacted to pytony in Change to kits and python confusion
`epro update` updates the contents of the file `/etc/portage/make.profile/parent`. This file contains profiles that determine default useflags, masks, make.conf, ... These profiles depend on the python-kit branch you use and profiles you set with epro.
`epro update` is indeed missing from documentation. You can file an issue on Jira about it.
-
dhudson reacted to drobbins in Getting Rid of Forums and Moving to Reddit?
I've decided to keep the forums.
-
dhudson reacted to cardinal in /dev/snd/seq missing after last update
modprobe -v snd-seq
Add modules="snd-seq" to /etc/conf.d/modules for openrc to auto-load on boot. -
dhudson got a reaction from cardinal in X dies slow death [i915]
ok figured it out, simply emerge debian-sources-4.5.2 did the trick
as a bonus fixed my X problem.
dave
-
dhudson got a reaction from cardinal in Superblock last write time is in the future
hi cardinal,
thanks for your help. I managed to sort it out I think..for now ,I did this
ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
bios set to utc time
set /etc/conf.d/hwclock -> to utc
dave
