Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/salt-partitionless-debian
https://github.com/bmwiedemann/salt-partitionless-debian
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmwiedemann/salt-partitionless-debian
- Owner: bmwiedemann
- License: other
- Created: 2016-12-05T03:50:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T04:10:17.000Z (about 8 years ago)
- Last Synced: 2024-11-20T09:26:19.226Z (about 2 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains scripts, configs and salt files
that help to create a partitionless image
with the current Debian stable (jessie)To do that, you need to
- wget http://ftp.de.debian.org/debian/dists/jessie/main/installer-amd64/current/images/netboot/mini.iso
- qemu-img create jessie.img 2G
- kvm -m 1000 -drive file=jessie.img,if=virtio -cdrom mini.iso -vnc :20 -monitor stdio -net vde -net nic,macaddr=FE:FD:00:00:eb:14,model=virtio
- install a normal Debian with just one root partition to "jessie.img" using preseed.cfg and automatic install mode
- run scripts/mknopart.sh
- apply salt states in the middle using salt-ssh vm20b state.apply