- Install termux
- Install qemu
- Create an image disk(to install alpine):
- edit
/etc/resolv.conf
to have the content nameserver 8.8.8.8
- Make the resolv.conf file immutable using1
- sudo chattr +i /etc/resolv.conf
- I had issues during setup-alpine and configuring eth0 interface. The resolv.conf was overridden.
- Do setup-alpine
- setup everything as required
- For the disk choose
sda
which is the image that we created.
- Once the installation is done run
halt
. Exit from Qemu using ctrl+a x
- Boot into the system using