分页: 1 / 1

show 一下你的 /etc/lsb-release

发表于 : 2009-07-11 13:56
gaint_star
皆因当时添加了Linuxmint 7 的源,
现在Ubuntu 9.04的Distribution变成了Linux Mint 7 Gloria - Main Edition

该如何将它改回来呢?

cat /etc/lsb-release

代码: 全选

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=7
RELEASE_NOTES_URL=http://www.linuxmint.com/rel_gloria.php
DISTRIB_CODENAME=Gloria
DISTRIB_DESCRIPTION="Linux Mint 7 Gloria - Main Edition"
只需要修改此文件么?

menu.lst 也变成了

代码: 全选

title		Linux Mint 7 Gloria - Main Edition, kernel 2.6.28-13-generic
uuid		xxxxxxxxx
kernel		/vmlinuz-2.6.28-13-generic root=UUID=xxxxxxxx  ro quiet splash 
initrd		/initrd.img-2.6.28-13-generic
quiet

Re: show 一下你的 /etc/lsb-release

发表于 : 2009-07-11 14:07
smallapple
把 /etc/linuxmint/info 也修改下。

Re: show 一下你的 /etc/lsb-release

发表于 : 2009-07-11 14:17
gaint_star
smallapple 写了:把 /etc/linuxmint/info 也修改下。
这玩意还真没发现

原始的Ubuntu 9.04 中 lsb-release 和 menu.lst 内容帮忙给贴一下上来,多谢!

Re: show 一下你的 /etc/lsb-release

发表于 : 2009-07-11 14:25
smallapple
我是910,应该类似,自己修改下
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu karmic (development branch)"


title Ubuntu Karmic, kernel 2.6.31-2-generic
root (hd0,6)
kernel /boot/vmlinuz-2.6.31-2-generic root=/dev/sda7 ro quiet splash
initrd /boot/initrd.img-2.6.31-2-generic
quiet

title Ubuntu Karmic, kernel 2.6.31-2-generic (recovery mode)
root (hd0,6)
kernel /boot/vmlinuz-2.6.31-2-generic root=/dev/sda7 ro single
initrd /boot/initrd.img-2.6.31-2-generic

title Ubuntu Karmic, memtest86+
root (hd0,6)
kernel /boot/memtest86+.bin
quiet

Re: show 一下你的 /etc/lsb-release

发表于 : 2009-07-11 15:15
gaint_star
OK,搞定,多谢smallapple

Re: show 一下你的 /etc/lsb-release

发表于 : 2009-07-11 15:21
smallapple
:em03