From 56c3c10f48cb1f01870f3478db98eac589052aa4 Mon Sep 17 00:00:00 2001 From: hayao Date: Wed, 13 May 2020 18:36:20 +0900 Subject: [PATCH] [update] : Updated the English version of KERNEL with the latest information. --- docs/en/KERNEL.md | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/docs/en/KERNEL.md b/docs/en/KERNEL.md index 828cdb67..46396127 100644 --- a/docs/en/KERNEL.md +++ b/docs/en/KERNEL.md @@ -19,37 +19,25 @@ echo "fooo" >> ./system/kernel_list ``` ### 3. Create the file -You need to create 6 files for that kernel. Below is a list of kernels. +You need to create some files for the new kernel. Below is a list of files that need to be created. The easiest way is to rename the existing file, copy it, and fix the path to the kernel. The file name has been replaced with `fooo`. -1. syslinux/pxe/archiso_pxe-fooo.cfg -2. syslinux/pxe-plymouth/archiso-fooo.cfg -3. syslinux/sys/archiso_sys-fooo.cfg -4. syslinux/sys-plymouth/archiso_sys-fooo.cfg -5. efiboot/loader/entries/cd/archiso-x86_64-cd-fooo.conf -6. efiboot/loader/entries/usb/archiso-x86_64-usb-fooo.conf -7. airootfs/usr/share/calamares/modules/unpackfs/unpackfs-fooo.conf -8. airootfs/usr/share/calamares/modules/initcpio/initcpio-fooo.conf - -#### 1 and 2 - -Change the paths on lines 7, 18, and 29. - -#### 3 and 5\4 - -Change the path on line 7. - -#### 5 and 6 - -Change the path on the second line. - -#### 7 -Change the paths on lines 95 and 97. - -#### 8 -Change the path on line 18. - -### 4.プルリクエストを送る +1. syslinux/x86_64/pxe/archiso_pxe-fooo.cfg +2. syslinux/i686/pxe/archiso_pxe-fooo.cfg +3. syslinux/x86_64/pxe-plymouth/archiso-fooo.cfg +4. syslinux/i686/pxe-plymouth/archiso-fooo.cfg +5. syslinux/x86_64/sys/archiso_sys-fooo.cfg +6. syslinux/i686/sys/archiso_sys-fooo.cfg +7. syslinux/x86_64/sys-plymouth/archiso_sys-fooo.cfg +8. syslinux/i686/sys-plymouth/archiso_sys-fooo.cfg +9. efiboot/loader/entries/cd/archiso-x86_64-cd-fooo.conf +10. efiboot/loader/entries/usb/archiso-x86_64-usb-fooo.conf +11. channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-fooo.conf +12. channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-fooo.conf + +These files are installer and boot loader files. Modify the path for each kernel. + +### 4.Send pull request Please post a pull request [here](https://github.com/FascodeNet/alterlinux/pulls). -- 2.11.0