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
* the system isn't optimised and should be : cleanup and making it as close to
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
=> exiftool
[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 target key with noexec <= also nosuid and nodev
* convert spreadsheets in csv ?
* convert documents (pdfs/*office/...) in images ?
* Have a look at Ghostscript to work on PDFs (.pdf -> .eps -> .png?)
[done in HTML] convert documents (pdfs/*office/...) in images ?
[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
* take eth0 down in /etc/netowrk/interfaces or in the groomer script disable the
interface before anything happens
* hdmi should stay up: solveable by poking the power management timer
(better not to disable the PM completely)
* get rid of pdfbox. remove need for java
* scripts to generate a SD card automatically (win/mac/linux)
[Done] get rid of pdfbox. remove need for java
[WIP] scripts to generate a SD card automatically (win/mac/linux)
* move the scripts away from /opt/
* strip back libreoffice to minimum required packages. in particular, if possible,
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
# /!\ always try to mount the root partition on the SD, it is usually brocken.
# if it is, use fdisk to remove the second partition and recreate it
# if you run rasp-config at least once, you will see the script running in case
# you have a screen connected.
# /!\ 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 (you will
# not lose the data)