Skip to content

Commit f0e0389

Browse files
committed
version bump
1 parent 48f4782 commit f0e0389

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

distroflash.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ end
650650
function InitConfig()
651651
local str
652652

653-
Settings.Version="3.4"
653+
Settings.Version="3.5"
654654
Settings.MountPoint="/mnt"
655655
str=string.gsub(process.getenv("PATH"), "/bin", "/share")
656656
Settings.SyslinuxDir=filesys.find("syslinux", str)

0 commit comments

Comments
 (0)