mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-17 05:35:26 +01:00
8 lines
141 B
Bash
8 lines
141 B
Bash
#!/bin/bash
|
|
|
|
/lib/udev/load-modules.sh com_on_air_cs
|
|
|
|
if [ ! -c /dev/coa ]; then
|
|
mknod /dev/coa --mode 660 c 3564 0
|
|
chgrp dect /dev/coa
|
|
fi
|