forked from brl/citadel-tools
rootfs symlink is created when realm is started so remove this check
This commit is contained in:
parent
55b08fb683
commit
c00e11ee8f
@ -89,11 +89,6 @@ impl RealmManager {
|
||||
warn!("ignoring directory in realm storage which has invalid realm name: {}", realm_name);
|
||||
return Ok(())
|
||||
}
|
||||
let rootfs = path.join("rootfs");
|
||||
if !rootfs.exists() {
|
||||
warn!("realm directory {} does not have a rootfs, ignoring", path.display());
|
||||
return Ok(())
|
||||
}
|
||||
|
||||
match Realm::new(realm_name, self.symlinks.clone(), self.network.clone()) {
|
||||
Ok(realm) => { self.add_realm_entry(realm);} ,
|
||||
|
Loading…
Reference in New Issue
Block a user