Skip to content
Snippets Groups Projects

Newcomers introduction

Merged Emanuele Aina requested to merge wip/em/image-building-for-newcomers into apertis/v2019pre
All threads resolved!
10 files
+ 24
28
Compare changes
  • Side-by-side
  • Inline
Files
10
  • UEFI images currently fail on `bootctl install`:
    
      bootctl --path=/boot/efi install | Failed to get machine id: No medium found
      Action `Install UEFI bootloader` failed at stage Run, error: exit status 1
    
    This is due to bootctl using the machine-id to set the default entry in
    /boot/loader/loader.conf and the kernel postinst script using the same value to
    create the matching /boot/loader/entries entry.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
+ 0
3
@@ -7,6 +7,3 @@ rm -f /usr/lib/tmpfiles.d/home.conf
# tries to create unneeded legacy file
rm -f /usr/lib/tmpfiles.d/dbus.conf
# Empty etc/machine-id so it's regenerated on first device boot
echo > /etc/machine-id
Loading