Change system to openSuse Kiwi

This commit is contained in:
2024-06-22 15:29:24 +02:00
parent 2f09fa927b
commit a6306ab0cb
12 changed files with 179 additions and 193 deletions

View File

@ -1,32 +1,17 @@
# reHDD-Bootable
Scripts and tools to create a bootable image with reHDD based on debian.
Scripts and tools to create a bootable image with reHDD based on openSuse.
## Requirements
The scripts are used to run within a Debian-based machine as host.
Use a host os that is installed/started in UEFI mode.
The scripts are used to run within a openSuse-based machine as host.
```
apt-get install \
debootstrap \
squashfs-tools \
xorriso \
isolinux \
syslinux-efi \
grub-pc-bin \
grub-efi-amd64-bin \
grub-efi-ia32-bin \
mtools \
dosfstools \
screenfetch \
htop \
git \
curl
```
## Build Image
`sudo bash ./create_bootable.sh`
## Test
`qemu-system-x86_64 -boot d -cdrom reHDD_Bootable.iso -m 1024 -smp 2`
### 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`