Scripts and tools to create a bootable image with reHDD based on openSUSE Tumblweed.
Go to file
2024-06-23 11:39:43 +02:00
root remove submodules ssh 2024-06-23 11:39:43 +02:00
.gitignore Change system to openSuse Kiwi 2024-06-22 15:29:24 +02:00
.gitmodules remove submodules ssh 2024-06-23 11:39:43 +02:00
appliance.kiwi integrate reHDD 2024-06-22 22:05:36 +02:00
config.sh Change system to openSuse Kiwi 2024-06-22 15:29:24 +02:00
create_bootable.sh integrate reHDD 2024-06-22 22:05:36 +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 integrate reHDD 2024-06-22 22:05:36 +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

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