update: remove submodule
This commit is contained in:
@@ -12,7 +12,11 @@ sudo apt install qemu-system-x86 grub-pc-bin e2fsprogs
|
||||
git clone <REPOSITORY_URL>
|
||||
cd kernel-study
|
||||
|
||||
git submodule update --init --recursive --remote --depth 1
|
||||
git clone --depth 1 --branch linux-6.6.y https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
|
||||
cd linux
|
||||
make defconfig
|
||||
# make menuconfig
|
||||
|
||||
make
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user