From d8ee59b638a61341b7cd9b1c6e1b627e816a7ddf Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 17 Nov 2008 18:42:56 +0100 Subject: todo updates --- src/core/libs/lib-blockdevices-filesystems.sh | 2 +- src/core/libs/lib-pacman.sh | 2 +- src/core/libs/lib-ui.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core') 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." -- cgit v1.2.3-54-g00ecf