Difference between revisions of "Create WeBWorK LiveDVD"
Line 31: | Line 31: | ||
Then run "sudo apt-get update" and install remastersys (sudo apt-get install remastersys). |
Then run "sudo apt-get update" and install remastersys (sudo apt-get install remastersys). |
||
+ | |||
+ | New directions: |
||
+ | |||
+ | You can install Remastersys in Ubuntu 12.04 |
||
+ | |||
+ | As root - issue |
||
+ | |||
+ | 'sudo su' |
||
+ | in the terminal window prior to the following command. |
||
+ | |||
+ | wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add - |
||
+ | |||
+ | sudo gedit /etc/apt/sources.list |
||
+ | Add the following line |
||
+ | |||
+ | #Remastersys Precise |
||
+ | deb http://www.remastersys.com/ubuntu precise main |
||
+ | Now open the terminal and type |
||
+ | |||
+ | sudo apt-get update && sudo apt-get install remastersys remastersys-gui |
||
CLEAN UP SYSTEM |
CLEAN UP SYSTEM |
Revision as of 19:07, 25 June 2013
Instructions for creating WeBWorK-LiveDVD
Note that the resulting .iso image can be used to create both a bootable LiveDVD and a bootable Live USB flash memory stick
- Download the ubuntu live CD
- Install following the standard directions with the following options
- Don't partition disks separately (it doesn't matter for the Live DVD)
- User name: wwadmin
- login: wwadmin
- password: wwadmin
- Computer name: wwserver
Follow install directions
- except do not install openssh-server (this has to be installed after the LiveDVD installation since it fails if it's part of the LiveDVD)
- set password for MySQL (wwadmin)
- add practice users and jsmith/jsmith to myTestCourse
Read about remastersys (from http://www.geekconnection.org/remastersys/ubuntu.html)
Install Remastersys in Ubuntu
Where can I get remastersys? The Remastersys repository needs to be added to your /etc/apt/sources.list
Paste the following into the sources.list:
# Remastersys deb http://www.geekconnection.org/remastersys/repository karmic/
Then run "sudo apt-get update" and install remastersys (sudo apt-get install remastersys).
New directions:
You can install Remastersys in Ubuntu 12.04
As root - issue
'sudo su' in the terminal window prior to the following command.
wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -
sudo gedit /etc/apt/sources.list Add the following line
- Remastersys Precise
deb http://www.remastersys.com/ubuntu precise main Now open the terminal and type
sudo apt-get update && sudo apt-get install remastersys remastersys-gui
CLEAN UP SYSTEM
- sudo find / -name *~ -print
- Clear Firefox data, logs
Remove openssh-server if installed
Edit /etc/remastersys.conf
- LIVEUSER "wwadmin"
- LIVECDLABEL "WeBWorK Live DVD Demo"
- CUSTOMISO "WW2.4_Ubuntu9.10_Vanilla_LiveDVD.iso"
Now create the iso file
- sudo remastersys backup
The iso file is in /home/remastersys/
to burn: right click on file and select write to disk