From 4e3031e85f41f2d0777c8482e2ccd43bb717f9b3 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 10 Nov 2008 17:10:11 +0100 Subject: infofy fix + some todos/notes added --- unofficial/modules/dieter/procedures/automatic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unofficial') 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 } -- cgit v1.2.3-54-g00ecf