We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827f3c5 commit 271bf75Copy full SHA for 271bf75
1 file changed
crates/lib/src/bootloader.rs
@@ -108,12 +108,6 @@ pub(crate) fn install_via_bootupd(
108
"/"
109
};
110
111
- // rootfs_mountpoint
112
- // .path()
113
- // .to_str()
114
- // .expect("Invalid tempdir path")
115
- //};
116
-
117
// We mount the linux API file systems into the target deployment before chrooting
118
// so bootupd can find the proper backing device.
119
// xref https://systemd.io/API_FILE_SYSTEMS/
0 commit comments