autorope / donkeycar

Open source hardware and software platform to build a small scale self driving car.
http://www.donkeycar.com
MIT License
3.16k stars 1.3k forks source link

Docs: Should UUID be rootfs or are their other options. #403

Closed wroscoe closed 5 years ago

wroscoe commented 5 years ago

Should the docs read

sudo vi /media/userID/rootfs/etc/hostname
sudo vi /media/userID/rootfs/etc/hosts

I've always seen rootfs instead of any UUID

in step three of the install software for raspberry pi https://github.com/autorope/donkeycar/blob/dev/docs/guide/robot_sbc/setup_raspberry_pi.md

nvtkaszpir commented 5 years ago

It really depends on udev config on the host, which is later using udiskctl to mount disks. Current docs use UUID.

I believe this can be closed.