Skip to content

Commit

Permalink
fix: makepart: remove now unused weight parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Sep 16, 2024
1 parent 65af23d commit 759d98d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions builder/image.d/makepart
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ sed 's/#.*//;/^[[:space:]]*$/d' \
"syslinux")
syslinux=1
;;
"weight")
weight="$value"
;;
"final_partition")
is_final_partition=1
;;
Expand Down
1 change: 0 additions & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ The format is:
- `type=<type>`: overwrite the default GPT partition type
- `size=<size>`: instead of dynamically calculating the ideal size for the partition set it explicitly
- `syslinux`: mark this as a partition on whith to install syslinux to the FAT32 boot sectors
- `weight`: deprecated
- `final_partition`: ensure this partition is placed at the end of the partition table regardless of default sorting. if you don't know why you'd need this you likely shouldn't use it!

The `fstab` can be defined with an equally named file in one and only one feature.
Expand Down

0 comments on commit 759d98d

Please sign in to comment.