📄 config
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -