summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/tools.c')
-rw-r--r--mdk-stage1/tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c
index deafdc8fe..05ec58f92 100644
--- a/mdk-stage1/tools.c
+++ b/mdk-stage1/tools.c
@@ -243,7 +243,7 @@ static void save_stuff_for_rescue(void)
enum return_type load_ramdisk_fd(int ramdisk_fd, int size)
{
BZFILE * st2;
- char * ramdisk = "/dev/ram3"; /* warning, verify that this file exists in the initrd (and actually is a ramdisk device file) */
+ char * ramdisk = "/dev/ram3"; /* warning, verify that this file exists in the initrd, and that root=/dev/ram3 is actually passed to the kernel at boot time */
int ram_fd;
char buffer[4096];
int z_errnum;