diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-30 02:48:53 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-30 02:50:12 +0100 |
commit | 5788b4bd8ae0cc9274801495a69bac629b3e5a7d (patch) | |
tree | f6f2657f526eb70d967707e53f865e02e422b98c /mdk-stage1 | |
parent | 649d020e22e77f6e5253bccf5e9b4d60e2bee6ce (diff) | |
download | drakx-5788b4bd8ae0cc9274801495a69bac629b3e5a7d.tar drakx-5788b4bd8ae0cc9274801495a69bac629b3e5a7d.tar.gz drakx-5788b4bd8ae0cc9274801495a69bac629b3e5a7d.tar.bz2 drakx-5788b4bd8ae0cc9274801495a69bac629b3e5a7d.tar.xz drakx-5788b4bd8ae0cc9274801495a69bac629b3e5a7d.zip |
2.332.33
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/Makefile | 2 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 250521344..3a9a6ceca 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=2.32 +VERSION=2.33 PRODUCT=drakx-installer-binaries # diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 3a494a2b9..86113ece8 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,5 @@ +2.33 + - advertize "ext4" rather than "ext2" - check for builtin modules in /sys/fs too (eg: ext4) - support auto-install with "method:disk,disk:xxx,part:xxxY,dir:zzz" |