tazinst diff 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 7877ddbcbdbe
children cf56992b574f
line diff
     1.1 --- a/tazinst	Sat Apr 09 17:22:22 2016 +0300
     1.2 +++ b/tazinst	Thu Jun 02 18:09:29 2016 +0300
     1.3 @@ -1578,7 +1578,7 @@
     1.4  #
     1.5  title SliTaz GNU/Linux $(cat $TARGET_ROOT/etc/slitaz-release) (Kernel $KERNEL)
     1.6  root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID))
     1.7 -kernel /boot/$KERNEL root=$(rootdev $ROOT_UUID) quiet $(rootdelay)
     1.8 +kernel /boot/$KERNEL root=$(rootdev $ROOT_UUID) video=-32 quiet $(rootdelay)
     1.9  
    1.10  _EOF_
    1.11  
    1.12 @@ -1679,7 +1679,7 @@
    1.13  LABEL slitaz
    1.14  	MENU LABEL SliTaz GNU/Linux $version
    1.15  	LINUX /boot/$KERNEL
    1.16 -	APPEND root=$(rootdev $ROOT_UUID) quiet $(rootdelay)
    1.17 +	APPEND root=$(rootdev $ROOT_UUID) video=-32 quiet $(rootdelay)
    1.18  
    1.19  LABEL cmdline
    1.20  	MENU LABEL Command Line