tazinst rev 77

32-bit framebuffer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jun 02 18:09:29 2016 +0300 (2016-06-02)
parents 74c6772beff9
children 1285d17b98b1
files applications/tazinst.desktop tazinst
line diff
     1.1 --- a/applications/tazinst.desktop	Mon May 30 17:38:50 2016 +0300
     1.2 +++ b/applications/tazinst.desktop	Thu Jun 02 18:09:29 2016 +0300
     1.3 @@ -7,5 +7,5 @@
     1.4  Name[ru]=Установка SliTaz
     1.5  Name[zh_CN] = SliTaz 系统安装工具
     1.6  Icon=slitaz-icon
     1.7 -Exec=sh -c "browser http://tazpanel:82/user/installer.cgi || terminal -e slitaz-installer"
     1.8 +Exec=sh -c "subox tazpanel installer || subox terminal -e slitaz-installer"
     1.9  Categories=System;
     2.1 --- a/tazinst	Mon May 30 17:38:50 2016 +0300
     2.2 +++ b/tazinst	Thu Jun 02 18:09:29 2016 +0300
     2.3 @@ -1578,7 +1578,7 @@
     2.4  #
     2.5  title SliTaz GNU/Linux $(cat $TARGET_ROOT/etc/slitaz-release) (Kernel $KERNEL)
     2.6  root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID))
     2.7 -kernel /boot/$KERNEL root=$(rootdev $ROOT_UUID) quiet $(rootdelay)
     2.8 +kernel /boot/$KERNEL root=$(rootdev $ROOT_UUID) video=-32 quiet $(rootdelay)
     2.9  
    2.10  _EOF_
    2.11  
    2.12 @@ -1679,7 +1679,7 @@
    2.13  LABEL slitaz
    2.14  	MENU LABEL SliTaz GNU/Linux $version
    2.15  	LINUX /boot/$KERNEL
    2.16 -	APPEND root=$(rootdev $ROOT_UUID) quiet $(rootdelay)
    2.17 +	APPEND root=$(rootdev $ROOT_UUID) video=-32 quiet $(rootdelay)
    2.18  
    2.19  LABEL cmdline
    2.20  	MENU LABEL Command Line