~inx-devel/inx/inxtaller

« back to all changes in this revision

Viewing changes to inxtaller

  • Committer: Peter Garrett
  • Date: 2009-03-07 16:41:26 UTC
  • Revision ID: inx-one@optusnet.com.au-20090307164126-z1z79mk7qj4v24ff
Updated to March 09 version - vga=791

Show diffs side-by-side

added added

removed removed

Lines of Context:
529
529
                chroot /mnt grub-set-default default > /dev/null 2>&1
530
530
                
531
531
        # Edit vga setting in defoptions.
532
 
        # Replace defoptions line, removing 'quiet splash' and adding vga=788
 
532
        # Replace defoptions line, removing 'quiet splash' and adding vga=791
533
533
        echo -e "\nEnabling framebuffer... "
534
 
                # vga=788 is safer (16 bit) - for example, in qemu this fixes weird colour behaviour.
535
 
                sed -i 's/# defoptions=quiet splash/# defoptions=vga=788/g' /mnt/boot/grub/menu.lst
 
534
                # vga=791 is safer (16 bit) - for example, in qemu this fixes weird colour behaviour.
 
535
                sed -i 's/# defoptions=quiet splash/# defoptions=vga=791/g' /mnt/boot/grub/menu.lst
536
536
                 
537
537
        # Pretty colours ;-)
538
538
        echo -e "\nSetting up colour bootloader menu.."
541
541
                sed -i 's/hiddenmenu/#hiddenmenu/g' /mnt/boot/grub/menu.lst
542
542
                
543
543
                
544
 
        # We need to re-run update-grub to make this stick - this enables the framebuffer at vga=788 on boot.
 
544
        # We need to re-run update-grub to make this stick - this enables the framebuffer at vga=791 on boot.
545
545
        echo -e "\nUpdating framebuffer settings..."
546
546
                chroot /mnt update-grub -y > /dev/null 2>&1
547
547