diff options
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -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 |