Go to file
Georg Pfuetzenreuter 15042704b9
Init
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2022-11-29 12:27:06 +01:00
README.md Init 2022-11-29 12:27:06 +01:00
bootstrap-ovh.sh Init 2022-11-29 12:27:06 +01:00
bootstrap.sh Init 2022-11-29 12:27:06 +01:00
fdisk-bios Init 2022-11-29 12:27:06 +01:00
makeluks.sh Init 2022-11-29 12:27:06 +01:00
makesubvols.sh Init 2022-11-29 12:27:06 +01:00
mountsubvols.sh Init 2022-11-29 12:27:06 +01:00
rescue.sh Init 2022-11-29 12:27:06 +01:00

README.md

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 OVHs 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 its 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