summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2022-11-29 12:27:06 +0100
committerGeorg Pfuetzenreuter2022-11-29 12:27:06 +0100
commit15042704b931e02b4dbcfcee1d0dab586c4c16ef (patch)
tree9b3dd3d7de0ef6fcd28fb5fa1f6049605c1beb8c /README.md
downloadopensuse-bootstrap-master.tar.gz
opensuse-bootstrap-master.tar.bz2
opensuse-bootstrap-master.zip
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..513b11a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+This houses scripts to install openSUSE from within another GNU/Linux distribution. Useful for VPS hosting providers not offering an option to upload custom ISO images.
+
+Example for OVH's Debian based "rescue system":
+```
+./boostrap-ovh.sh /dev/sdb bios toor unlock
+```
+Where `/dev/sdb` is the disk to install the system on (it will be wiped), `bios` is the boot mode (alternative would be `efi`), `toor` is the root passphrase, and `unlock` is the LUKS passphrase.
+
+There is lots to be improved in the bootstrap script to make it more universal - currently it's assuming a configuration I personally like.
+
+Known bugs:
+ - after the first boot, the crypto disk might not be found - reboot, ./rescue.sh, `dracut '' $kernel -f`, reboot