config
来自「SLAX/FanX制作livecd的完全脚本」· 代码 · 共 20 行
TXT
20 行
#!/bin/bash# This is a config file for runme.sh script.# You shouldn't need to change anything.# compressed directories (img) will be stored here# (the whole folder will be erased now!)CDDATA=/tmp/live_data_$$# name of initrd imageINITRDIMG=initrd# temporary folder for mounting IMGs# (this folder will be completly erased!)MOUNTDIR=/tmp/live_tmp_mountdir_$$# the size of RAMdisk (in KBytes)# if you change this, then you will need to change the size # also in files: bootfiles/isolinux.cfg and tools/DOS/slaxRAM0SIZE=7777
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?