aboutsummaryrefslogtreecommitdiff
path: root/po/packages/LINGUAS
blob: f2b0704e1155e11e8fca6a408c379bf8f49113a2 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Set of available languages.

da
de
en@boldquot
en@quot
eo
es
fa
fr
hu
it
ko
nl
oc
pl
pt_BR
sk
sr
zh_CN
dules: Ignore EINVAL in ‘modprobe’ mode....Loading the framebuffer-coreboot module simply fails with EINVAL on a non-Corebooted system. Crashing the system with a kernel panic is not a reasonable reaction to loading valid modules on unsupported hardware. The kernel should log an error, which the user is expected to see. Bogus module names will still be fatally reported by linux-modules.drv. * gnu/build/linux-modules.scm (load-linux-module*): Ignore EINVAL errors when operating recursively. Tobias Geerinckx-Rice via Guix-patches via