mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-03 06:01:30 +00:00
Set timeout options so ppc64el cloud images don't display a grub boot
menu (matching the behaviour of other cloud images).
This commit is contained in:
parent
b40f8fe89f
commit
e3d6d5dc9f
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.373) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Set timeout options so ppc64el cloud images don't display a grub boot
|
||||||
|
menu (matching the behaviour of other cloud images).
|
||||||
|
|
||||||
|
-- Daniel Watkins <daniel.watkins@canonical.com> Thu, 28 Jan 2016 09:32:36 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.372) xenial; urgency=medium
|
livecd-rootfs (2.372) xenial; urgency=medium
|
||||||
|
|
||||||
* Install grub in ppc64el cloud images so they are bootable (LP: #1538610)
|
* Install grub in ppc64el cloud images so they are bootable (LP: #1538610)
|
||||||
|
@ -30,7 +30,13 @@ install_grub() {
|
|||||||
mkdir -p mountpoint/etc/default/grub.d
|
mkdir -p mountpoint/etc/default/grub.d
|
||||||
cat << EOF > mountpoint/etc/default/grub.d/50-cloudimg-settings.cfg
|
cat << EOF > mountpoint/etc/default/grub.d/50-cloudimg-settings.cfg
|
||||||
${CLOUD_IMG_STR}
|
${CLOUD_IMG_STR}
|
||||||
#
|
|
||||||
|
# Set the recordfail timeout
|
||||||
|
GRUB_RECORDFAIL_TIMEOUT=0
|
||||||
|
|
||||||
|
# Do not wait on grub prompt
|
||||||
|
GRUB_TIMEOUT=0
|
||||||
|
|
||||||
# Set the default commandline
|
# Set the default commandline
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="console=hvc0 earlyprintk"
|
GRUB_CMDLINE_LINUX_DEFAULT="console=hvc0 earlyprintk"
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user