hjozwiak
-
Posts
9 -
Joined
-
Last visited
-
Days Won
2
Reputation Activity
-
hjozwiak got a reaction from hencb in Getting Rid of Forums and Moving to Reddit?
As a blind person, this forum is very simple to navigate. Reddit is okay, but has no way for to solve the captcha with audio, which, for the time being, would make posting relatively difficult.
-
hjozwiak got a reaction from angus71 in Installation, lost at "chroot"
What I did for my chroot is more in line with the Gentoo style.
mount -t proc /proc /mnt/funtoo/proc
mount --rbind /dev /mnt/funtoo/dev
mount --make-rslave /mnt/funtoo/dev
mount --rbind /sys /mnt/funtoo/sys
mount --make-rslave /mnt/funtoo/sys
chroot /mnt/funtoo /bin/bash
This works fine for me; doing it in accordance with the docs didn't maintain my network connection for some reason. Maybe this is a bad way to chroot, but I hope this helps someone.
-
hjozwiak got a reaction from hencb in Converting From Gentoo to Funtoo
Hi,
I am a blind Gentoo user who is looking to switch to Funtoo on account of issues with my Alienware laptop, and I have a few questions to ensure that I can hop the fence.
1. What kernel best supports the Alienware hardware, and, more importantly, has speakup available out of the box?
2. Where can I find the list of available ebuilds, most importantly, app-accessibility/espeakup and app-accessibility/orca?
