meta devices / root on lvm with autoinstall ?
hi is there the possibility to create meta-devices automatically, and how can I create a system with root on lvm? regards, andreas -- Andreas Kurz IT-Services INFONOVA GmbH Seering 6 A-8041 Unterpremstätten Tel: +43 (0)316/ 8003 - 2933 Fax: +43 (0)316/ 8003 - 1080 mailto:andreas.kurz@infonova.at Web: http://www.infonova.at _______________________________________________________ Dieses E-Mail enthält vertrauliche Informationen. Falls Sie nicht der beabsichtigte Empfänger sind, dürfen Sie den Inhalt dieses E-Mails weder offen legen noch verwenden. Sofern Sie dieses E-Mail irrtümlich erhalten haben, ersuchen wir Sie, dieses an uns umgehend zurückzusenden und anschließend zu löschen. This email is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this mail in error, tell us immediately by return email and delete the document.
* andreas.kurz@infonova.at <andreas.kurz@infonova.at> [May 14. 2002 18:05]:
hi
is there the possibility to create meta-devices automatically, and how can I create a system with root on lvm?
Yes it is possible although depending on you configuration you might have problems with the bootloader... Please make sure you use the latest update from ftp://ftp.suse.com/pub/people/nashif/autoyast2/RPMS/yast2-module-autoinst-2.5.24-0.noarch.rpm This update contains fixes for LVM and Partitioning in general. The following will create a root partition on top of LVM: <partitioning config:type="list" > <drive> <device>/dev/hdc</device> <partitions config:type="list" > <partition> <mount>/boot</mount> <filesystem>reiser</filesystem> <size>auto</size> <partition_type>primary</partition_type> </partition> <partition> <mount>swap</mount> <size>auto</size> <partition_type>primary</partition_type> </partition> <partition> <lvm_group>system</lvm_group> <size>max</size> <partition_type>primary</partition_type> </partition> </partitions> <use>all</use> </drive> </partitioning> <lvm config:type="list"> <lvm_group> <lvm_name>system</lvm_name> <pesize>4M</pesize> <logical_volumes config:type="list"> <lv> <lv_name>rootlv</lv_name> <lv_size>2gb</lv_size> <lv_fs>reiser</lv_fs> <lv_mount>/</lv_mount> </lv> <lv> <lv_name>optlv</lv_name> <lv_size>1500mb</lv_size> <lv_fs>reiser</lv_fs> <lv_mount>/opt</lv_mount> </lv> <lv> <lv_name>varlv</lv_name> <lv_size>200mb</lv_size> <lv_fs>reiser</lv_fs> <lv_mount>/var</lv_mount> </lv> </logical_volumes> </lvm_group> </lvm> Regards, Anas -- Anas Nashif <nashif@suse.com>, SuSE Linux AG Montreal (Laval), Canada
participants (2)
-
Anas Nashif
-
andreas.kurz@infonova.at