6f5ed0 UsrMerge the kernel (boo#1184804)

Authored and Committed by lnussel 2 years ago
    UsrMerge the kernel (boo#1184804)
    
    - Move files in /boot to modules dir
    
      The file names in /boot are included as %ghost links. The %post script
      creates symlinks for the kernel, sysctl.conf and System.map in
      /boot for compatibility. Some tools require adjustments before we
      can drop those links. If boot is a separate partition, a copy is
      used instead of a link.
    
      The logic for /boot/vmlinuz and /boot/initrd doesn't change with
      this patch.
    
    - Use /usr/lib/modules as module dir when usermerge is active in the
      target distro.
    
        
file modified
+92 -14
file modified
+1 -1
file modified
+3 -3
file modified
+30 -37
file modified
+18 -1
file modified
+2 -2
file modified
+6 -4
file modified
+5 -4