1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

No sense to have to removes of lost+found.

This commit is contained in:
freesource 2001-12-22 23:25:50 +00:00
parent 8180a0375f
commit 69938bb625

View File

@ -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();