lp:~corey.bryant/curtin/README

Created by Corey Bryant and last modified
Get this branch:
bzr branch lp:~corey.bryant/curtin/README
Only Corey Bryant can upload to this branch. If you are Corey Bryant please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Corey Bryant
Project:
curtin
Status:
Merged

Recent revisions

105. By Corey Bryant

doc/devel/README.txt: Update sample launch command with "--"

The "--" flag causes launch script to break from launch option processing.
Adding this to the sample launch command to help prevent future users from
having clash between launch and curtin options (e.g. -v).

104. By Corey Bryant

curtin/commands/install.py: Add kexec support

This allows for a faster alternative to the existing reboot power_state mode.
Sample usage: curtin install --set "kexec/mode=on"

103. By Scott Moser

partition: default to 'mbr' format

this will probably have to change with UEFI support, but for now, partition
default to 'mbr'

102. By Scott Moser

support source as a local tar file (not only a url)

101. By Scott Moser

decode_perms: fix error if permissions was not an int

isinstance(thing, None) is not valid, and that was throwing
an error, causing us down the return default path.

100. By Scott Moser

write_files: read 'permissions' or 'perms' to specify mode

cloud-init uses 'permissions' for the permission key in a write_files
input. this just makes it more forgiving.

99. By Scott Moser

write_files: avoid writing a file if no path is given

if the user provides an entry in 'write_files' that did not have a 'path'
then this would warn, and then stack trace. better to just warn.

98. By Scott Moser

curthooks: always update grub linux default entry

Previously we only modified GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub
if there were new kernel command line parameters found.

The images that were built from cloud images would have baked into them
'console=ttyS0'. The result was serial console output even if the user
didn't request it (or didn't have a serial console).

97. By Scott Moser

doc/devel/README.txt: update doc with minor apt package changes

xkvm no longer needs the bridge-utils or uml-utils.
bzr is obviously necessary for other parts of the doc.

96. By Scott Moser

helpers: improve 'partition' to support GPT via sgdisk, fix sfdisk create bug

when creating with sfdisk, there was a bug where we would not utilize
the maximum amount available if the disk was over 2TB.

This also adds support for GPT disks via sgdisk.

One thing that needs to be added is choice of which to use.
Right now it defaults to gpt without even checking for availability of sgdisk.

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