Commit Graph

9 Commits

Author SHA1 Message Date
Ray Redondo
ee688073be
deploy: allow non-positional --force-mbr (#186)
* deploy: allow non-positional --force-mbr

Improvement on #182; fixed formatting, added comments, and made `[GPT partition index]` not fixed at `argv[2]` either. Incidentally, this allows `--force-mbr` and `[GPT partition index]` to coexist; there may be cause for a check for this.

* deploy: move usage to separate function

* deploy: fix style

* deploy: fix `usage` call

* limine-deploy: adjust usage information

* limine-deploy: add another explicit null check
2022-06-26 05:36:24 +02:00
mintsuki
dd0790a5e0 limine-deploy: Fix bug where any_active is not properly set 2022-05-28 04:58:00 +02:00
mintsuki
c8973ed681 fat: Improve detection code 2022-05-07 16:24:04 +02:00
mintsuki
ddf248aaf8 limine-deploy: Move code to activate partition to after MBR detection 2022-04-15 19:59:58 +02:00
mintsuki
e5f2b2c085 limine-deploy: Do not mark any protective MBR partition as active 2022-04-15 19:46:50 +02:00
mintsuki
3baa802ff6 limine-deploy: Auto set an MBR partition as active if none found 2022-04-15 16:40:37 +02:00
mintsuki
98b54eaf25 limine-deploy: Remove leading underscore from limine.hdd variable name 2022-04-15 16:13:08 +02:00
mintsuki
af330e1201 limine-deploy: Use EXIT_FAILURE and EXIT_SUCCESS 2022-04-15 15:26:02 +02:00
mintsuki
c052509567 misc: limine-s2deploy -> limine-deploy 2022-04-02 09:31:19 +02:00