summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHansjürg Wenger <hansjuerg.wenger@bfh.ch>2021-01-15 18:47:19 +0100
committerHansjürg Wenger <hansjuerg.wenger@bfh.ch>2021-01-15 18:47:19 +0100
commit06ce975a6b00e0a33e864c12bb1ca0a362b54d7f (patch)
tree4391f8f5d10b5a621230907ebf75ace26e484c23
parent88184af05d9377ce726ef32f7cda8ad3e956beb2 (diff)
downloadwoocommerce-taler-master.tar.gz
woocommerce-taler-master.tar.bz2
woocommerce-taler-master.zip
client-build small changesHEADmaster
-rwxr-xr-xclient-build/profiles/wooclient.postinst32
-rwxr-xr-xclient-build/run-survey-system.sh (renamed from client-build/04-run-system-survey.sh)4
2 files changed, 18 insertions, 18 deletions
diff --git a/client-build/profiles/wooclient.postinst b/client-build/profiles/wooclient.postinst
index 2fd4d15..ff8666e 100755
--- a/client-build/profiles/wooclient.postinst
+++ b/client-build/profiles/wooclient.postinst
@@ -30,22 +30,22 @@ ExecStop=/usr/bin/docker stop -t 2 gnunet-docker
WantedBy=default.target
EOF
-cat > /usr/share/chromium/initial_bookmarks.html <<EOF
-<!DOCTYPE NETSCAPE-Bookmark-file-1>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
-<TITLE>Bookmarks</TITLE>
-<H1>Bookmarks</H1>
-<DL><p>
- <DT><H3 PERSONAL_TOOLBAR_FOLDER="true">Bookmarks Bar</H3>
- <DL><p>
- <DT><A HREF="https://woo.nslab.ch/">WooCommerce@nslab.ch</A>
- <DT><A HREF="https://reclaim.gnunet.org/">re:claimID</A>
- <DT><A HREF="https://chrome.google.com/webstore/detail/reclaimid/jiogompmdejcnacmlnjhnaicgkefcfll">Get re:claimID</A>
- <DT><A HREF="https://taler.net/">GNU Taler</A>
- <DT><A HREF="https://chrome.google.com/webstore/detail/gnu-taler-wallet/millncjiddlpgdmkklmhfadpacifaonc">Get GNU Taler Wallet</A>
- </DL><p>
-</DL><p>
-EOF
+#cat > /usr/share/chromium/initial_bookmarks.html <<EOF
+#<!DOCTYPE NETSCAPE-Bookmark-file-1>
+#<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
+#<TITLE>Bookmarks</TITLE>
+#<H1>Bookmarks</H1>
+#<DL><p>
+# <DT><H3 PERSONAL_TOOLBAR_FOLDER="true">Bookmarks Bar</H3>
+# <DL><p>
+# <DT><A HREF="https://woo.nslab.ch/">WooCommerce@nslab.ch</A>
+# <DT><A HREF="https://reclaim.gnunet.org/">re:claimID</A>
+# <DT><A HREF="https://chrome.google.com/webstore/detail/reclaimid/jiogompmdejcnacmlnjhnaicgkefcfll">Get re:claimID</A>
+# <DT><A HREF="https://taler.net/">GNU Taler</A>
+# <DT><A HREF="https://chrome.google.com/webstore/detail/gnu-taler-wallet/millncjiddlpgdmkklmhfadpacifaonc">Get GNU Taler Wallet</A>
+# </DL><p>
+#</DL><p>
+#EOF
cat > /usr/local/bin/firstboot-script.sh <<EOF
#!/bin/bash
diff --git a/client-build/04-run-system-survey.sh b/client-build/run-survey-system.sh
index 2256a8f..44d7149 100755
--- a/client-build/04-run-system-survey.sh
+++ b/client-build/run-survey-system.sh
@@ -6,7 +6,7 @@ TARGET=wooclient.img
#SSHKEY=${SSHDIR}/wooclient.key
#SSHKNH=${SSHDIR}/known_hosts
SSHKNH=/dev/null
-SSHOPTS="-o StrictHostKeyChecking=off -o UserKnownHostsFile=${SSHKNH}"
+SSHOPTS="-X -o StrictHostKeyChecking=off -o UserKnownHostsFile=${SSHKNH}"
echo "start the system.."
# Run qemu
@@ -14,7 +14,7 @@ qemu-system-x86_64 -m 4G -enable-kvm -net nic,model=rtl8139 \
-net user,hostfwd=tcp::2222-:22,hostfwd=tcp::7776-:7776 \
-display none -hda $TARGET 2>&- &
-echo ".. and wait some time (20s) until it is ready!"
+echo ".. and wait some time (ca. 20s) until it is ready!"
# wait 20s for system to boot up
sleep 20