Edit

IABSD.fr/src/distrib/arm64

Branch :

  • Show log

    Commit

  • Author : krw
    Date : 2023-02-10 15:54:33
    Hash : 8d8d84f6
    Message : Use "echo '/ *' | disklabel -wAT-" to put all free space into the root partition. Identical behaviour as but more readable than the "echo 'a a\n\n\n\nw\nq\n'| disklabel -E" it replaces. It also eliminates the extraneous output of -E that required ">/dev/null". ok kn@