blob: 66efd43b8dc2aec849c6bb19a5a81cec06459e4b (
plain) (
blame)
1
2
3
4
5
6
7
|
# Connect the Remarkable 1 device and get the IP address
attach 100 {
device-name "urndis.+";
match "vendor" "0x04b3";
match "product" "0x4010";
action "%%PREFIX%%/etc/rc.d/remarkable start $device-name";
};
|