This website requires JavaScript.
Explore
Help
Sign In
Lubuntu
/
calamares-settings-ubuntu
Watch
3
Star
0
Fork
0
You've already forked calamares-settings-ubuntu
mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced
2025-02-13 06:17:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
calamares-settings-ubuntu
/
common
/
modules
/
shellprocess_bug-LP#1829805.conf
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Work around update-initramfs issue and reorder jobs 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
2019-06-19 19:40:43 -07:00
---
dontChroot: false
timeout: 30
script:
Actually fixed contextual and shell processes.
2022-06-09 17:36:41 -05:00
- "touch ${ROOT}/boot/initrd.img-$(uname -r)"
Reference in New Issue
Copy Permalink