drakclassic
差異處
這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
| drakclassic [2021/06/02 12:21] – created fire | drakclassic [2021/06/05 04:52] (目前版本) – fire | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | /code | + | ==== Prepare packages mirror ==== |
| + | |||
| + | rsync -a -H --delete-after -S rsync:< | ||
| + | ==== Get config tool ==== | ||
| + | |||
| + | cd / | ||
| + | git clone git: | ||
| + | ==== Set env ==== | ||
| + | vi config/ | ||
| + | < | ||
| + | distro=Mageia | ||
| + | arch=x86_64 | ||
| + | release=8 | ||
| + | repository=/ | ||
| + | workdir=/ | ||
| + | </ | ||
| + | ==== Get bootloader file bootx64.efi ==== | ||
| + | |||
| + | install drakiso-bootloader-files-1.17-1.mga8\\ | ||
| + | ==== Copy bootloader file to right place ==== | ||
| + | |||
| + | sh update_bootloader_files.sh\\ | ||
| + | ==== There' | ||
| + | |||
| + | vi update_bootloader_files.sh\\ | ||
| + | archs=" | ||
| + | vi config/ | ||
| + | if_($arch eq ' | ||
| + | efi_type | ||
| + | # boot32_efi | ||
| + | boot64_efi | ||
| + | ), | ||
| + | </ | ||
| + | ==== Make the ISO ==== | ||
| + | |||
| + | drakclassic --clean\\ | ||
| + | drakclassic --boot\\ | ||
| + | drakclassic --media\\ | ||
| + | drakclassic --master\\ | ||
| + | lr -h / | ||
| + | -rw-r--r-- 1 root root 197M Jun 2 19:28 / | ||
| + | |||
| + | ==== Official ==== | ||
| + | |||
| + | https:// | ||
drakclassic.1622636491.txt.gz · 上一次變更: 2021/06/02 12:21 由 fire