Editing Creating OpenVZ LiveCD

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 286: Line 286:
 
</pre>
 
</pre>
  
The last major step is to copy vmlinuz to isolinux directory:
+
The last step is to copy vmlinuz to isolinux directory:
 
<pre>
 
<pre>
 
cp vmlinuz-2.6.18-8.el5-028stab027 cd-contents/boot/isolinux/linux
 
cp vmlinuz-2.6.18-8.el5-028stab027 cd-contents/boot/isolinux/linux
 
</pre>
 
</pre>
  
Actually, now we're ready to create iso image with KNOPPIX OpenVZ LiveCD.
+
Wow! We're ready to create iso with KNOPPIX OpenVZ CD:
But I describe a bit cosmetic changes now. First, we want to add OpenVZ logo and slogan
 
to the startup screen of KNOPPIX. This picture is stored in boot/isolinux/logo.16 file in lss16 format.
 
To convert this image to gif format we should install syslinux and netpbm-progs packages.
 
After that the following actions should be done:
 
<pre>
 
mkdir boot-picture
 
cp cd-contents/boot/isolinux/logo.16 boot-picture/
 
cd boot-picture
 
lss16toppm < logo.16 > logo.ppm
 
ppmtogif < logo.ppm > logo.gif
 
</pre>
 
 
 
Then I  edit OpenVZ logo using gimp and save the image in bmp format.
 
Converting and copying logo to the appropriate place:
 
<pre>
 
bmptoppm < logo.bmp > logo.ppm
 
ppmtolss16 < logo.ppm > logo.16
 
cd ..
 
cp boot-picture/logo.16 cd-contents/boot/isolinux/logo.16
 
</pre>
 
 
 
Knoppix uses KDE as Window Manager and after KDE is loaded you can see the web page
 
with information about using KNOPPIX. Of course, we want you to see the information
 
about basics of using OpenVZ. So we write a page: [[Basic operations in OpenVZ]] and saved it
 
in cd-contents/KNOPPIX/ directory. Then we just edited etc/X11/Xsession.d/45xsession file so,
 
that Basic_operations_in_OpenVZ.html.html file is opened on KDE start.
 
 
 
Great, let's write it all on CD:
 
 
<pre>
 
<pre>
 
chmod -R u+w cd-contents
 
chmod -R u+w cd-contents
Line 334: Line 306:
 
# http://www.knoppix.net/wiki/Knoppix_Remastering_Howto
 
# http://www.knoppix.net/wiki/Knoppix_Remastering_Howto
 
# http://debian.systs.org/
 
# http://debian.systs.org/
 
 
[[Category: HOWTO]]
 
[[Category: Live CD]]
 

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)