-
- Downloads
Automatically compute the minimum size for the partition and resize it during...
Automatically compute the minimum size for the partition and resize it during the boot process (#127) * Automatically compute the minimum size for the partitions * Automatically resize the pmOS_root partition during the boot process * Resize root partition only if there is unallocated space at the end of the device. * Added more echos to make debugging easier while looking at the pmOS_init.log. * Updated static_code_analysis.sh script to run shellcheck with `-x` option.
Showing
- aports/main/postmarketos-mkinitfs/APKBUILD 4 additions, 4 deletionsaports/main/postmarketos-mkinitfs/APKBUILD
- aports/main/postmarketos-mkinitfs/init.sh.in 6 additions, 1 deletionaports/main/postmarketos-mkinitfs/init.sh.in
- aports/main/postmarketos-mkinitfs/init_functions.sh 72 additions, 30 deletionsaports/main/postmarketos-mkinitfs/init_functions.sh
- aports/main/postmarketos-mkinitfs/mkinitfs.sh 4 additions, 0 deletionsaports/main/postmarketos-mkinitfs/mkinitfs.sh
- pmb/config/__init__.py 0 additions, 2 deletionspmb/config/__init__.py
- pmb/install/blockdevice.py 3 additions, 4 deletionspmb/install/blockdevice.py
- pmb/install/install.py 32 additions, 3 deletionspmb/install/install.py
- pmb/install/partition.py 1 addition, 2 deletionspmb/install/partition.py
- test/static_code_analysis.sh 11 additions, 5 deletionstest/static_code_analysis.sh
Loading
Please register or sign in to comment