mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
refactor(rootfs): change "initrd" to "rootfs"
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -7,9 +7,9 @@ menuentry "Fennix" {
|
||||
load_video
|
||||
clear
|
||||
echo "Loading kernel"
|
||||
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --init=/bin/init
|
||||
echo "Loading initrd"
|
||||
module2 /initrd.tar initrd
|
||||
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --init=/bin/fsh
|
||||
echo "Loading rootfs"
|
||||
module2 /rootfs.tar rootfs
|
||||
echo "Booting..."
|
||||
boot
|
||||
}
|
||||
|
@ -8,5 +8,5 @@ INTERFACE_BRANDING=Fennix
|
||||
KERNEL_CMDLINE=--ioapicirq=1 --udl=true --simd=true
|
||||
KERNEL_PATH=boot:///fennix.elf
|
||||
|
||||
MODULE_PATH=boot:///initrd.tar
|
||||
MODULE_CMDLINE=initrd
|
||||
MODULE_PATH=boot:///rootfs.tar
|
||||
MODULE_CMDLINE=rootfs
|
||||
|
@ -1,2 +1,2 @@
|
||||
CMDLINE=debug
|
||||
INITRD=initrd.tar
|
||||
INITRD=rootfs.tar
|
||||
|
Reference in New Issue
Block a user