forked from AbleOS/ableos
removed useless news
This commit is contained in:
parent
ebd3fe2248
commit
fed31617a8
|
@ -72,12 +72,12 @@ fn get_fs() -> Result<FileSystem<impl ReadWriteSeek>, io::Error> {
|
|||
)?;
|
||||
|
||||
io::copy(
|
||||
&mut File::open(Path::new("repbuild/limine.cfg"))?,
|
||||
&mut File::open("repbuild/limine.cfg")?,
|
||||
&mut fs.root_dir().create_file("limine.cfg")?,
|
||||
)?;
|
||||
|
||||
io::copy(
|
||||
&mut File::open(Path::new("repbuild/background.bmp"))?,
|
||||
&mut File::open("repbuild/background.bmp")?,
|
||||
&mut fs.root_dir().create_file("background.bmp")?,
|
||||
)?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue