9829c3207d
we'll actually create an EFI partition with a FAT file system instead of an UFS file system. It also allows us to give a sensible default mount point for EFI partitions so that people don't have to guess. This also means that we can now remove new_efi_part(), which did the same thing as new_part(), except it created a FAT file system. The function wasn't called when the EFI partition was created from scratch though, which was the problem. By passing the partition type to the various functions, we can deal with EFI without having to duplicate code. |
||
---|---|---|
.. | ||
help | ||
command.c | ||
config.c | ||
devices.c | ||
disks.c | ||
dispatch.c | ||
dmenu.c | ||
globals.c | ||
install.c | ||
keymap.c | ||
label.c | ||
list.h | ||
main.c | ||
Makefile | ||
menus.c | ||
misc.c | ||
msg.c | ||
rtermcap.c | ||
sade.8 | ||
sade.h | ||
system.c | ||
termcap.c | ||
usb.c | ||
variable.c | ||
wizard.c |