Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 781 Bytes

最简使用指南.md

File metadata and controls

27 lines (17 loc) · 781 Bytes

“勇豹”最简使用指南

1、获取“勇豹”代码

git clone https://github.com/sunhaiyong1978/Yongbao.git --depth 1

2、使用“勇豹”创建系统

pushd Yongbao/loongarch64
	./create.sh
popd

3、创建的系统

当create.sh脚本正常结束后,一个可以启动的Linux系统就被存放在workbase/live_usb目录中。

4、制作一个可以启动创建系统的U盘(LiveUSB)

找来一个U盘,保存好其中的数据(如果有的话),将其设置为gpt分区模式,并进行分区,将第一个分区格式化为VFAT文件系统格式,然后将workbase/live_usb目录中的所有文件复制到U盘的第一个分区即可。

5、启动LiveUSB

找一个符合所创建系统指令架构的机器启动LiveUSB。