From ad5cce2fb87e313972a5d5cffbb50f062da1db0d Mon Sep 17 00:00:00 2001 From: Nasir Hossain Nishad Date: Fri, 16 Feb 2024 17:19:52 +0600 Subject: [PATCH] fix: add dev dir to mount devtmpfs later --- build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bash b/build.bash index 65fcb78..cd9692e 100755 --- a/build.bash +++ b/build.bash @@ -27,7 +27,7 @@ sudo apt-get install -y\ # Create the directory structure mkdir -p iso/boot/grub -mkdir -p initramfs/{bin,sbin,etc,proc,sys,usr/{bin,sbin}} +mkdir -p initramfs/{bin,sbin,etc,dev,proc,sys,usr/{bin,sbin}} # Download the kernel source wget https://www.kernel.org/pub/linux/kernel/v${LINUX_MAJOR}.x/linux-${LINUX_VERSION}.tar.xz