oem: Always mount /boot into the system

Otherwise updates will fail.
merge-requests/1/head
Matthias Klumpp 7 years ago
parent ecfadbcaa7
commit 307a6d2eee

@ -81,6 +81,4 @@ d-i preseed/late_command string cp /cdrom/purism/50_custom /target/etc/grub.d/50
chmod a+x /target/etc/grub.d/50_custom; \
echo "GRUB_DISABLE_OS_PROBER=true" >> /target/etc/default/grub; \
echo -e "#\n\ndeb http://repo.puri.sm/pureos/ green main" > /target/etc/apt/sources.list; \
in-target sed -e '/boot/s/^#*/#/' -i /etc/fstab;\
in-target update-grub;
in-target update-grub;

Loading…
Cancel
Save