mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
treewide: fix typos
Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
This commit is contained in:
@@ -15,8 +15,8 @@ Requires=network-online.service
|
||||
# 'network-online.service' fails we can not mount and this scripts fails too
|
||||
After=network-online.service
|
||||
|
||||
# usually we mount networks shares because we want they avaible *before* XBMC starts.
|
||||
# so XBMC has access to this mounts from beginning. Note: this slows down the boot!
|
||||
# usually we mount network shares because we want them available *before* Kodi starts.
|
||||
# so Kodi has access to mounts from the beginning. Note: this slows down the boot sequence!
|
||||
Before=kodi.service
|
||||
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@ Requires=network-online.service
|
||||
# 'network-online.service' fails we can not mount and this scripts fails too
|
||||
After=network-online.service
|
||||
|
||||
# usually we mount networks shares because we want they avaible *before* XBMC starts.
|
||||
# so XBMC has access to this mounts from beginning. Note: this slows down the boot!
|
||||
# usually we mount network shares because we want them available *before* Kodi starts.
|
||||
# so Kodi has access to mounts from the beginning. Note: this slows down the boot sequence!
|
||||
Before=kodi.service
|
||||
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ post_makeinstall_target() {
|
||||
safe_remove ${INSTALL}/usr/lib/tmpfiles.d/home.conf
|
||||
safe_remove ${INSTALL}/usr/share/factory
|
||||
|
||||
# remove Network adaper renaming rule, this is confusing
|
||||
# remove Network adapter renaming rule, this is confusing
|
||||
safe_remove ${INSTALL}/usr/lib/udev/rules.d/80-net-setup-link.rules
|
||||
|
||||
safe_remove ${INSTALL}/usr/lib/udev/rules.d/71-seat.rules
|
||||
|
||||
Reference in New Issue
Block a user