Changeset ce3a7e2 in lab.git for TipAndDoc


Ignore:
Timestamp:
May 26, 2012 4:14:28 PM (12 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
a1bae3e
Parents:
acce401
Message:
  • add entry Ubuntu Desktop JAPANESE Remix CD

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@145 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/boot/grub.cfg

    r7c49e8f rce3a7e2  
    1313    echo 'Loading minirt.gz ...' 
    1414    initrd (loop)/boot/isolinux/minirt.gz 
     15} 
     16 
     17menuentry "Ubuntu Desktop JAPANESE Remix 12.04" { 
     18    loopback loop /boot/iso/ubuntu-ja-12.04-desktop-i386.iso 
     19    echo 'Loading Linux 3.2.0-24-generic-pae ...' 
     20    linux (loop)/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/boot/iso/ubuntu-ja-12.04-desktop-i386.iso 
     21    echo 'Loading initrd.lz ...' 
     22    initrd (loop)/casper/initrd.lz 
    1523} 
    1624 
Note: See TracChangeset for help on using the changeset viewer.