- 03 Feb, 2014 2 commits
-
-
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
-
- 05 Nov, 2013 3 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
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 1 commit
-
-
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 4 commits
-
-
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.
-
Nikos Skalkotos authored
Those variables are needed to make ChangePassword work
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 29 Oct, 2013 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Resizing NetBSD and OpenBSD partitions, as well as FFS filesystems does not work for now
-
- 18 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
Fix a bug in get_partition_to_resize where the script would not stop if the get_partition_table function failed, leading to bash syntax errors.
-
- 23 Sep, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 19 Sep, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 02 Sep, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 27 Aug, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 26 Aug, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 16 May, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 23 Apr, 2013 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 22 Apr, 2013 2 commits
-
-
Nikos Skalkotos authored
In bash command substitution may trim the output. We need to count the stderr lines after we use tail and not before
-
Nikos Skalkotos authored
Sometimes sfdisk --print-id does not return the id because it erroneously detects the partition as being GPT. Add a --force to overcome this.
-