Skip to content

Commit 9734d56

Browse files
committed
README
1 parent e5a667f commit 9734d56

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,28 +64,11 @@ Chroot into root filesystem
6464

6565
Edit what you need. Install packages with `apk` packet manager.
6666

67-
### Create cpio file
6867

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
68+
### Build
7769

70+
Run bulding script
7871
```
79-
$ make menuconfig
80-
81-
General Setup --->
82-
Initramfs source file
72+
./build.sh
8373
```
8474

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

Comments
 (0)