From d7020aaebe31dd7a1cf25d38195ffe75ac48f024 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jan 2000 01:20:11 +0900 Subject: allow longer root device names --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index affcd04..83c01a0 100644 --- a/globals.h +++ b/globals.h @@ -827,7 +827,7 @@ typedef struct { bool beaglebone; bool olimex; bool gpib; - char remount_point[32]; + char remount_point[128]; } HWDetectStruct; -- cgit