Kernel w/ initramfs
PXE config for adding initrd and having access to NFS
LABEL buildroot
MENU vesamenu.c32
MENU LABEL Custom Buildroot build
KERNEL /buildroot/boot/bzImage
INITRD /buildroot/boot/rootfs.cpio
APPEND root=/dev/nfs rw nfsroot=192.168.0.11:/srv/tftpboot/buildroot,tcp,vers=4 ip=dhcp rootfstype=ext4 --One system
Chroot to NFS root
Last updated