AvANa-BBS / freepto-lb

Encrypted GNU/Linux OS (based on Debian Wheezy) which can be installed on USB flash drive. Freepto is designed for encrypt your communications, carry your documents in secure way and save your anonymity.
http://www.freepto.mx/
44 stars 13 forks source link

no more makefreepto #45

Closed boyska closed 10 years ago

boyska commented 11 years ago

makefreepto makes it harder to create a new freepto and is a source of problems, slowness, incompatibilities. just doing dd if=freepto.img of=/dev/sdc would be easier and faster.

At first boot, freepto should attempt to rceate the persistence by itself, asking the password to the user.

This would also close #22 and #23

boyska commented 10 years ago

there is some work on https://github.com/boyska/freepto-lb/tree/persistence_helpers : i'm taking the long (and hopely safe) road

boyska commented 10 years ago

this is related to #74

boyska commented 10 years ago

freepto-live-tray can not only show the status of the persistence, but can also create a persistence if there is not one. It is basicly working (but there are minor bugs) in boyska/persistence_helpers. It should be merged and fixed.

boyska commented 10 years ago

cccbbbd918 fixed it.