ports/net/remarkable-devd/files/pkg-message.in
Trenton Schulz 5529844e14 net/remarkable-devd: new port -- Devd hotplug rules for Remarkable Tablet
Automatic IP address when connecting a Remarkable Tablet to USB. This
makes it possible to access your Remarkable tablet via ssh or its USB
web interface when it's enabled.

PR:		256754
2021-07-14 12:36:53 +02:00

14 lines
420 B
Text

[
{ type: install
message: <<EOM
A devd rule and rc script has been added to get an address from the
remarkable tablet when it is connected. This is disabled by default.
Set remarkable_enable=YES if you want this to happen automatically. Devd must also be restarted.
# sysrc remarkable_enable=YES
# service devd restart
For details, see %%PREFIX%%/etc/devd/remarkable.conf and %%PREFIX%%/etc/rc.d/remarkable
EOM
}
]