"disk1" didn't work with the "vg" line; the correct value is "disk1.2".

Sorry! Here is my working version:
disk_config disk1 fstabkey:uuid
primary  /boot  128   ext2  rw,errors=remount-ro
primary  swap   1024  swap  rw
primary  -      0-    -     -

disk_config lvm
vg        vg0       disk1.3
vg0-root  /         10G    ext3  rw,errors=remount-ro
vg0-tmp   /tmp      1024   ext3  rw
vg0-home /home 20G- ext3 rw,nosuid createopts="-m 1" tuneopts="-c 0 -i 0"
vg0-var   /var      10G    ext3  rw
vg0-www   /var/www  10G    ext3  rw
vg0-usr   /usr      10G    ext3  rw
vg0-srv   /srv      10G    ext3  rw
vg0-tftp  /tftpboot 10G    ext3  rw

Hope the above helps?

Antwort per Email an