Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/4MLinux/4MLinux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
iso_pattern1="4MLinux-*-64bit.iso"
iso_pattern2="4MServer-*-64bit.iso"

for isofile in $iso_dir/$iso_pattern1 $iso_dir/$iso_pattern2; do
for isofile in ($dev,*)$iso_dir/$iso_pattern1 ($dev,*)$iso_dir/$iso_pattern2; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg=""
bootoptions=""
linux_path="(loop)/boot/bzImage"
Expand Down
8 changes: 4 additions & 4 deletions config/Acronis_True_Image/Acronis_True_Image.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="AcronisBootableMedia*.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"

menuentry "Acronis True Image (64-bit)" {
echo Loading kernel...
Expand Down
8 changes: 4 additions & 4 deletions config/AntivirusLiveCD/AntivirusLiveCD.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

iso_pattern="AntivirusLiveCD-*.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg=""
bootoptions="rw"
linux_path="(loop)/boot/bzImage"
Expand Down
8 changes: 4 additions & 4 deletions config/Archman/Archman.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="Archman-*-x86_64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
probe --label --set=cd_label (loop)
isocfg="img_dev=$imgdevpath img_loop=$iso_path"
bootoptions="archisobasedir=arch archisolabel=$cd_label cow_spacesize=10G earlymodules=loop modules-load=loop rd.modules-load=loop"
Expand Down
8 changes: 4 additions & 4 deletions config/CentOS/CentOS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

iso_pattern="CentOS-*-x86_64-*.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
probe --label --set=cd_label (loop)
isocfg="iso-scan/filename=$iso_path"
bootoptions="inst.stage2=hd:LABEL=$cd_label quiet"
Expand Down
8 changes: 4 additions & 4 deletions config/KDE_neon/neon-user.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="neon-user-*.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="iso-scan/filename=${iso_path}"
bootoptions="boot=casper apparmor=0 quiet splash"
linux_path="(loop)/casper/vmlinuz"
Expand Down
8 changes: 4 additions & 4 deletions config/KaOS/KaOS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="KaOS-*-x86_64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
probe --label --set=cd_label (loop)
isocfg="img_dev=$imgdevpath img_loop=$iso_path"
bootoptions="kdeosisobasedir=kdeos kdeosisolabel=$cd_label xdriver=no nouveau.modeset=1 i915.modeset=1 radeon.modeset=1"
Expand Down
8 changes: 4 additions & 4 deletions config/Linuxfx/Linuxfx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="linuxfx*.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="iso-scan/filename=$iso_path"
bootoptions="boot=casper quiet splash"
linux_path="(loop)/casper/vmlinuz"
Expand Down
8 changes: 4 additions & 4 deletions config/Mageia/Mageia_netinstall.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

iso_pattern="Mageia-*-netinstall-*x86_64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg=""
bootoptions="audit=0"
linux_path="(loop)/isolinux/x86_64/vmlinuz"
Expand Down
8 changes: 4 additions & 4 deletions config/antiX/antiX_base_full.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
iso_pattern1="antiX-*_x64-base.iso"
iso_pattern2="antiX-*_x64-full.iso"

for isofile in $iso_dir/$iso_pattern1 $iso_dir/$iso_pattern2; do
for isofile in ($dev,*)$iso_dir/$iso_pattern1 ($dev,*)$iso_dir/$iso_pattern2; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="from=hd,usb fromiso=$iso_path"
bootoptions="quiet splasht disable=lxF"
linux_path="(loop)/antiX/vmlinuz"
Expand Down
8 changes: 4 additions & 4 deletions config/antiX/antiX_core_net.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
iso_pattern1="antiX-*_x64-core.iso"
iso_pattern2="antiX-*_x64-net.iso"

for isofile in $iso_dir/$iso_pattern1 $iso_dir/$iso_pattern2; do
for isofile in ($dev,*)$iso_dir/$iso_pattern1 ($dev,*)$iso_dir/$iso_pattern2; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="from=hd,usb fromiso=$iso_path"
bootoptions="quiet splash=v disable=lx"
linux_path="(loop)/antiX/vmlinuz"
Expand Down
8 changes: 4 additions & 4 deletions config/archbang/archbang.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="archbang-*-x86_64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
probe --label --set=cd_label (loop)
isocfg="img_dev=$imgdevpath img_loop=$iso_path"
bootoptions="archisobasedir=arch archisolabel=$cd_label cow_spacesize=2G"
Expand Down
8 changes: 4 additions & 4 deletions config/athenaos/athenaos.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="athena-rolling-x86_64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
probe --label --set=cd_label (loop)
isocfg="img_dev=$imgdevpath img_loop=$iso_path"
bootoptions="archisobasedir=arch archisolabel=ATHENA-OS cow_spacesize=4G copytoram=n driver=free nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes"
Expand Down
8 changes: 4 additions & 4 deletions config/bluestar/bluestar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="bluestar-linux-*-x86_64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
root=(loop)
probe --label --set=cd_label (loop)
isocfg="img_dev=$imgdevpath img_loop=$iso_path"
Expand Down
8 changes: 4 additions & 4 deletions config/clonezilla/clonezilla.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="clonezilla-live-*.*.*-*-amd64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="findiso=$iso_path"
bootoptions='boot=live union=overlay username=user config components quiet loglevel=0 noswap edd=on \
enforcing=0 locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" \
Expand Down
8 changes: 4 additions & 4 deletions config/clonezilla/clonezilla_eoan.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

iso_pattern="clonezilla-live-*-eoan-amd64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="findiso=$iso_path"
bootoptions='boot=live union=overlay username=user hostname=eoan config quiet components noswap edd=on \
enforcing=0 locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" \
Expand Down
8 changes: 4 additions & 4 deletions config/clonezilla/clonezilla_focal.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

iso_pattern="clonezilla-live-*-focal-amd64.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="findiso=$iso_path"
bootoptions='boot=live union=overlay username=user hostname=focal config quiet components noswap edd=on \
enforcing=0 locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" \
Expand Down
2 changes: 1 addition & 1 deletion config/config.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.5
0.12.0
8 changes: 4 additions & 4 deletions config/damnsmalllinux/damnsmalllinux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="dsl-*.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="from=hd,usb,mmc fromiso=$iso_path"
bootoptions="quiet splasht disable=lxF"
linux_path="(loop)/antiX/vmlinuz"
Expand Down
8 changes: 4 additions & 4 deletions config/debian/debian-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
iso_pattern="debian-*-amd64-mini.iso"
grub_configfile="grub.cfg"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

menuentry "$isoname ($grub_configfile) ->" "$isofile" "$grub_configfile" {
iso_path="$2"
menuentry "$isoname ($grub_configfile) ->" "$isofile" "$grub_configfile" "$iso_dir/$isoname" {
iso_path="$4"
export iso_path
LOOPBACK "$iso_path"
LOOPBACK "$2"
root=(loop)
configfile /boot/grub/$3
loopback --delete loop
Expand Down
8 changes: 4 additions & 4 deletions config/devuan/devuan-install.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ iso_pattern1="devuan_*_amd64_desktop.iso"
iso_pattern2="devuan_*_amd64_netinstall.iso"
iso_pattern3="devuan_*_amd64_server.iso"

for isofile in $iso_dir/$iso_pattern1 $iso_dir/$iso_pattern2 $iso_dir/$iso_pattern3; do
for isofile in ($dev,*)$iso_dir/$iso_pattern1 ($dev,*)$iso_dir/$iso_pattern2 ($dev,*)$iso_dir/$iso_pattern3; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg=""
bootoptions=""
linux_path="(loop)/boot/isolinux/linux"
Expand Down
8 changes: 4 additions & 4 deletions config/devuan/devuan_desktop-live.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="devuan_*_amd64_desktop-live.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="findiso=$iso_path"
bootoptions="boot=live username=devuan apparmor=0"
linux_path="(loop)/live/vmlinuz"
Expand Down
8 changes: 4 additions & 4 deletions config/devuan/devuan_minimal-live.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

iso_pattern="devuan_*_amd64_minimal-live.iso"

for isofile in $iso_dir/$iso_pattern; do
for isofile in ($dev,*)$iso_dir/$iso_pattern; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$iso_dir/(.*)" "$isofile"

submenu "$isoname ->" "$isofile" {
iso_path="$2"
LOOPBACK "$iso_path"
submenu "$isoname ->" "$isofile" "$iso_dir/$isoname" {
iso_path="$3"
LOOPBACK "$2"
isocfg="findiso=$iso_path"
bootoptions="boot=live"
linux_path="(loop)/live/vmlinuz"
Expand Down
Loading