[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xen-create-image, debootstrap Problem



Am 31.05.2011 13:14, schrieb Matthias Böttcher:
Ja.

Wie sieht deine /etc/xen-tools/xen-tools.conf aus?
Poste mal die Ausgabe von:
grep -v ^# /etc/xen-tools/xen-tools.conf | uniq
hydra:~/xen# grep -v ^# /etc/xen-tools/xen-tools.conf | uniq

lvm = vg-guest

install-method = debootstrap

debootstrap-cmd = /usr/sbin/debootstrap

size   = 4Gb      # Disk image size.
memory = 265Mb    # Memory size
swap   = 512Mb    # Swap size
fs     = ext3     # use the EXT3 filesystem for the disk image.
dist = `xt-guess-suite-and-mirror --suite` # Default distribution to install.
image  = sparse   # Specify sparse vs. full disk images.

gateway    = 192.168.178.1
netmask    = 255.255.255.0
broadcast  = 192.168.178.255

genpass = 0

passwd = 1

kernel = /boot/vmlinuz-`uname -r`
initrd = /boot/initrd.img-`uname -r`

arch=[amd64]
mirror = `xt-guess-suite-and-mirror --mirror`

ext3_options     = noatime,nodiratime,errors=remount-ro
ext2_options     = noatime,nodiratime,errors=remount-ro
xfs_options      = defaults
reiserfs_options = defaults
btrfs_options    = defaults

Gruß
Stefan


Reply to: