File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ distroflash.lua has been seen to work with the following distributions. If anyon
8282 * Android Phoenix O.S. 3.6.1
8383 * AntiX Linux 19
8484 * ArchLinux 2020.03.01
85- * Berry Linux 1.35
8685 * ClearOS
8786 * Bodhi Linux 5.0.0
8887 * Deepin Community Desktop 1002
88+ * Fedora Workstation 33-1.2
8989 * Gentoo
9090 * GRML 2020.06
9191 * MX Linux 19.1
@@ -126,6 +126,7 @@ distroflash.lua has been seen to work with the following distributions. If anyon
126126 * Damn Small Linux 4.4.10 - difficult to use installer, not had a successful install from it yet, but it may work.
127127 * Tooppy Linux 24 - puppy derivative. runs live, haven't made it install yet
128128 * Fatdog 8.11 - puppy derivative. runs live, haven't made it install yet
129+ * Berry Linux 1.35
129130
130131## Live environment only
131132
Original file line number Diff line number Diff line change 650650function InitConfig ()
651651local str
652652
653- Settings .Version = " 3.4 "
653+ Settings .Version = " 3.5 "
654654Settings .MountPoint = " /mnt"
655655str = string.gsub (process .getenv (" PATH" ), " /bin" , " /share" )
656656Settings .SyslinuxDir = filesys .find (" syslinux" , str )
You can’t perform that action at this time.
0 commit comments