Scripts and tools to create a bootable image with reHDD based on openSUSE Tumblweed.
Go to file
2024-08-25 09:40:41 +02:00
root fix start of screenfetch 2024-08-25 09:40:41 +02:00
.gitignore Change system to openSuse Kiwi 2024-06-22 15:29:24 +02:00
.gitmodules add submodules as https refs 2024-06-23 12:05:28 +02:00
appliance.kiwi add fond and screenfetch 2024-08-24 18:31:33 +02:00
config.sh dix typo and enable services at boot 2024-08-15 11:34:19 +02:00
create_bootable.sh remove build 2024-08-19 16:33:42 +02:00
disk.sh Change system to openSuse Kiwi 2024-06-22 15:29:24 +02:00
LICENSE Initial commit 2024-06-02 14:39:41 +02:00
README.md add setup notes 2024-06-23 22:53:58 +02:00

reHDD-Bootable

Scripts and tools to create a bootable image with reHDD based on openSuse.

Requirements

The scripts are used to run within a openSuse-based machine as host.

git submodule init
git submodule update

sudo zypper addrepo http://download.opensuse.org/repositories/Virtualization:/Appliances:/Builder/openSUSE_Tumbleweed kiwi-appliance-builder

sudo zypper --gpg-auto-import-keys install python3-kiwi xorriso

Build Image

sudo bash ./create_bootable.sh

Test

BIOS

qemu-system-x86_64 -boot d -cdrom reHDD_Bootable.iso -m 2048 -smp 2

UEFI

qemu-system-x86_64 -bios /usr/share/qemu/ovmf-x86_64.bin -boot d -cdrom reHDD_Bootable.iso -m 2048 -smp 2