Age | Commit message (Collapse) | Author |
|
Fix support for l2tpv3
|
|
Cleanup of unused parted root partitioning starting offset
|
|
Fix support for l2tpv3 over ip
|
|
|
|
As we are no longer setting the ROOT_OFFSET based on disk size,
I have removed the ROOT_OFFSET variable and the set_root_fstype
function.
|
|
|
|
Bug #171: Fixed parted command for root partition alignment.
|
|
Bug #170: Add support for l2tpv3
|
|
|
|
The current parted command does not align the root partition as desired
by the `--align optimal` option. This is evident from this parted message:
"Warning: The resulting partition is not properly aligned for best performance."
Instead of setting the ROOT_OFFSET=64S or ROOT_OFFSET=1024S (> 10GB) we should
set it to 0%. This will result in optimal alignment regardless of disk size.
Source: https://unix.stackexchange.com/a/49274
|
|
|
|
|
|
|
|
Changes are copyright 2013, Vyatta, a Brocade company.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correctness.
|
|
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
|
|
Also remove a Vyatta occurence.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|