Actions
Feature #489
openFeature #151: Missing DoudouLinux tools
persistence-gui: should probe for running persistence
Start date:
Due date:
% Done:
0%
Estimated time:
2:00 h
Description
Currently the persistence tool doesn't probe for any active persistence. It should start by testing persistence thanks to a mounted points analysis:
$ mount | grep loop
It should return:
- nothing ? no persistence!
/dev/loop1 /home
? user's data persistence/dev/loop1 /live/cow
? full persistence
The persistence tool has then to inform that changing the persistence requires to reboot without persistence (and this will also destroy all the persistent data). Note that we can have both latest cases simultaneously: a persistence file for the system and another one for user's data (/home
).
Updated by Jean-Michel Philippe almost 13 years ago
- Due date deleted (
02/20/2012) - Target version changed from 2012-02 to 2012-11
- Start date deleted (
12/12/2011)
Updated by Jean-Michel Philippe over 12 years ago
- Target version changed from 2012-11 to 2013-02
Actions