This commit is contained in:
cyteen 2026-03-12 17:11:52 +00:00
parent d55756343b
commit 049136226e
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ and boot zfs to one or two disks (mirrored) using either grub-pc or grub-efi to
## image_partition_raw_gpt()
a partitioning function using cgpt to produce gpt partition table rather thanparted
a partitioning function using cgpt to produce gpt partition table rather than parted
parted to product dos partion table.
## blend_bootstrap_setup()
@ -42,7 +42,7 @@ Override the helper function:
- takes the 'apt-get -f' out of the loop so that dependency provided by other
debs can be resolved.
- inside the loop it just uninstalls the deb because of unfullfilled deps.
- inside the loop it just uninstalls the deb because of unfulfilled deps.
## install-deb-from-dsc() : WIP