红联Linux门户
Linux帮助

虚拟机Ubuntu14.04用respin制作LiveCD及ISO镜像

发布时间:2017-02-23 11:28:54来源:linux网站作者:临渊不羡
参考链接:respin(https://github.com/chamuco/respin)
 
1.添加ppa
sudo apt-add-repository ppa:sergiomejia666/respin
 
2.update
sudo apt-get update
 
3.安装respin
sudo apt-get install respin
 
4.查看命令
sudo respin
 
5.启动制作
sudo respin dist
注:等待时间较久
 
6.导出镜像
 
各步骤截图如下:
虚拟机Ubuntu14.04用respin制作LiveCD及ISO镜像
虚拟机Ubuntu14.04用respin制作LiveCD及ISO镜像
虚拟机Ubuntu14.04用respin制作LiveCD及ISO镜像
虚拟机Ubuntu14.04用respin制作LiveCD及ISO镜像
虚拟机Ubuntu14.04用respin制作LiveCD及ISO镜像
 
参考:
respin is a fork of "Remastersys" originally written by Tony Brijeski (aka Fragadelic). With respin you are able to make backups of your current distro or create a new live CD.
Packages can be installed using apt-get on Ubuntu and Mint based systems.
To install cli version using apt-get:
sudo apt-add-repository ppa:sergiomejia666/respin
sudo apt-get update
sudo apt-get install respin
sudo respin
Confirmed to work on the following distros:
Ubuntu 10.04 - 32/64 bit Ubuntu 10.04 - 32/64 bit CLI Server Ubuntu 12.04 - 32 bit Ubuntu 14.04 - 32/64 bit (with the Macbuntu desktop environment) Xubuntu 14.04 - 32/64 bit
Linux Mint 13 (UB 12.04 base) MATE 32/64 bit, Cinnamon 64 bit Linux Mint 17 (UB 14.04 base) MATE 32/64 bit Linux Mint 17 (UB 14.04 base) XFCE 32 bit
Ubuntu Print 10.10
Support for additional distros soon to come.
Current Known Issues:
Image size limit of 4gb
Not compatible with MDM at this time
Visit us at http://www.respins.org
Launchpad https://launchpad.net/~respin-team
 
本文永久更新地址:http://www.linuxdiyf.com/linux/28634.html