Skip to content

Commit 0866667

Browse files
committed
wip
1 parent 9e2fbc4 commit 0866667

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/lib/src/bootloader.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ pub(crate) fn install_via_bootupd(
108108
"/"
109109
};
110110

111-
// rootfs_mountpoint
112-
// .path()
113-
// .to_str()
114-
// .expect("Invalid tempdir path")
115-
//};
116-
117111
// We mount the linux API file systems into the target deployment before chrooting
118112
// so bootupd can find the proper backing device.
119113
// xref https://systemd.io/API_FILE_SYSTEMS/

0 commit comments

Comments
 (0)