- 06 Feb, 2014 1 commit
-
-
Nikos Skalkotos authored
* Add links for downloading NetBSD and OpenBSD images * Remove the reference to the partition extending limitation for OpenBSD
-
- 05 Feb, 2014 1 commit
-
-
Nikos Skalkotos authored
Add an extra check to determine if the user gave the correct ROOT_PARTITION property
-
- 04 Feb, 2014 1 commit
-
-
Nikos Skalkotos authored
This can be used to overwrite the size of the virtual RAM that will be given to the helper VM
-
- 03 Feb, 2014 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Remove --print-last-linux and change some other argument names
-
Nikos Skalkotos authored
Add code to read /etc/fstab of the *BSD images and mount the remaining filesystems during MountImage. This only worked for Linux
-
- 31 Jan, 2014 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 30 Jan, 2014 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If the disk size is greater that 8G then the CHS value of the MBR will overflow. We should assign a fixed CHS value for this case.
-
- 29 Jan, 2014 5 commits
-
-
Nikos Skalkotos authored
In many cases although rw flags is passed to mount, the command returns SUCCESS with a warning that the fs seems to be mounted ro. Remounting rw does work.
-
Nikos Skalkotos authored
partprobe creates the partitions by itself and since it does not support disklabels, the disklabel partitons are not recreated
-
Nikos Skalkotos authored
After disklabel.py enlarges the partition the kernel must be informed about this
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This only enlarges the partition and not the ufs file system
-
- 24 Jan, 2014 5 commits
-
-
Nikos Skalkotos authored
bump version to 0.12.1next Conflicts: version version.m4
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix a bug where API params like CONFIG_URL or IMG_PASSWORD where checked and used by scripts other that `create' (e.g. `import' and `export'). This may lead to errors. The CONFIG_URL may not be valid after the image creation
-
Nikos Skalkotos authored
-
- 12 Dec, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 03 Dec, 2013 1 commit
-
-
Nikos Skalkotos authored
During ./configure check that python >= 2.6 as well as prctl and scapy python modules are present in the system
-
- 02 Dec, 2013 1 commit
-
-
Nikos Skalkotos authored
The pithosmap URI needs an image size in the end
-
- 05 Nov, 2013 5 commits
-
-
Nikos Skalkotos authored
In OpenBSD the first line(s) get overwritten upon each boot by the rc scripts and kernel informations are added
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
In some cases the task removed some shadow/master.passwd entries by accident because the grep pattern it used was more general than it should be
-
- 04 Nov, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Update the documtation to reflect the changes made to support NetBSD and OpenBSD systems.
-
Nikos Skalkotos authored
In order to reenable fsync() the DO_SYNC image property should be defined like this: DO_SYNC=yes
-
- 01 Nov, 2013 2 commits
-
-
Nikos Skalkotos authored
This can be used to override the hashing function ChangePassword task uses. By default for linux and freebsd images, sha512 is used. For OpenBSD blowfish and for NetBSD sha1.
-
Nikos Skalkotos authored
It only affects the printing of an information string
-
- 31 Oct, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This is the default password hashing method for NetBSD.
-
Nikos Skalkotos authored
-
- 30 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
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.
-