summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/disk.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-18 14:20:50 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-18 14:20:50 +0000
commitb19ef695af2cde221e301616bd41fcbb3efdac2b (patch)
treee8bbf90db2816a1de3052ec30e2fdfffb6a4fb39 /mdk-stage1/disk.c
parentae498bffc0dd4235ed9e34c76b7239f24ec7ba85 (diff)
downloaddrakx-backup-do-not-use-b19ef695af2cde221e301616bd41fcbb3efdac2b.tar
drakx-backup-do-not-use-b19ef695af2cde221e301616bd41fcbb3efdac2b.tar.gz
drakx-backup-do-not-use-b19ef695af2cde221e301616bd41fcbb3efdac2b.tar.bz2
drakx-backup-do-not-use-b19ef695af2cde221e301616bd41fcbb3efdac2b.tar.xz
drakx-backup-do-not-use-b19ef695af2cde221e301616bd41fcbb3efdac2b.zip
polish for integration into cooker
Diffstat (limited to 'mdk-stage1/disk.c')
-rw-r--r--mdk-stage1/disk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c
index e324f0bee..e539b146a 100644
--- a/mdk-stage1/disk.c
+++ b/mdk-stage1/disk.c
@@ -44,6 +44,9 @@ enum return_type disk_prepare(void)
int i, count = 0;
enum return_type results;
+ error_message("Currently unsupported");
+ return RETURN_ERROR;
+
my_insmod("sd_mod");
my_insmod("vfat");
my_insmod("reiserfs");