Skip to content
Snippets Groups Projects
Commit 7d6af29b authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: add hint to where rebooting virt*-armhf is documented


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 1a072358
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# vim: set noexpandtab:
# Copyright 2021 Holger Levsen <holger@layer-acht.org>
# Copyright 2021-2022 Holger Levsen <holger@layer-acht.org>
# released under the GPLv2
CONSOLESERVER=hbi1.dyn.aikidev.net
......@@ -15,7 +15,8 @@ fi
for i in "$@" ; do
case $i in
bpi0|hb0) NODE=${i}a ;;
virt*) echo "Sorry, I do not know how to handle $i, skipping."
virt*) echo "Sorry, I do not yet know how to handle $i, skipping."
echo "But the steps are documented in README.infrastructure."
continue
;;
*-*) NODE=$(echo $i | cut -d '-' -f1) ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment