User Tools

Site Tools


linux:slitaz:grub-command

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:slitaz:grub-command [2010/04/17 20:23] – created 121.227.172.143linux:slitaz:grub-command [2016/05/05 13:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +引导命令 
 +<code>
 +title SliTaz LiveCD
 +root (hd0,0)
 +kernel /boot/vmlinuz-2.6.30.6-slitaz  root=/dev/sda1 vga=771 lang=en kmap=us
 +initrd /boot/rootfs.gz
 +boot
 +</code>
  
 +
 +If you have installed the zh_CN.UTF-8 locale,should be changed to :
 +<code>
 +title SliTaz LiveCD
 +root (hd0,0)
 +kernel /boot/vmlinuz-2.6.30.6-slitaz  root=/dev/sda1 vga=771 lang=zh_CN.UTF-8 kmap=us
 +initrd /boot/rootfs.gz
 +boot
 +</code>