From 4b8c59a17adef232c3e1997b47876e7df72bbce3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 24 Sep 2001 22:39:09 +0000 Subject: hd.img now detects partition types... backport from DrakX :-) --- mdk-stage1/mount.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdk-stage1/mount.h') diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h index 992796bde..82795462f 100644 --- a/mdk-stage1/mount.h +++ b/mdk-stage1/mount.h @@ -28,4 +28,8 @@ int my_mount(char *dev, char *location, char *fs, int force_rw); +#ifndef DISABLE_MEDIAS +int ensure_dev_exists(char *dev); +#endif + #endif -- cgit v1.2.1