Releases: iczerjones/autolvm
autolvm v0.6
- Added an automatic cleanup for the installer once complete to avoid issues when downloading multiple times
- Changed timing on some waits
- Purge clean up script before executing installer
Install with:
wget https://github.com/iczerjones/autolvm/releases/download/v0.6/autolv_installer.bsx && bash autolv_installer.bsx
Full Changelog: v0.5...v0.6
autolvm v0.5
- Clarified messaging in installer and service around volume group and logical volume distinction
- Fixed typo in help dialog
Install with:
wget https://github.com/iczerjones/autolvm/releases/download/v0.5/autolv_installer.bsx && bash autolv_installer.bsx
Full Changelog: v0.4...v0.5
autolvm v0.4
- Added automatic resize of filesystem (ext2/3/4)
Install with:
wget https://github.com/iczerjones/autolvm/releases/download/v0.4/autolv_installer.bsx && bash autolv_installer.bsx
autolvm v0.3
- Added default option which will leverage the Turnkey Linux default install options to expand the root logical volume with no configuration
- Cleaned up some of the console messaging for clarity
- Streamlined the installer source build
Install with:
wget https://github.com/iczerjones/autolvm/releases/download/v0.3/autolv_installer.bsx && bash autolv_installer.bsx
autolvm v0.2
- Fixed volume group and logical volume creation for user specified volumes vs. existing
- Added additional console feedback for clarity
To install:
wget https://github.com/iczerjones/autolvm/releases/download/v0.2/autolv_installer.bsx && bash autolv_installer.bsx
VG First v0.1
Retooled to focus on the volume group as the target rather than a logical volume. After setting a target volume group, you can optionally select to narrow the focus to a logical volume.
To install:
wget https://github.com/iczerjones/autolvm/releases/download/vg-first-v0.1/autolv_installer.bsx && bash autolv_installer.bsx
test1
First attempt; identify any issues
Provides a list of existing logical volumes and requests user input to confirm desired volume
Copies the autolvm script to /usr/sbin
Copies the modified udev rule to /etc/udev/rules.d (10-autolvm.rules)
Restarts the udev daemon before completion. Any new drives will be added to the desired logical volume and the volume expanded automatically