pull/10/head
Raphaël Vinot 2013-05-17 17:22:33 +02:00
parent 2e088c6659
commit 1e494adbe5
2 changed files with 8 additions and 10 deletions

10
TODO
View File

@ -5,22 +5,22 @@ TODO
next to teh rPi's example development code that ships with teh stock rPi next to teh rPi's example development code that ships with teh stock rPi
* the system isn't optimised and should be : cleanup and making it as close to * the system isn't optimised and should be : cleanup and making it as close to
stock as possible stock as possible
* Starting process should be more obfuscated [Npot sure] Starting process should be more obfuscated
* strip exif data and leave it in a .txt file next to the image it came from * strip exif data and leave it in a .txt file next to the image it came from
=> exiftool => exiftool
[Done with remount] set filesystem of OS in RO (physical switch and/or remount OS) [Done with remount] set filesystem of OS in RO (physical switch and/or remount OS)
[OK] mount source key in RO and noexec <= also nosuid and nodev [OK] mount source key in RO and noexec <= also nosuid and nodev
[OK] mount target key with noexec <= also nosuid and nodev [OK] mount target key with noexec <= also nosuid and nodev
* convert spreadsheets in csv ? * convert spreadsheets in csv ?
* convert documents (pdfs/*office/...) in images ? [done in HTML] convert documents (pdfs/*office/...) in images ?
* Have a look at Ghostscript to work on PDFs (.pdf -> .eps -> .png?) [Not Needed] Have a look at Ghostscript to work on PDFs (.pdf -> .eps -> .png?)
[do everything as user] do not run the conversions as root -> run in chroot [do everything as user] do not run the conversions as root -> run in chroot
* take eth0 down in /etc/netowrk/interfaces or in the groomer script disable the * take eth0 down in /etc/netowrk/interfaces or in the groomer script disable the
interface before anything happens interface before anything happens
* hdmi should stay up: solveable by poking the power management timer * hdmi should stay up: solveable by poking the power management timer
(better not to disable the PM completely) (better not to disable the PM completely)
* get rid of pdfbox. remove need for java [Done] get rid of pdfbox. remove need for java
* scripts to generate a SD card automatically (win/mac/linux) [WIP] scripts to generate a SD card automatically (win/mac/linux)
* move the scripts away from /opt/ * move the scripts away from /opt/
* strip back libreoffice to minimum required packages. in particular, if possible, * strip back libreoffice to minimum required packages. in particular, if possible,
remove libreoffice-java-common package remove libreoffice-java-common package

View File

@ -16,8 +16,6 @@ tar -xzf backup.tar.gz -C ${CHROOT_PATH}/
#sudo dd bs=4M if=NEW_FINAL_2013-02-09-wheezy-raspbian.img of=/dev/sdd #sudo dd bs=4M if=NEW_FINAL_2013-02-09-wheezy-raspbian.img of=/dev/sdd
# /!\ always try to mount the root partition on the SD, it is usually brocken. # /!\ always try to mount the root partition on the SD, it is usually broken.
# if it is, use fdisk to remove the second partition and recreate it # if it is, use fdisk to remove the second partition and recreate it (you will
# if you run rasp-config at least once, you will see the script running in case # not lose the data)
# you have a screen connected.