mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
started writing a script to build a LiveUSB image (early stage)
This commit is contained in:
parent
cad7c6bb25
commit
24d1a204fd
1 changed files with 9 additions and 0 deletions
9
contrib/liveusb/prepare.sh
Normal file
9
contrib/liveusb/prepare.sh
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue