diff --git a/config/rebornos/RebornOS.cfg b/config/rebornos/RebornOS.cfg deleted file mode 100644 index 37021e6..0000000 --- a/config/rebornos/RebornOS.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# RebornOS -# https://rebornos.org - -iso_subdir="rebornos" -iso_pattern="RebornOS-*-x86_64.iso" -grub_configfile="" - -for isofile in $iso_dir/$iso_pattern $iso_dir/$iso_subdir/$iso_pattern; do - if [ -e "$isofile" ]; then - regexp --set=isoname "$iso_dir/(.*)" "$isofile" - - submenu "$isoname ->" "$isofile" { - iso_path="$2" - loopback loop $iso_path - root=(loop) - probe --label --set=cd_label (loop) - isocfg="img_dev=$imgdevpath img_loop=$iso_path" - bootoptions="archisobasedir=arch archisolabel=$cd_label cow_spacesize=10G" - linux_path="/arch/boot/x86_64/vmlinuz" - initrd_path="/arch/boot/x86_64/archiso.img /arch/boot/intel_ucode.img" - - menuentry "Boot RebornOS" { - - echo Loading kernel... - linux $linux_path $bootoptions $isocfg - echo Loading initrd... - initrd $initrd_path - } - } - fi -done diff --git a/config/rebornos/RebornOS_info.txt b/config/rebornos/RebornOS_info.txt deleted file mode 100644 index 3679901..0000000 --- a/config/rebornos/RebornOS_info.txt +++ /dev/null @@ -1,6 +0,0 @@ -# RebornOS -# https://rebornos.org - - -# Tested images: Boot from exFAT: Full loopback support: Secure boot support: -RebornOS-2021.05.02-x86_64.iso yes no no