lp:~nobuto/curtin/swap_fallocate

Created by Nobuto Murata and last modified
Get this branch:
bzr branch lp:~nobuto/curtin/swap_fallocate
Only Nobuto Murata can upload to this branch. If you are Nobuto Murata please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Nobuto Murata
Project:
curtin
Status:
Merged

Recent revisions

237. By Nobuto Murata

use fallocate instead of dd for faster swapfile creation, LP: #1482994

236. By Scott Moser

Write out udev rules for physical interfaces into target.

Also here is making net-meta do the right thing if its config has network
config information.

235. By Scott Moser

tools/: use 4 spaces rather than tab indentation

234. By Scott Moser

Initial implementation of network config yaml parsing and writing out of /etc/network/interfaces in target.

TODOs include:
  - spec on network yaml and acceptable values
  - switching to dict with version value
  - moving write-out of config to curtin.net
  - abstracting write-out into per-distro hooks
    - support centos/rhel/sles versions
  - unit and function testing

233. By Scott Moser

fix build break caused by flake8 and test_partitioning

232. By Scott Moser

Merge config with version

Also here is:
   tox.ini: only run tests under tests/unittests (not vmtests by default)
   test_partitioning: disabling this test until we have parted gone

231. By Scott Moser

merge custom partitioning layout

This adds a lot of work related to understanding the storage format
and implementing those things.

Also pulled is a vmtests that allow us to run some full integration tests.

230. By Scott Moser

tools/launch: fix for uefi in newer qemu

newer qemu go looking for a bios named bios-256k.bin rather than bios.bin.
So instead of using -L <dir>, we use -bios <path-to-file>

Note using the ovmf bios immediately goes into graphics mode rendering
curses less than useful.

229. By Scott Moser

pull in initial storage configuration code

This is part of effort to let the user of curtin have more definitive
control of the disk setup done by curtin.

Future packages will better document and test.

Note this breaks tox as python-parted is not available for installation
via pip. We'll need to find some way to do that.

228. By Scott Moser

add tox for easier testing

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers