summaryrefslogtreecommitdiff
path: root/unofficial
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-10 17:10:11 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-10 17:10:11 +0100
commit4e3031e85f41f2d0777c8482e2ccd43bb717f9b3 (patch)
treef87d5e8915284e6ddc27cb27ea41cb45d111fb15 /unofficial
parent982c2fe2d0f36706e2b84bd284e666f753fa2d2d (diff)
infofy fix + some todos/notes added
Diffstat (limited to 'unofficial')
-rw-r--r--unofficial/modules/dieter/procedures/automatic3
1 files changed, 2 insertions, 1 deletions
diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic
index a2b112e..b8f15d7 100644
--- a/unofficial/modules/dieter/procedures/automatic
+++ b/unofficial/modules/dieter/procedures/automatic
@@ -88,7 +88,8 @@ EOF
mke2fs -j /dev/cryptpool/$i && mount /dev/cryptpool/$i $var_TARGET_DIR/$i || die_error "Could not format or mount $var_TARGET_DIR/$i"
done
- #TODO fstab? auto-add to fstab with libs? auto mkdir's on target_dir?
+ # TODO: swapon the thing and don't forget to swapoff it in the cleanup part above
+ # TODO: fstab? auto-add to fstab with libs? auto mkdir's on target_dir?
true
}