Evolution #64
Remove 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.
Associated revisions
Revision 41:1b41dff57827
(diff)
Several improvements
- sleep 1s after modprobe before mounting / (References #64)
- Exim4 preseeding attempt to make Stage2 unattended
- Lowercase in hostname enforcement in stage2
History
Updated by Anonymous almost 10 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Applied in changeset demovm|commit:2b3d4fcacd55.
Removed auto-resizing logic from second stage
Closes #64