如何修改lsb_release显示的系统版本?
Tofloor
poster avatar
xuanlangjian
deepin
2013-05-24 06:22
Author
我想通过devstack脚本安装openstack,但是devstack通过lsb_release检测出来的系统是LinuxDeepin,会导致安装失败,请问怎么修改系统的显示的版本?
#lsb_release -i -s
LinuxDeepin
#lsb_release -r -s
12.12
Reply Favorite View the author
All Replies
xuanlangjian
deepin
2013-05-24 06:41
#1
自己找到解决办法了。。。。
vim /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.12
DISTRIB_CODENAME=quantal
DISTRIB_DESCRIPTION="LinuxDeepin 12.12"
Reply View the author