mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
create /boot/uboot on armhf to ensure that its in the system
tarball and still on the system if ubuntu-core-upgrader performs a "format" (LP: #1447652)
This commit is contained in:
parent
b471d3a2e0
commit
e0b6feda6c
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.301) UNRELEASED; urgency=low
|
||||
|
||||
* create /boot/uboot on armhf to ensure that its in the system
|
||||
tarball and still on the system if ubuntu-core-upgrader
|
||||
performs a "format" (LP: #1447652)
|
||||
|
||||
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Apr 2015 08:27:44 +0200
|
||||
|
||||
livecd-rootfs (2.300) vivid; urgency=medium
|
||||
|
||||
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: revert
|
||||
|
7
live-build/ubuntu-core/hooks/16-ensure-uboot.chroot
Normal file
7
live-build/ubuntu-core/hooks/16-ensure-uboot.chroot
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$(dpkg --print-architecture)" = "armhf" ]; then
|
||||
mkdir -p /boot/uboot
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user