localhorst 9d929bd0ad Add log file export script (#14)
use the script /root/export_reHDD_logs.sh to export the reHDD.log to an USB drive.

Reviewed-on: #14
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
2026-05-03 10:07:47 +02:00
2026-05-03 10:07:47 +02:00
2024-06-22 15:29:24 +02:00
2024-06-23 12:05:28 +02:00
2025-06-21 11:54:15 +02:00
2025-12-13 14:39:05 +01:00
2024-08-19 16:33:42 +02:00
2024-06-22 15:29:24 +02:00
2024-06-02 14:39:41 +02:00
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

S
Description
Scripts and tools to create a bootable image with reHDD based on openSUSE Tumblweed.
Readme GPL-3.0 88 KiB
Languages
Shell 100%