diff options
author | Eric Hameleers <alien@slackware.com> | 2019-02-15 00:20:02 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-02-15 00:20:02 +0100 |
commit | db5c1c0fd404ecd989acdc92bec00ec43e9e7239 (patch) | |
tree | 392cc5914c378061fe89aaed0982d8a5169344e4 /make_slackware_live.sh | |
parent | 515e3b20c67bb563e3d2568da102892abcd64c12 (diff) | |
download | liveslak-db5c1c0fd404ecd989acdc92bec00ec43e9e7239.tar.gz liveslak-db5c1c0fd404ecd989acdc92bec00ec43e9e7239.tar.xz |
Slackware Live Edition: version 1.3.11.3.1
Main highlight is that PXE booting is working again.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 94c67f8..232b9a8 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.0.2" +VERSION="1.3.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |