Renamed options from short numbered format (i.e. '-1', '-2') to long descriptive format (i.e. '--mmdebstrap', '--sources')

This commit is contained in:
2025-11-05 14:36:12 -05:00
parent 0b033e852c
commit d80992da00
3 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ source \
"${BASEDIR}/system.conf"
if [[ "${1}" == '-1' ]]; then
if [[ "${1}" == '--rsync' ]]; then
mkdir -p /run/install
if [[ "${VERSION_ID}" -lt '41' ]]; then
@@ -24,7 +24,7 @@ if [[ "${1}" == '-1' ]]; then
--exclude=/etc/machine-id \
--info=progress2 \
/run/install/ /mnt
elif [[ "${1}" == '-2' ]]; then
elif [[ "${1}" == '--resolv-conf' ]]; then
mv /mnt/etc/resolv.conf \
/mnt/etc/resolv.conf.orig