Closed johnobrien closed 6 years ago
Original text to add to /etc/rc.local omitted the "python" portion of the command. This has been corrected.
Also added a .gitignore to allow for editing the repo in Pycharm more easily.
You do not need the 'python' if you make bootinfo executable (chmod +x <path to>bootinfo). However adding python makes it more robust. Merged.
chmod +x <path to>bootinfo
Original text to add to /etc/rc.local omitted the "python" portion of the command. This has been corrected.
Also added a .gitignore to allow for editing the repo in Pycharm more easily.