Questions tagged [autoyast]

7 questions
3
votes
1 answer

Specifying network settings during SLES 11 auto installation

I'm setting up an autoinst.xml file for auto-installing SLES 11. I get prompted for the various interface settings per below, but they don't seem to stick once the server reboots. I don't think I have the xml defined correctly. I'm hoping someone…
Banjer
  • 3,854
  • 11
  • 40
  • 47
1
vote
0 answers

Connect via SSH to SLES12 installation

I am trying to make unattended installation but with SSH connectivity, so I can connect remotely and check installation logs. I know about usessh=1 kernel parameter, but this makes installation wait for me to start both stages. Without usessh=1,…
Mars
  • 123
  • 3
1
vote
2 answers

How to install packages from list with zypper?

End state. I want to reformat my / partition, reinstall opensuse tumbleweed, and have the same packages installed then as now. Problem. I made what appears to be a poor choice, formatting the root filesystem as btrfs. The 20 GB I had for it was…
A. R. Diederich
  • 121
  • 1
  • 5
1
vote
0 answers

Zypp curl error during installing OpenSUSE 13.1

I have error during automatic install OpenSuse with AutoYAST. First stage completes successfully. But when server restarts I get error when autorefreshing repos. In y2log error zypp error MediaCurl.cc(doGetFileCOpyFile): Download (curl) error for…
Vladimir Kovalchuk
  • 159
  • 1
  • 2
  • 7
0
votes
1 answer

How to apply a autoyast xml without reboot?

I need to apply some configurations in my environment with Suse, using command line. I found the following command: yast autoyast file filename=/opt/auth/autoyast.xml But this command just load my XML, end a need to apply this XML without…
0
votes
1 answer

YaST broken after removing PCRE 7.9

I installed PCRE 8.12 on my server using YaST but found that PCRE 7.9 was still installed and active (as seen via pcretest -C). In order to delete or deactive PCRE 7.9 I tried deleting it using YaST. But I think that process deleted many other files…
Usman
  • 263
  • 2
  • 5
  • 13
0
votes
2 answers

SLES AutoYaST Script Validity Verification

Does anyone here write their own customized AutoYaST scripts for building SLES servers? I'm not talking about generating them with yast2 autoyast. If so, have you found a way to verify the syntax? xmllint is good as far as telling you that the XML…
Xerxes
  • 4,133
  • 3
  • 26
  • 33