From 69938bb62568094d317a1e0befcb2b2dbeb3ebaa Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 22 Dec 2001 23:25:50 +0000 Subject: [PATCH] No sense to have to removes of lost+found. --- BootRoot/Yard.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/BootRoot/Yard.pm b/BootRoot/Yard.pm index 0b20ca3..b177a43 100644 --- a/BootRoot/Yard.pm +++ b/BootRoot/Yard.pm @@ -1389,7 +1389,6 @@ sub create_expect_uml { return "ERROR" if errm(mount_device($device,$mount_point)) == 2; ##### lost+found on a ramdisk is pointless - sys("rm -rf $mount_point/lost+found"); sync();