Installing Standard Alpine
Let's see in this section quick and easy steps to install Alpine Linux.
note
This tutorial was made using Alpine v3.20.x, if something is not working on future versions please open an issue on this repository.
Intro
This tutorial teaches how to install a standard base Alpine install, if you want to learn or configure deeper please see the official wiki. Bellow is the steps to do a easy and painless standard install, you can download Alpine here.
Steps
warning
The installer needs internet, makes sure you have a ethernet cable with stable connection!
- Login by typing:
root
- Start the setup script by running:
setup-alpine
- Select your keyboard layout, en-us is:
en us
- Press enter to keep the default hostname
- Press enter to keep the default eth settings
- Press enter to keep the default IP address scheme
- Press enter to keep the default networks settings
- Type a strong password for root
- Choose your timezone
- Press enter to keep the default proxy settings
- Press enter to keep the default mirror
- Type your system username
- Type your username full name
- Type a strong password for your user
- Press enter to keep the default ssh key settings
- Press enter to keep the default ssh server
- Type the disk to install Alpine (MAKE SURE TO USE THE RIGHT DISK)
- Install Alpine on the selected disk by typing:
sys
- Type
y
to proceed with the installation - Reboot or shutdown
- Congratulations! Now Alpine is installed on your disk!