summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-17 18:42:56 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-17 18:42:56 +0100
commitd8ee59b638a61341b7cd9b1c6e1b627e816a7ddf (patch)
tree16f4abaefb21a8dc94b66edb32cfd10054660183
parent2f559bc5d3295035aa572a8768b655eacb38781b (diff)
todo updates
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
-rw-r--r--src/core/libs/lib-pacman.sh2
-rw-r--r--src/core/libs/lib-ui.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index ef3bb36..7b0f85b 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -53,7 +53,7 @@ finddisks() {
done
#scsi/sata devices
for dev in $(ls | egrep '^sd'); do
- # TODO: what is the significance of 5?
+ # TODO: what is the significance of 5? ASKDEV
if ! [ "$(cat $dev/device/type)" = "5" ]; then
echo "/dev/$dev"
[ "$1" ] && echo $1
diff --git a/src/core/libs/lib-pacman.sh b/src/core/libs/lib-pacman.sh
index c78f71d..cb81943 100644
--- a/src/core/libs/lib-pacman.sh
+++ b/src/core/libs/lib-pacman.sh
@@ -118,7 +118,7 @@ EOF
}
-# taken from quickinst. TODO: figure this one out
+# taken from quickinst. TODO: figure this one out ASKDEV
pacman_what_is_this_for ()
{
PKGLIST=
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh
index d8f3f8f..3587b11 100644
--- a/src/core/libs/lib-ui.sh
+++ b/src/core/libs/lib-ui.sh
@@ -2,7 +2,7 @@
# TODO: lot's of implementation work still open in this library. especially the dialog stuff
-# Taken from setup. we store dialog output in a file. TODO: can't we do this with variables?
+# Taken from setup. we store dialog output in a file. TODO: can't we do this with variables? ASKDEV
ANSWER="/home/arch/aif/runtime/.dialog-answer"
DIA_MENU_TEXT="Use the UP and DOWN arrows to navigate menus. Use TAB to switch between buttons and ENTER to select."