Deepin-15.10-custom-LiveCD 定制版本已经发布
Tofloor
poster avatar
shenlan
deepin
2019-04-29 23:13
Author
    Deepin-15.10-custom-LiveCD默认包含基本DDE桌面环境和深度终端,应用商店,浏览器,搜狗输入法等核心必备基本应用, 可以当安装盘,又可以充当全功能的救援启动盘。



  • 参考文档:     https://willhaley.com/blog/custom-debian-live-environment/
  • LiveCD  :  链接:https://pan.baidu.com/s/1icifJuXmvktswZHXeX_kPQ 提取码:so6g
  • LiveCD 用户/密码 live:live  root:live


  • 一键制作脚本: https://github.com/panhaitao/isobuilder/blob/master/deepin-livecd-iso/build-desktop-live.sh
  • 启动U盘脚本:  https://github.com/panhaitao/isobuilder/blob/master/deepin-livecd-iso/create-usb-boot.sh
  • 安装测试:虚拟机virtualbox光盘安装测试通过,物理机器USB启动安装测试通过
  • 已知问题:默认安装后,会保留默认live用户和root用户密码,需要手动清理残存配置, LiveCD启动的时候会看见一个提示内核模块加载失败的报错,不影响使用

Reply Favorite View the author
All Replies
avatar
mzking
deepin
2019-04-30 07:49
#1
感谢分享。。。。
Reply View the author
avatar
一切随缘
deepin
2019-09-02 00:54
#2
感谢分享!
Reply View the author
avatar
byx8848320105
deepin
2019-09-03 16:28
#3
下载了,做好启动盘,提示boot,无法启动。请多指教。
Reply View the author
avatar
关中π
deepin
2019-09-03 22:29
#4
这个和live2.0有什么区别?
Reply View the author
avatar
superendermansm
deepin
2019-09-07 19:38
#5
busyme 发表于 2019-9-3 14:29
这个和live2.0有什么区别?

新                       
Reply View the author
avatar
jianguo922
deepin
2019-09-08 02:30
#6
希望多发此类DIY
Reply View the author
avatar
zhousy
deepin
2019-10-04 18:19
#7
如何写入
Reply View the author
avatar
199******27
deepin
2019-10-04 22:19
#8
https://bbs.deepin.org/post/177351
下载了,做好启动盘,提示boot,无法启动。请多指教。

我用VirtualBox 加载下载的iso也无法启动,显示 FATAL:Could not read from the boot medium!System halted.
Reply View the author
avatar
shenlan
deepin
2019-10-10 05:49
#9
https://bbs.deepin.org/post/177351
我用VirtualBox 加载下载的iso也无法启动,显示 FATAL:Could not read from the boot medium!System halt ...

使用UEFI 启动试下
Reply View the author
avatar
JiangFei℃
deepin
2020-03-31 07:25
#10
能否讲解一下,制作过程,本人小白一个
Reply View the author
avatar
shenlan
deepin
2020-04-02 19:30
#11
简单描述:
1. 先使用debootstrap 构建一个可以chroot的目录,包含最基本的系统
2. 切换根目录,安装dde deepin-installer deepin-terminal google-chrome-stable deepin-appstore等软件包,设置用户等一系列操作
3. 使用mksquashfs 制作livecd需要的filesystem.squashfs
4. 生成grub.cfg
5 使用xorriso 生成可引导的ISO
Reply View the author