Create an init process in Rust that can mount the initial file systems appropriately.
This commit is contained in:
@@ -20,5 +20,5 @@ RUN dnf install -y \
|
||||
RUN mkdir -p /build/ramfs
|
||||
RUN curl https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${KERNEL_VERSION}.tar.xz | tar xJC /build
|
||||
RUN mv /build/linux* /build/kernel
|
||||
COPY buildramfs.sh /build/ramfs/buildramfs.sh
|
||||
COPY lam.config /build/kernel/.config
|
||||
COPY buildramfs.sh /build/ramfs/buildramfs.sh
|
||||
|
||||
Reference in New Issue
Block a user