Feature: _autoinstall
Description
Features
This feature adds automatic installation by:
- Providing
gl-autoinstall.service— Systemd service triggered on first boot - Providing
/usr/local/sbin/gl-autoinstall— Wrapper script that:- Auto-detects first suitable block device (or uses
gl.install.targetkernel parameter) - Calls
_install's/opt/install/install.sh - Reboots into installed system
- Auto-detects first suitable block device (or uses
Service conditions:
- Runs only when
/opt/install/install.shexists - Skips if
/.installedmarker is present
Combine with _iso or _pxe for bootable images.
Unit testing
This feature does not support unit tests.
Meta
| type | flag |
| artifact | None |
| included_features | _install |
| excluded_features | None |