Do not start the serial driver in phase 1 init
This commit is contained in:
parent
3e0620f836
commit
4ca8c95474
@ -129,10 +129,6 @@ fn main() {
|
|||||||
syslog_client
|
syslog_client
|
||||||
.send_text_message("init", "Mounted the initrd as the root FS")
|
.send_text_message("init", "Mounted the initrd as the root FS")
|
||||||
.unwrap();
|
.unwrap();
|
||||||
Command::new("/bin/serial_driver").spawn().unwrap();
|
|
||||||
while !msg_handler.registered_devices.iter().any(|x| x == "ttyS0") {
|
|
||||||
msg_handler.process_messages();
|
|
||||||
}
|
|
||||||
Command::new("/bin/partserv").spawn().unwrap();
|
Command::new("/bin/partserv").spawn().unwrap();
|
||||||
Command::new("/bin/ext2").spawn().unwrap();
|
Command::new("/bin/ext2").spawn().unwrap();
|
||||||
Command::new("/bin/pci").spawn().unwrap();
|
Command::new("/bin/pci").spawn().unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user