Skip to content

Commit

Permalink
Reset init.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbittman committed Aug 7, 2024
1 parent 65bdfc0 commit f0f898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/src/initrd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn init(modules: &[BootModule]) {
}
let obj = Arc::new(obj);
obj::register_object(obj.clone());
if e.filename().as_str() == "bootstrap" {
if e.filename().as_str() == "init" {
boot_objects.init = Some(obj.clone());
}
boot_objects
Expand Down

0 comments on commit f0f898d

Please sign in to comment.