Update archiso.sh
This commit is contained in:
parent
d4a33ac16f
commit
f22338c642
|
@ -64,9 +64,9 @@ workdir="/tmp/archiso"
|
||||||
root_etc="${prof_dir}/airootfs/etc"
|
root_etc="${prof_dir}/airootfs/etc"
|
||||||
|
|
||||||
# Delete old profile
|
# Delete old profile
|
||||||
err sudo rm -rf "${prof_dir}"
|
sudo rm -rf "${prof_dir}"
|
||||||
err sudo rm -rf ${dir}/output/*
|
sudo rm -rf ${dir}/output/*
|
||||||
err sudo rm -rf ${workdir}
|
sudo rm -rf ${workdir}
|
||||||
|
|
||||||
# Copy new profile template
|
# Copy new profile template
|
||||||
# https://wiki.archlinux.org/title/Archiso#Prepare_a_custom_profile
|
# https://wiki.archlinux.org/title/Archiso#Prepare_a_custom_profile
|
||||||
|
|
Loading…
Reference in New Issue