ubuntu/+source/grub-legacy-ec2:ubuntu/devel

Last commit made on 2022-01-19
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/ubuntu/+source/grub-legacy-ec2
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:ubuntu/+source/grub-legacy-ec2

Recent commits

2c15357... by Christian Ehrhardt 

1:1ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

6a397c6... by Scott Moser

releasing package grub-legacy-ec2 version 1:1ubuntu1

38e1aad... by Scott Moser

update changelog

d2ae4bc... by Scott Moser

Do not attempt to read from stderr, only from stdin and if it is a terminal.

Previously, if /boot/grub/menu.lst did not exist, then
the a postinst would attempt read from stderr, which is not likely
opened for reading. This does two things:
 a.) reads from stdin (which makes more sense)
 b.) only attempts to do so if input is a terminal.

If not 'a' and 'b' then write /boot/grub/menu.lst from template
rather than exiting fail.

LP: #1786244

3a51198... by Scott Moser

1:1 (patches unapplied)

Imported using git-ubuntu import.