Charles Johnson
2005-Nov-03 18:36 UTC
[Xen-users] debootstrap''ing a debian sarge domU with reiserfs
I followed the instructions to setup a debian sarge domU at: http://wiki.xensource.com/xenwiki/DebianDomU but I used reiserfs instead of ext3 but during boot up it only mounted the filesystem as read only and during boot fsck complained about not being able to work. Which makes sense since the reiserfs tools probably aren''t in a base debian install. How can I debootstrap a domU with reiserfs? Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dominique Rousseau
2005-Nov-04 10:54 UTC
Re: [Xen-users] debootstrap''ing a debian sarge domU with reiserfs
Le Thu, Nov 03, 2005 at 06:36:41PM +0000, Charles Johnson [johnsoncharles@hotmail.com] a écrit:> I followed the instructions to setup a debian sarge domU at: > http://wiki.xensource.com/xenwiki/DebianDomU > > but I used reiserfs instead of ext3 but during boot up it only mounted the > filesystem as read only and during boot fsck complained about not being > able to work. Which makes sense since the reiserfs tools probably aren''t in > a base debian install. > > How can I debootstrap a domU with reiserfs?You can add the necessary packages names in the debootstrap script, for example /usr/lib/debootstrap/scripts/sarge in the "required" var You can also "chroot /mnt" and from there just "apt-get install" what you need. Dom -- Dominique Rousseau Neuronnexion, Prestataire Internet & Intranet 57, route de Paris 80000 Amiens tel: 03 22 71 61 90 - fax: 03 22 71 61 99 - http://www.neuronnexion.fr _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users