lp:cirros
- Get this branch:
- bzr branch lp:cirros
Branch merges
Related bugs
Bug #1369367: dhcpc does not handle local subnet routes correctly | Medium | Confirmed |
|
Bug #1417684: Image defaults to MST timezone (not UTC) | Low | Fix Committed |
|
Bug #1431320: RESIZE_MODE='foreground' is broken | Medium | Fix Committed |
|
Bug #1564948: Dropbear fails to start with empty key | Medium | Fix Committed |
|
Bug #1605583: No serial console on ARM and AArch64 | Medium | Fix Committed |
|
Bug #1605589: no tools available to resize disk with 'gpt' | High | Fix Committed |
|
Related blueprints
Branch information
Recent revisions
- 379. By Scott Moser on 2016-09-16
-
README: Mention move of revision control to git.
cirros development has moved its revision control to git.
It is available at
https://code.launchpad .net/cirros Clone with
git clone https://git.launchpad. net/~cirros- dev/cirros
or
git clone git://git.launchpad. net/~cirros- dev/cirros
or
git clone git+ssh://git.launchpad .net/~cirros- dev/cirros For more information see
https://git.launchpad. net/cirros/ tree/README - 378. By Scott Moser on 2016-07-22
-
Get newer util-linux (2.27) to support gpt partition manipulation.
We do this to have a new enough sfdisk to work with GPT.
The version of 2.26.2 is not enough due to sfdisk losing uuids
of gpt partitions on recreate (LP: #1474090). - 376. By Scott Moser on 2016-07-22
-
arm/aarch64: put a getty on ttyAMAO.
Allow to login on serial console on arm/aarch64 architectures.
Virtualized ARM/AArch64 machines provide ttyAMA0 serial port. Use it. - 375. By Scott Moser on 2016-07-22
-
bin/build-release: add human output format to logevent messages.
We would see something like:
Thu, 21 Jul 2016 19:06:21 +0000 finished [10892s]
Now show something like:
Thu, 21 Jul 2016 19:06:21 +0000 finished. Took 3h 1m 32s. [10892s] - 374. By Scott Moser on 2016-07-21
-
bin/system-setup: add mtools to packages needed for build-efi-images.
mcopy from package mtools is used by build-efi-images.
Add it to the list. - 372. By Scott Moser on 2016-07-21
-
bin/mkcabundle: replace cvs with wget to github of mozilla git
mozilla no longer uses cvs. upstream git is on github.
We can just download the file with wget and still use mkcabundle.
TODO is to replace mkcabundle with shell that does same thing,
and updates the header correctly. - 371. By Scott Moser on 2016-07-21
-
Add support for UEFI booting on AArch64 and x86-64 architectures.
Grub2-efi binaries are pulled from Ubuntu and used to build EFI grub
images.Disk images are switched to GPT scheme. Part1 is rootfs (from part.img
as it was), part15 is EFI System Partition with EFI grub in place
(on aarch64 and x86-64 only).Also enabled ARM disk images to be part of release.
Boot tested:
- aarch64/uefi - grub
- aarch64/uefi - direct kernel
- arm - direct kernel
- i686/bios
- x86-64/bios
- x86-64/uefiAll those images booted fine. Not tested PPC ones yet.
- 370. By Scott Moser on 2016-07-21
-
white space and consistency cleanup on bin/
All programs in bin/ have 4 space indent and consistent 'vi:' settings
set at bottom of file.
# vi: tabstop=4 expandtabFor consistency and simplicity, all programs in bin/ are bash as opposed
to mixed bash or sh.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~smoser/cirros/trunk