lp:~smoser/curtin/trunk.no-translations

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/curtin/trunk.no-translations
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Project:
curtin
Status:
Merged

Recent revisions

291. By Scott Moser

fix usage of os.path.join

os.path.join("/target", "/etc/sources.list") returns "/etc/sources.list"

Fix that usage, and only get 'listfiles' once.

290. By Scott Moser

minor cleanups / remove print / fix comments

289. By Scott Moser

simplify a bit. only use one temp file

288. By Scott Moser

remove the deletes as not necessary

287. By Scott Moser

use apt-get option for no translations

Rather than a temporary config file, use the apt-get option to disable
translations. It really should be both more effective and more temporary.

286. By Scott Moser

apt-update: do not download translation files or source files

getting translation files and source index files is simply waste in
an installer environment.

285. By Scott Moser

system_install: fix log message copied from system upgrade

make the system install warning mention system install rather than system
upgrade.

284. By Scott Moser

add system-install sub command.

This adds the ability for user to do:
  curtin system-install pastebinit lftp

And for curtin to do that in a way that does not prompt.
The intent would be to support yum or other target specific package
manager also.

283. By Scott Moser

An assortment of minor fixes to the LVM Testcase.

[1/18] check for the second lvm mount in fstab as well
[2/18] Fix python error reports about accessing assert function where they
       were not inherited.
       __test__ = false is set anyway so that doesn't cause any harm to
       derive TestCase earlier.
[3/18] Ensure class names differ in copy and pasted tests to recognize
       which class really had issues
[4/18] Move the fstab test to a generic place and only instruct via
       setting a lst of paths to test
[5/18] Install fs tools for btrfs and xfs
[6/18] Allow all mdadm raidlevels and alias which work in curtin
[7/18] Report commands generated by vmtests and submitted into cloud-init
[8/18] Fix a too long line to satisfy flake8 checker
[9/18] Generalizing file content checks
[10/18] Generalize device name checks
[11/18] Harden the fstab check to fail in a more graceful way
[12/18] Restructure class inheritance in the LVM tests for better reuse
[13/18] Restructure class inheritance in mdadm tests for better reuse
[14/18] Add a testcase to put root on mirrored devices
[15/18] Add a testcase to put root on raid5 devices
[16/18] Add testcase to put boot on raid6 based device
[17/18] Add testcase to put boot on raid10 based device
[18/18] Adding a test that ramps up complexity.

282. By Scott Moser

extract: do not specify 'z' to tar extract

tar will automatically do the right thing for compression
it knows about. Removing the 'z' here makes us able to install
a .tar.xz file too.

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