Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/debian2opensuse
https://github.com/bmwiedemann/debian2opensuse
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmwiedemann/debian2opensuse
- Owner: bmwiedemann
- Created: 2022-09-20T19:14:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T05:38:28.000Z (8 months ago)
- Last Synced: 2024-12-03T10:11:34.284Z (20 days ago)
- Language: Perl
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Replace a Debian or other Linux VM with an openSUSE image
because some hosters only offer other distributions.## Pre-requisites
* needs 900MB space in /dev/shm
* needs 600MB space on disk## usage
Copy this dir onto the target VM and do
```
cd /path/to/debian2opensuse
edit customsetup.sh
REALLY=1 ./setup.sh
# after a bit it will stop for the optional customization of openSUSE:
chroot .
passwd
exit
exit
```