Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / multistrap.conf @ 365b2ed3

History | View | Annotate | Download (1.4 kB)

# Date Author Comment
365b2ed3 01/29/2014 02:53 pm Nikos Skalkotos

Add support for resizing OpenBSD UFS file systems

d1628244 10/31/2013 04:43 pm Nikos Skalkotos

Add support for sha1 hashing method

This is the default password hashing method for NetBSD.

b0e6727c 10/30/2013 06:21 pm Nikos Skalkotos

Add support for Blowfish passwd hashing algorithm

This is not supported by the Linux version of crypt and is needed
for NetBSD and OpenBSD. Add a new python-bcrypt packet in the helper
that implements the OpenBSD Blowfish password hashing algorithm.

9db57d76 09/13/2013 03:42 pm Nikos Skalkotos

Fix multistrap.conf

Remove xen-linux-system-3.2.0-4-amd64 package and add packages from
the wheezy-helper suite of apt.dev.grnet.gr

1f72755b 09/11/2013 04:37 pm Nikos Skalkotos

Add the real kernel packages in multistrap.conf

Replace the meta packages with the real multistrap packages in
multistrap.conf

b931c859 09/10/2013 05:25 pm Nikos Skalkotos

Minor changes in the multstrap.conf

Put linux-image-amd64 and xen-linux-system-amd64 in the GRNet section
of multistrap.conf

e34345cb 09/09/2013 04:56 pm Nikos Skalkotos

Update multistrap to create a wheezy helper

Repo and version pinning does not work yet

b1cb73f2 04/18/2013 05:36 pm Nikos Skalkotos

Add support for FreeBSD

File injection isn't implemented yet

b0cb7802 04/16/2013 12:37 pm Nikos Skalkotos

Replace fix_gpt.py script with `sgdisk -e'

ced9273c 03/12/2013 06:17 pm Nikos Skalkotos

Install a patched version of ntfs-3g in the helper

The official debian squeeze version does not accept the "--no-mtab" option
used when mounting filesystems in the helper

490709cd 03/11/2013 04:59 pm Nikos Skalkotos

Add python-support in multistrap.conf

This is needed when updating the helper image using:
snf-image-update-helper -c <package_name>

d1e36c27 03/11/2013 03:17 pm Nikos Skalkotos

Remove iptables package from multistrap

snf-image-helper does not make any use of it

f7a4021c 02/07/2013 06:04 pm Nikos Skalkotos

Merge branch 'master' into xen

Conflicts:
snf-image-helper/common.sh
snf-image-host/Makefile.am
snf-image-host/common.sh.in
snf-image-host/create
snf-image-host/defaults

fd44cd04 01/04/2013 06:10 pm Nikos Skalkotos

Fix multstrap.conf to work with apt2

12af0dfd 01/04/2013 04:42 pm Nikos Skalkotos

In multistrap.conf change repository to apt2

b707572c 11/30/2012 04:43 pm Nikos Skalkotos

Fix repo url in multistrap.conf

5a5bf07d 11/28/2012 03:26 pm Nikos Skalkotos

Hardcode arch and suit in multistrap.conf

Use squeeze instead of stable

5197de03 11/28/2012 02:27 pm Nikos Skalkotos

Add apt preferences dir for multistrap

The files hosted in this directory will be added in the
/etc/apt/preferences.d directory of the helper image before multistrap
runs.

c9f5980b 10/05/2012 03:09 pm Nikos Skalkotos

Support installing snf-image-helper from apt repos

snf-image-update-helper should check when creating a helper VM if
an snf-image-helper package was installed from an apt repository
through multistrap. If this is the case, snf-image-update-helper
should not complain about not finding the HELPER_PKG.

beeb8f9f 09/28/2012 04:46 pm Nikos Skalkotos

Disable fsyncs in helper's VM resize operation

You can disable this behaviour by defining the DO_SYNC image property.

621a9a34 09/27/2012 07:34 pm Nikos Skalkotos

Replace debootstrap with multistrap

multistrap is more flexible allows as to define more that one
repository to retrieve packages from.