Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itoffshore/alpine-linux-scripts
Alpine Linux Setup Scripts
https://github.com/itoffshore/alpine-linux-scripts
gpt luks-partition lvm partitioning
Last synced: 10 days ago
JSON representation
Alpine Linux Setup Scripts
- Host: GitHub
- URL: https://github.com/itoffshore/alpine-linux-scripts
- Owner: itoffshore
- License: gpl-2.0
- Created: 2015-06-04T00:59:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T09:49:33.000Z (about 3 years ago)
- Last Synced: 2024-09-30T00:19:35.897Z (about 1 month ago)
- Topics: gpt, luks-partition, lvm, partitioning
- Language: Shell
- Size: 69.3 KB
- Stars: 46
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpine Linux Setup Scripts
To install to **`gpt` disks** you will need to choose a **`(b)oot` disk layout** in `setup-partitions` for the `boot` drive to be confgured correctly.
## Boot an [Alpine Linux iso](http://alpinelinux.org/downloads/) &:
```sh
setup-interfaces # x 3
ifup eth0
setup-apkrepos # choose one near you
apk add wget ca-certificates
wget http://it-offshore.co.uk/alpine/setup-disk #redirects to raw github script
wget http://it-offshore.co.uk/alpine/setup-partitions #redirects to raw github script
chmod +x set*
./setup-partitions
./setup-disk -m sys -E # hard disk encrypted installation
```[![asciicast](https://asciinema.org/a/18354.png)](https://asciinema.org/a/18354)
[![asciicast](https://asciinema.org/a/18130.png)](https://asciinema.org/a/18130)
[![asciicast](https://asciinema.org/a/22619.png)](https://asciinema.org/a/22619)