Sha256: dd46ac3702e9fbd2b3a06c2ef5b25957e19fd4d3aa2625c02db9f988043e9990
Contents?: true
Size: 1.36 KB
Versions: 18
Compression:
Stored size: 1.36 KB
Contents
# README for AutoYaST export from Machinery This directory contains an AutoYaST configuration that was exported by Machinery. The user is expected to be familiar with using AutoYaST. ## Using the AutoYaST export The export directory contains both the AutoYaST profile and additional data that is required during installation. This directory needs to be made available to the installer via network, e.g. by running: cd <path>; python -m SimpleHTTPServer You can then point the installer to the profile by specifying the AutoYaST option on the kernel command line. For SLES12 and openSUSE 13.2: autoyast2=http://<ip>:8000/autoinst.xml For SLES11: autoyast=http://<ip>:8000/autoinst.xml netsetup=dhcp ## Changing permissions of the AutoYaST export By default the AutoYaST export is only accessible by the user. This is also the case for all sub directories. The installation via for example an HTTP server is only possible if all files and sub directories are readable by the HTTP server user. To make the export directory readable for all users run: chmod -R a+rX <path> ## Reference Additional information regarding AutoYaST is available in the official documentation: For SLES12: https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_autoyast.html For SLES11 https://www.suse.com/documentation/sles11/singlehtml/book_autoyast/book_autoyast.html
Version data entries
18 entries across 18 versions & 1 rubygems