mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-26 02:21:40 +00:00
Revert previous change, use ubuntu-server-raspi task name.
This commit is contained in:
parent
9a27811add
commit
83852ca96b
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.725) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Revert previous change. I was too impatient and didn't wait long enough
|
||||||
|
after performing some seed changes. The tasks are now correct and we can
|
||||||
|
go back to using ubuntu-server-raspi once again.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 15 Jun 2021 09:44:21 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.724) impish; urgency=medium
|
livecd-rootfs (2.724) impish; urgency=medium
|
||||||
|
|
||||||
* Use the server-raspi task name instead of ubuntu-server-raspi. It's still
|
* Use the server-raspi task name instead of ubuntu-server-raspi. It's still
|
||||||
|
@ -792,7 +792,7 @@ case $PROJECT in
|
|||||||
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
||||||
case "$ARCH+${SUBARCH:-}" in
|
case "$ARCH+${SUBARCH:-}" in
|
||||||
*+raspi)
|
*+raspi)
|
||||||
add_task install server-raspi
|
add_task install ubuntu-server-raspi
|
||||||
;;
|
;;
|
||||||
armhf*)
|
armhf*)
|
||||||
KERNEL_FLAVOURS=generic-lpae
|
KERNEL_FLAVOURS=generic-lpae
|
||||||
|
Loading…
x
Reference in New Issue
Block a user