Actions
Evolution #64
closedRemove auto-resizing script installation from the manual install
Description
Currently the autoresizing scripts are supposed to be preinstalled in the minimal base install, then, it is possible to extend the disk image size to optionally execute the second stage installation, which ensure that the resizing tools are setup. But if they are not, it is too late to install them, the OS wont reboot until it actually needs disk space and the second stage will fail.
As the auto-resizing scripts are supposed to be preinstalled and as they are preinstalled by the VM generation in packer, it is useless to keep them duplicated in the manual second stage install.
Actions