RHVoice fixes added.
This commit is contained in:
4
x86_64/airootfs/etc/RHVoice/dicts/English/namefix.txt
Normal file
4
x86_64/airootfs/etc/RHVoice/dicts/English/namefix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
bifrost=buyfraust
|
||||
danestange=dainstanggey
|
||||
stange=stangey
|
||||
kde=kaydeee
|
||||
16
x86_64/airootfs/etc/RHVoice/dicts/English/wordfix.txt
Normal file
16
x86_64/airootfs/etc/RHVoice/dicts/English/wordfix.txt
Normal 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*
|
||||
@@ -811,6 +811,12 @@ install_base_system() {
|
||||
cp /usr/share/pacman/keyrings/stormux* "$mountPoint/usr/share/pacman/keyrings/"
|
||||
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
|
||||
local basePackages=(
|
||||
base base-devel linux linux-firmware
|
||||
|
||||
Reference in New Issue
Block a user