Skip to content

Commit

Permalink
Change /boot default mount options
Browse files Browse the repository at this point in the history
Fixes #248
  • Loading branch information
picodotdev committed Feb 27, 2024
1 parent 251b037 commit 3b72818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alis-commons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function partition_device() {
}

function partition_options() {
PARTITION_OPTIONS_BOOT="defaults"
PARTITION_OPTIONS_BOOT="defaults,uid=0,gid=0,fmask=0077,dmask=0077"
PARTITION_OPTIONS="defaults"

if [ "$DEVICE_TRIM" == "true" ]; then
Expand Down

0 comments on commit 3b72818

Please sign in to comment.