Lines Matching +full:boot +full:- +full:up
14 -----------
18 in order to access the root filesystem (see Documentation/admin-guide/initrd.rst). It can
26 The RAM disk supports up to 16 RAM disks by default, and can be reconfigured
41 ---------------------------------
48 This parameter tells the RAM disk driver to set up RAM disks of N k size. The
63 ---------------
66 to set the boot device in a Linux kernel image.
68 Instead of using rdev, just place the boot device information on the
72 arch/x86/boot/Makefile and specify in initrd image by setting FDINITRD in
73 arch/x86/boot/Makefile.
75 Some of the kernel command line boot options that may apply here are::
80 If you make a boot disk that has LILO, then for the above, you would use::
85 -----------------------------------------------
106 mke2fs -vm0 /dev/ram0 2048
115 dd if=/dev/ram0 bs=1k count=2048 | gzip -v9 > /tmp/ram_image.gz
130 g) Make sure that you have already specified the boot information in
132 command line boot options to the kernel.
134 That is it. You now have your boot/root compressed RAM disk floppy. Some
141 ----------
143 SEPT-2020 :
147 10-22-04 :
152 12-95 :