summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-13 15:24:00 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-13 15:24:00 +0100
commit1a84fee4210c382beaed377ff980bddb8847c9c7 (patch)
tree93f3ce34e05292e186fd8632c20b59cd2fb58ff1 /src/core
parent9f311d54ee024f9d6d4176fe537c9354aba32252 (diff)
todo updates
Diffstat (limited to 'src/core')
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index 9e47c92..7c3e17d 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -321,7 +321,7 @@ partition ()
rm -f $TMP_FSTAB
target_umountall
- # setup input var for sfdisk
+ # setup input var for sfdisk #TODO: even though $STRING Contains a '/home' part it doesn't go through in the loops.. is this only in vbox?
for fsspec in $STRING; do
fssize=$(echo $fsspec | tr -d ' ' | cut -f2 -d:)
if [ "$fssize" = "*" ]; then