lp:~blake-rouse/curtin/fix-bug-1306164

Created by Blake Rouse and last modified
Get this branch:
bzr branch lp:~blake-rouse/curtin/fix-bug-1306164
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Blake Rouse
Project:
curtin
Status:
Merged

Recent revisions

126. By Blake Rouse

Make EFI partition 512MiB in size.

125. By Scott Moser

fix incorrect return code on pc-pios install path

With addition of uefi code, the pc-bios path would return failure even
though the operation succeeds.

The issue was just that the return code was based on whether mp_efi
variable was set or not.

124. By Scott Moser

fix 'make check' (trailing whitespace)

123. By Scott Moser

install onto uefi systems

It checks to see if the system was booted with uefi, and if so chooses to
install uefi. Because of the check for boot method, there is little
chance of false positive breaking a system that would have worked
correctly.

122. By Scott Moser

helpers/common: remove tabs

the ':vi' indicates that this should be 'expandtab',
so tabs are just wrong here.

121. By Scott Moser

run apt-get update if installing packages

Because the apt-cache might be stale, we need to run apt-get update once.
This implements a marker file.

120. By Scott Moser

fix installing of non-lts (precise or trusty)

If installing something that the KERNEL_MAPPING didn't know
about, then we'd get a failure.

Now, catch the KeyError and fallback.

119. By Scott Moser

tools/launch: fix kernel cmdline when using '-kernel'

the args there were simply wrong (and duplicated).

118. By Scott Moser

Support installing on Calxeda Highbank systems.

This should also work for other ARMv7 systems, assuming there are not bugs
specific to those systems.
 - rather than trying to setup grub, just update initramfs.
 - treat network interfaces in the 'unknown' operstate as up.

117. By Scott Moser

support reading kernel mappings from config

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~curtin-dev/curtin/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers