WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: Xen-users Digest, Vol 2, Issue 22

To: Michael Lindsey <mblindsey@xxxxxxxxx>
Subject: [Xen-users] Re: Xen-users Digest, Vol 2, Issue 22
From: Tim Deegan <Tim.Deegan@xxxxxxxxxxxx>
Date: Thu, 7 Apr 2005 10:51:15 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 07 Apr 2005 09:51:12 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1DJFhu-0003lk-NY@host-192-168-0-1-bcn-london>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <E1DJFhu-0003lk-NY@host-192-168-0-1-bcn-london>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2i
> I would like to remaster the xen demo cd.  Has anyone done this, or
> have any pointers before I dive in?

The script I use to build the ISO is on the CD, as /sbin/build_cd.sh.  
One way of doing it would be:

 -- boot the demo CD
 -- copy the Debian filesystem into a free partition
 -- make a directory /OTHER_ROOTS on your copy of the debian image and
    copy freebsd.fs and netbsd.fs from the CD onto it. 
 -- chroot into your copy of the debian image and make whatever changes
    you'd like.
 -- mount another free partition under /mnt
 -- run the build_cd.sh script, which should build /mnt/xendemo.iso 

If you're only making small changes to the CD (i.e. small enough that
domain 0 won't run out of ramdisk trying to store them), you should be
able to make them on a running CD image, then mount an empty partition
under /mnt and run build_cd.sh without making a copy of the filesystems
first.  I haven't tested that, though.

Out of interest, what changes were you planning to make?

Tim.

-- 
Tim Deegan                           (My opinions, not the University's)
Systems Research Group
University of Cambridge Computer Laboratory

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: Xen-users Digest, Vol 2, Issue 22, Tim Deegan <=