Summary: The initramfs job fails to build an initrd.img for two reasons: 1. No /boot/vmlinuz-$version 2. No /boot/initrd.img-$version (1) is due to "contextualprocess@before_bootloader_mkdirs" needing to be executed before "initramfs" because it copies in the kernel image from /cdrom/casper/vmlinuz. (2) is due to a bug in update-initramfs::get_sorted_versions() because it expects there to be an existing initrd.img-$version despite the fact the "initramfs" module is calling it with the -c (create) option, not -u (update). Closes (LP: #1829805) Test Plan: Edited config in Live Environment and successfully rebooted into the installed OS. Reviewers: wxl, tsimonq2 Reviewed By: wxl Differential Revision: https://phab.lubuntu.me/D15
Lubuntu's Calamares Settings
This directory houses the Calamares settings for Lubuntu.
Unless otherwise stated, the contents of this directory are licensed as follows:
Copyright (C) 2018 Lubuntu Developers lubuntu-devel@lists.ubuntu.com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software. If not, see http://www.gnu.org/licenses/.