parent
7c0e66e9ea
commit
716cc6720b
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE profile>
|
||||||
|
<profile xmlns="http://www.suse.com/1.0/yast2ns"
|
||||||
|
xmlns:config="http://www.suse.com/1.0/configns">
|
||||||
|
|
||||||
|
<users config:type="list">
|
||||||
|
<user>
|
||||||
|
<encrypted config:type="boolean">false</encrypted>
|
||||||
|
<user_password>linux</user_password>
|
||||||
|
<username>root</username>
|
||||||
|
</user>
|
||||||
|
</users>
|
||||||
|
</profile>
|
||||||
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,5 @@
|
|||||||
# Base Autoyast Scripts for Testing
|
# Base Autoyast Scripts for Testing
|
||||||
|
|
||||||
- `default.xml` Template for building other scripts.
|
- `default.xml` Template for building other scripts.
|
||||||
-
|
- `autoyast=https://git.cerealoort.net/County/autoyast_test/raw/branch/master/default.xml`
|
||||||
|
- Built from original test agent node (Leap 15.6)
|
||||||
|
|||||||
Loading…
Reference in new issue