Opened 2 years ago

Closed 2 years ago

#92 closed defect (fixed)

Create /etc/sysconfig/network file

Reported by: joanna Owned by: smoku
Priority: minor Milestone: Release 1 Beta 1
Component: installer Keywords:
Cc:

Description

The installer doesn't create the mentioned file, which results in the NetworkManager? not working when using Dom0 as netvm.

Change History (3)

comment:1 Changed 2 years ago by smoku

  • Status changed from new to accepted

comment:2 Changed 2 years ago by joanna

  • Priority changed from major to minor

comment:3 Changed 2 years ago by smoku

  • Resolution set to fixed
  • Status changed from accepted to closed

This turned out to be a very "nasty" bug.
Our kernel package did not generate modules.{block,drm,networking} lists, which are used by Anaconda scripts to put modules in installer initrd. So the installer image did not have any network drivers. Thus Anaconda did not detect any networking device on the machine and not created /etc/sysconfig/network

Fixed in: http://git.qubes-os.org/?p=smoku/kernel;a=commit;h=fa633487621281be9cbfc2d5870c96f7d10dadd4 and http://git.qubes-os.org/?p=smoku/anaconda;a=commit;h=f67209946378b16672e0a66dfe926783163ae4f4

Note: See TracTickets for help on using tickets.