From 24d1a204fd3e221c0e487daa8146a022f8106d2f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 20 Mar 2015 11:26:59 +0100 Subject: [PATCH] started writing a script to build a LiveUSB image (early stage) --- contrib/liveusb/prepare.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/liveusb/prepare.sh diff --git a/contrib/liveusb/prepare.sh b/contrib/liveusb/prepare.sh new file mode 100644 index 000000000..eb7a9a755 --- /dev/null +++ b/contrib/liveusb/prepare.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +rpm -Uvh http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/20/i386/planetccrma-repo-1.1-3.fc20.ccrma.noarch.rpm + +yum update + +yum install planetccrma-core + +source update_boot.sh