On Fri, 04 Apr 2014 07:38:34 +0200 Per Jessen <per@computer.org> wrote:
Jan Engelhardt wrote:
On Thursday 2014-04-03 17:40, Per Jessen wrote:
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time?
On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed?
Was it or was it not, now?
I checked with rpm -qa, it wasn't installed, I had to install it myself. The deprecated 'ifconfig' was installed though :-)
rpm -qa is not correct way in inst-sys. You should check /.packages.root which contain packages there with version.
ls -l /usr/sbin/ip
Yes, it's there now, but not when the system was booted the first time.
It is different system. inst-sys is system for installation which is reduced as it completelly lives in RAM, so its size create requirement for RAM. Our code is to keep it minimal to allow installation also with minimal RAM. Usually available packages in inst-sys is defined by needs of installer. Hint: try extend command as not all packages are directly in RAM, so e.g. extend gdb adds gdb to inst-sys. Josef -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org