Skip to content

Instantly share code, notes, and snippets.

@cthiel
Created June 16, 2011 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cthiel/1029088 to your computer and use it in GitHub Desktop.
Save cthiel/1029088 to your computer and use it in GitHub Desktop.
SUSE Studio: Run AutoYaST profile on appliance's first boot, example 1
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<general>
<ask-list config:type="list">
<ask>
<question>Enter the user for this machine</question>
<default></default>
<help>Enter your novell userID</help>
<title>userID</title>
<file>/tmp/answer_user</file>
<stage>cont</stage>
</ask>
</ask-list>
</general>
</profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment