From c4145a753b76c7cc87fa40ce4c88c58a16cd1095 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Thu, 25 Feb 2016 11:23:49 -0800 Subject: Updated scripts to create device_id files containing the entire node prefix instead of just an UUID. Paired with updated config files --- debian_template/rvi.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian_template') diff --git a/debian_template/rvi.postinst b/debian_template/rvi.postinst index 10c11fe..e4bf50d 100644 --- a/debian_template/rvi.postinst +++ b/debian_template/rvi.postinst @@ -24,7 +24,7 @@ case "$1" in configure) # Set up our config - cat /proc/sys/kernel/random/uuid > /etc/rvi/device_id + echo "genivi.org/node/$(cat /proc/sys/kernel/random/uuid)" > /etc/rvi/device_id echo "RVI Device ID set to $(cat /etc/rvi/device_id) in /etc/rvi/device_id" #DEBHELPER# ;; -- cgit v1.2.1