diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-02 23:12:51 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-02 23:12:51 +0100 |
commit | 029d2c3604f85c3f930ddc4cb93dddf0de155068 (patch) | |
tree | 4250f06b714650ba993ba0cf1883daa2cbf77a33 /src | |
parent | a3a16f42b8ae950cf81b4a41fb3e9802af035181 (diff) |
todo add
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index e8884a6..b95fa9a 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -111,7 +111,7 @@ getuuid() # taken from setup script, slightly optimized and modified for separator control # $1 set to 1 to echo a newline after partition instead of a space (optional) # $2 extra things to echo for each partition (optional) -# $3 something to append directly after the partition (optional) +# $3 something to append directly after the partition (optional) TODO: refactor code so there's a space in between, merge $2 and $3. use echo -e to print whatever user wants findpartitions() { workdir="$PWD" for devpath in $(finddisks) |