Rename grub-fuse to grub-mount (with Vladimir's blessing)
This commit is contained in:
parent
92bb078645
commit
89644ef113
5 changed files with 7 additions and 7 deletions
|
@ -213,10 +213,10 @@ program = {
|
|||
};
|
||||
|
||||
program = {
|
||||
name = grub-fuse;
|
||||
name = grub-mount;
|
||||
mansection = 1;
|
||||
common_nodist = grub_fstest_init.c;
|
||||
common = util/grub-fuse.c;
|
||||
common = util/grub-mount.c;
|
||||
common = grub-core/kern/emu/hostfs.c;
|
||||
common = grub-core/disk/host.c;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue