We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a667f commit 9734d56Copy full SHA for 9734d56
README.md
@@ -64,28 +64,11 @@ Chroot into root filesystem
64
65
Edit what you need. Install packages with `apk` packet manager.
66
67
-### Create cpio file
68
69
-```
70
-cd ./alpine-minirootfs
71
-find . | cpio -H newc -o > ../alpineramfs.cpio
72
73
-
74
-### Build kernel
75
76
-Edit path to `alpineramfs.cpio` in kernel config
+### Build
77
+Run bulding script
78
```
79
-$ make menuconfig
80
81
-General Setup --->
82
- Initramfs source file
+./build.sh
83
84
85
-Build kernel
86
87
-`make -j4`
88
89
-### Get kernel file
90
91
-`cp linux-4.16-rc1/arch/x86/boot/bzImage ./OneFileLinux.efi`
0 commit comments