BCCD:Automated liberation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* Look inside the qemu ISO (mount to /mnt/bccd): | * Look inside the qemu ISO (mount to /mnt/bccd): | ||
<tt>./lomount lib.img 2 /mnt/bccd</tt> | <tt>./lomount lib.img 2 /mnt/bccd</tt> | ||
* Liberate to the hard drive after booting BCCD: | |||
<tt>/bin/liberate</tt> | |||
* Make a server after liberation: | |||
<tt>/bin/prepareserver</tt> | |||
Revision as of 00:27, 13 March 2006
Do all these commands from /p0/bccd on acl13 (or the equivalent).
- Make a new boot ISO (bccdserver.iso):
./mksingularity.sh singularity staging
- Boot that ISO for liberation:
qemu -hda lib.img -cdrom bccdserver.iso -boot d
- Look inside the qemu ISO (mount to /mnt/bccd):
./lomount lib.img 2 /mnt/bccd
- Liberate to the hard drive after booting BCCD:
/bin/liberate
- Make a server after liberation:
/bin/prepareserver