The Netinstall Combo repository serves as a resource for streamlined installation using Alpine Linux.
Ensure you have the following before proceeding with the installation:
- Alpine Linux: It's recommended to use the edge version for the latest features and improvements.
- Required Packages:
- dialog: For displaying dialog boxes for user interactions.
- agetty: Agetty is a variant of getty and is used for terminal handling.
- bash: Ensure that the Bash shell is available.
- ca-certificates: Used for SSL certificate management.
-
Copy Repository Files:
- Navigate to the desired location on your system.
- Utilize the following command to copy the files into the
/netinstalldirectory:cp -r /path/to/repository/* /netinstall/
-
Run the Installation Script:
- After copying the files, execute the main installation script with:
/netinstall/main.sh
- After copying the files, execute the main installation script with: