Scripts and tools to create a bootable image with reHDD based on debian.
Go to file
2024-06-30 11:39:47 +02:00
root add submodules as https refs 2024-06-23 12:05:28 +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 hide boot log and add networkmanager 2024-06-30 11:39:47 +02:00
config.sh Change system to openSuse Kiwi 2024-06-22 15:29:24 +02:00
create_bootable.sh add submodules as https refs 2024-06-23 12:05:28 +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