aboutsummaryrefslogtreecommitdiffstats
path: root/example-config/overc-installer-examples/config-usb-cube.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example-config/overc-installer-examples/config-usb-cube.sh')
-rw-r--r--example-config/overc-installer-examples/config-usb-cube.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/example-config/overc-installer-examples/config-usb-cube.sh b/example-config/overc-installer-examples/config-usb-cube.sh
new file mode 100644
index 00000000000..7793ebbde04
--- /dev/null
+++ b/example-config/overc-installer-examples/config-usb-cube.sh
@@ -0,0 +1,20 @@
+source config-usb.sh
+
+HDINSTALL_ROOTFS="${ARTIFACTS_DIR}/cube-essential-genericx86-64.tar.bz2"
+
+HDINSTALL_CONTAINERS="${ARTIFACTS_DIR}/cube-dom0-genericx86-64.tar.bz2:vty=2 \
+ ${ARTIFACTS_DIR}/cube-domE-genericx86-64.tar.bz2:vty=3"
+
+
+HDINSTALL_CONTAINERS_STRIP="${ARTIFACTS_DIR}/cube-dom0-genericx86-64.tar.bz2 \
+ ${ARTIFACTS_DIR}/cube-domE-genericx86-64.tar.bz2"
+
+## Uncomment for grub legacy
+#INSTALL_GRUBUSBCFG="menu.lst.initramfs-installer"
+#INSTALL_GRUBCFG="${INSTALLER_FILES_DIR}/${INSTALL_GRUBUSBCFG}"
+
+# Recalculate PREREQ_FILES
+calc_prereq_files
+
+# Add to the list of PREREQ_FILES
+PREREQ_FILES="${PREREQ_FILES} ${HDINSTALL_ROOTFS} ${HDINSTALL_CONTAINERS_STRIP}"