New commits:
commit 9ef5cc04700ff32c43d938bae6444e557280cb85
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
bottlerocket: fix #11169
diff --git a/utils/bottlerocket/CONFIGURE b/utils/bottlerocket/CONFIGURE
index cc54810..17c8ed9 100755
--- a/utils/bottlerocket/CONFIGURE
+++ b/utils/bottlerocket/CONFIGURE
@@ -1,8 +1,2 @@
-if ! grep -q "SERIAL=" $SPELL_CONFIG; then
-
- message "Your firecracker is on which serial port? (ttyS0, ttyS1, etc.)"
- read SERIAL
- message "/dev/$SERIAL will be symlinked to /dev/firecracker"
- echo "SERIAL=$SERIAL" >> $SPELL_CONFIG
-
-fi
+config_query_string SERIAL "Your firecracker is on which serial port?
(ttyS0, ttyS1, etc.)" ttyS0
+message "/dev/$SERIAL will be symlinked to /dev/firecracker"
diff --git a/utils/bottlerocket/HISTORY b/utils/bottlerocket/HISTORY
index 6e2b67e..da0bb94 100644
--- a/utils/bottlerocket/HISTORY
+++ b/utils/bottlerocket/HISTORY
@@ -1,3 +1,6 @@
+2006-07-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: removed the mess in favour of config_query_string #11169
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9ef5cc04700ff32c43d938bae6444e557280cb85),
Jaka Kranjc, 07/10/2006