summaryrefslogtreecommitdiff
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
parent9f311d54ee024f9d6d4176fe537c9354aba32252 (diff)
todo updates
-rw-r--r--TODO5
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
2 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index c569c29..620f951 100644
--- a/TODO
+++ b/TODO
@@ -30,12 +30,11 @@ not mounted under /mnt
* core/interactive or lib-ui: don't echo the name/id of selection options in dia mode
* core/base: implement as specified in README
* core/quickinst: figure out what needs to be done and do it.
-* check_dependency does not take the pretty title? -> fixed i think
* dieter/automatic: wait for yaourt --config fix
* dieter/automatic: put config files from svn in place first, so that if a package has an update, it can do it's thing.
* on boot after fresh install sometimes filesystem creation date is newer then current date -> fsck. sometimes even forced reboot. (i've had this witch /arch/setup too)
-* it looks like automatic installer 'forgets' about /home: it asks you about it but doesn't make,format or fstab it
-
+* /home doesn't get made separately in automatic installer. it's not formatted in sfdisk or _mkfs'd. is this only in virtualbox or elsewhere too?
+* ' exit state was<..>' -> subject not filled in?
BETA PHASE: try to get fifa on the (beta) installcd as an experimental, alternative installer.
* involve broader community
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