mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
Don't copy initrd from the live install, because that contains casper.
This commit is contained in:
parent
875e9a9daf
commit
a0da5ae20d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
calamares-settings-ubuntu (14) UNRELEASED; urgency=medium
|
||||
|
||||
* Don't copy initrd from the live install, because that contains casper.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 25 Jul 2018 06:19:24 -0500
|
||||
|
||||
calamares-settings-ubuntu (13) cosmic; urgency=critical
|
||||
|
||||
* Calamares is capitalized (LP: #1783109).
|
||||
|
@ -4,9 +4,7 @@ timeout: 10
|
||||
firmwareType:
|
||||
efi:
|
||||
- -cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)
|
||||
- -cp /cdrom/casper/initrd @@ROOT@@/boot/initrd.img-$(uname -r)
|
||||
- -mkdir -pv @@ROOT@@/media/cdrom
|
||||
- -mount --bind /cdrom @@ROOT@@/media/cdrom
|
||||
bios:
|
||||
- -cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)
|
||||
- -cp /cdrom/casper/initrd @@ROOT@@/boot/initrd.img-$(uname -r)
|
||||
|
Loading…
x
Reference in New Issue
Block a user