diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 2 | ||||
-rw-r--r-- | src/core/libs/lib-pacman.sh | 2 | ||||
-rw-r--r-- | src/core/libs/lib-ui.sh | 2 |
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." |