Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ColumPaget committed Oct 2, 2022
1 parent 48f4782 commit f0e0389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ distroflash.lua has been seen to work with the following distributions. If anyon
* Android Phoenix O.S. 3.6.1
* AntiX Linux 19
* ArchLinux 2020.03.01
* Berry Linux 1.35
* ClearOS
* Bodhi Linux 5.0.0
* Deepin Community Desktop 1002
* Fedora Workstation 33-1.2
* Gentoo
* GRML 2020.06
* MX Linux 19.1
Expand Down Expand Up @@ -126,6 +126,7 @@ distroflash.lua has been seen to work with the following distributions. If anyon
* Damn Small Linux 4.4.10 - difficult to use installer, not had a successful install from it yet, but it may work.
* Tooppy Linux 24 - puppy derivative. runs live, haven't made it install yet
* Fatdog 8.11 - puppy derivative. runs live, haven't made it install yet
* Berry Linux 1.35

## Live environment only

Expand Down
2 changes: 1 addition & 1 deletion distroflash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ end
function InitConfig()
local str

Settings.Version="3.4"
Settings.Version="3.5"
Settings.MountPoint="/mnt"
str=string.gsub(process.getenv("PATH"), "/bin", "/share")
Settings.SyslinuxDir=filesys.find("syslinux", str)
Expand Down

0 comments on commit f0e0389

Please sign in to comment.