Changeset 929
- Timestamp:
- 10/11/10 14:34:37 (3 years ago)
- Location:
- branches/livecd/LiveTools
- Files:
-
- 2 modified
-
btconnect (modified) (1 diff)
-
rc.local.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/livecd/LiveTools/btconnect
r620 r929 82 82 fi 83 83 84 rfcomm -r connect rfcomm$DEVICE $MAC &84 sudo /usr/bin/rfcomm -r connect rfcomm$DEVICE $MAC & 85 85 86 86 trap "kill $!" 1 3 9 15 -
branches/livecd/LiveTools/rc.local.sh
r921 r929 10 10 #ln -s /* /mnt/rofs/ 11 11 #mount --bind /mnt/rofs /rofs 12 13 # ugly workaround for https://bugs.launchpad.net/ubuntu/+source/linux/+bug/570692 14 mv /etc/udev/rules.d/41-nxt-permissions /etc/udev/rules.d/99-nxt-permissions 15 echo "mindstorms ALL = (root) NOPASSWD: /usr/bin/rfcomm -r connect *" >/etc/sudoers.d/fix-rfcomm 16 chmod 440 /etc/sudoers.d/fix-rfcomm 12 17 13 18 # Try to find a mindstorms.fat file / mindstorms.dir directory
