RHVoice fixes added.

This commit is contained in:
Storm Dragon
2025-12-19 02:15:05 -05:00
parent fbd1c3f671
commit 3d62262849
5 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
bifrost=buyfraust
danestange=dainstanggey
stange=stangey
kde=kaydeee

View File

@@ -0,0 +1,16 @@
asus=aysus
certificate=cirtifficate
douche=doosh*
nginx=enginex
freenginx=freeenginex
espeak=easpeak*
jolla=yolla
jenux=jennux
lightnin=lighttnin
rhvoice=ahraychvoice
shit=shitt
sync=sink*
timezone=timezoan
vinux=vinnux
wench=wentch*
youngin=younggin*

View File

@@ -0,0 +1,4 @@
bifrost=buyfraust
danestange=dainstanggey
stange=stangey
kde=kaydeee

View File

@@ -0,0 +1,16 @@
asus=aysus
certificate=cirtifficate
douche=doosh*
nginx=enginex
freenginx=freeenginex
espeak=easpeak*
jolla=yolla
jenux=jennux
lightnin=lighttnin
rhvoice=ahraychvoice
shit=shitt
sync=sink*
timezone=timezoan
vinux=vinnux
wench=wentch*
youngin=younggin*

View File

@@ -811,6 +811,12 @@ install_base_system() {
cp /usr/share/pacman/keyrings/stormux* "$mountPoint/usr/share/pacman/keyrings/" cp /usr/share/pacman/keyrings/stormux* "$mountPoint/usr/share/pacman/keyrings/"
fi fi
# Copy RHVoice English dict fixes from live system if present
if [[ -d /etc/RHVoice/dicts/English ]]; then
mkdir -p "$mountPoint/etc/RHVoice/dicts/English"
cp -a /etc/RHVoice/dicts/English/. "$mountPoint/etc/RHVoice/dicts/English/"
fi
# Define package groups # Define package groups
local basePackages=( local basePackages=(
base base-devel linux linux-firmware base base-devel linux linux-firmware