Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper @ 18b4d7d0

Name Size
  tasks
AUTHORS 116 Bytes
COPYING 17.7 kB
ChangeLog 1.1 kB
Makefile.am 754 Bytes
autogen.sh 302 Bytes
common.sh 9.9 kB
configure.ac 1.1 kB
decode-properties.py 2.5 kB
fix_gpt.py 9.1 kB
inject-files.py 3.4 kB
snf-image-helper.in 2.9 kB
snf-passtohash.py 2.4 kB
unattend.xml 4.8 kB

Latest revisions

# Date Author Comment
18b4d7d0 07/29/2012 04:58 pm Nikos Skalkotos

In archlinux make use of /etc/hostname if present

Newer arch linux systems use this file to assign a hostname. If the
file is present and not empty, then use it.

9eaa21c5 07/23/2012 07:26 pm Nikos Skalkotos

Add support for archlinux

  • Fix distro detection code to detect arch linux systems
  • Fix AssighHostname hook to successfully assign the host name on
    arch linux systems
f32664b2 07/16/2012 11:51 am Nikos Skalkotos

Add helper-monitor.py program

This program transforms raw helper monitor messages into json strings
under very strict rules. This reduces security concerns since the
helper VM output cannot be trusted.

d81acb1e 06/29/2012 12:20 pm Nikos Skalkotos

Make the name of image properties case-insensitive

Defining EXCLUDE_TASK_DeleteSSHKeys is the same as defining
EXCLUDE_TASK_DELETESSHKEYS

a50a2bff 05/29/2012 06:37 pm Nikos Skalkotos

cleanup! cleanup! cleanup! cleanup!

  • Change the monitor message type names once again (hope this is
    the final version)
  • Pass -u (unbuffered) to sed to retain the actual output order in
    the log file
  • Fix a bug in helper code where the starting `{' was missing from...
87d1bf2e 05/28/2012 05:20 pm Nikos Skalkotos

Cleanup monitoring code pt2

  • Remove id field in the notifications (what was left)
  • Make copy-monitor.py use the already opened pipe file descriptor
    instead of reopening the file
  • Let bash choose the file descriptor instead of specifying one when...
df1c62e2 05/25/2012 05:57 pm Nikos Skalkotos

Cleanup monitoring code

  • Add nanoseconds field in timestamp
  • Remove id field in the notifications
  • Fix cleanup code
2a0ab295 05/24/2012 05:08 pm Nikos Skalkotos

Add start-task and finish-task events

This commit extendes the monitoring mechanism to include events from
snf-image-helper.

10bf026d 05/23/2012 02:27 pm Nikos Skalkotos

Fix a bug in FixPartitionTable task

Trying to add a logical swap partition after an already existing logical
partition triggered an error in parted, because between logical partitions
a gap of at least 1 sector needs to be present.

5fc02e52 05/17/2012 05:21 pm Nikos Skalkotos

Update ChangeLog and configure for v0.4

View revisions

Also available in: Atom