[opensuse-autoinstall] swapfiles and nfs mounts
Is it possible for AutoYaST to create swapfiles (as opposed to swap partitions)? How about add entries for NFS mounts to fstab? Thanks, Peter -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Monday 03 August 2009 Peter Bowen wrote:
Is it possible for AutoYaST to create swapfiles (as opposed to swap partitions)?
no, you have to write a script for that
How about add entries for NFS mounts to fstab?
I have used the UI to create that snippet: <nfs config:type="list"> <nfs_entry> <mount_point>/remote/space</mount_point> <nfs_options>defaults</nfs_options> <server_path>server:/space</server_path> <vfstype>nfs</vfstype> </nfs_entry> </nfs> -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "Morgenstern" by Joachim Witt -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Peter Bowen
-
Uwe Gansert