diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-13 14:32:59 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-13 14:32:59 +0100 |
commit | a5bb5dc377999c6f8415a90a3a23b2a64cc39830 (patch) | |
tree | 61b363e9eb68d0747e1a16cce8d7453f06c1ec65 | |
parent | b8977d97e6d808d447790e46b5e555921a1232f4 (diff) |
bit more debugging
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 472c878..a377330 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -211,7 +211,8 @@ interactive_autoprepare() DEVICE=$DISC # TODO: why do we define a $DEFAULTFS variable someplace else if we hardcode it's attributes here to be able to replace them with custom values? Can't we just construct the custom thing? FSSPECS=$(echo $DEFAULTFS | sed -e "s|/:7500:ext3|/:$ROOT_PART_SIZE:$FSTYPE|g" -e "s|/home:\*:ext3|/home:\*:$FSTYPE|g" -e "s|swap:256|swap:$SWAP_PART_SIZE|g" -e "s|/boot:32|/boot:$BOOT_PART_SIZE|g") - + debug "\$DEFAULTFS: $DEFAULTFS" + debug "\$FSSPECS : $FSSPECS" # we assume a /dev/hdX format (or /dev/sdX) PART_ROOT="${DEVICE}3" |