# HG changeset patch # User Xander Ziiryanoff # Date 1464880682 -10800 # Node ID 88c8023928f340dfd8f3239eeef826861d315985 # Parent d3fa924c8a630b9a8741098ecf020e1c13c61b0a syslinux/isolinux.cfg: force 32-bit framebuffer diff -r d3fa924c8a63 -r 88c8023928f3 syslinux/stuff/isolinux.cfg --- a/syslinux/stuff/isolinux.cfg Thu Jun 02 11:49:58 2016 +0200 +++ b/syslinux/stuff/isolinux.cfg Thu Jun 02 18:18:02 2016 +0300 @@ -29,7 +29,7 @@ LABEL slitaz MENU LABEL SliTaz Live COM32 c32box.c32 - APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null autologin + APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null video=-32 autologin LABEL help MENU LABEL Help & Options diff -r d3fa924c8a63 -r 88c8023928f3 tazinst-gui/receipt --- a/tazinst-gui/receipt Thu Jun 02 11:49:58 2016 +0200 +++ b/tazinst-gui/receipt Thu Jun 02 18:18:02 2016 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazinst-gui" -VERSION="74" +VERSION="77" CATEGORY="base-system" SHORT_DESC="SliTaz installer (GUI frontend)" MAINTAINER="domcox@slitaz.org" diff -r d3fa924c8a63 -r 88c8023928f3 tazinst/receipt --- a/tazinst/receipt Thu Jun 02 11:49:58 2016 +0200 +++ b/tazinst/receipt Thu Jun 02 18:18:02 2016 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazinst" -VERSION="74" +VERSION="77" CATEGORY="base-system" SHORT_DESC="SliTaz installer" MAINTAINER="domcox@slitaz.org" diff -r d3fa924c8a63 -r 88c8023928f3 tazpkg/receipt --- a/tazpkg/receipt Thu Jun 02 11:49:58 2016 +0200 +++ b/tazpkg/receipt Thu Jun 02 18:18:02 2016 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpkg" -VERSION="905" +VERSION="908" CATEGORY="base-system" SHORT_DESC="SliTaz packages manager" MAINTAINER="pankso@slitaz.org"