restructure

This commit is contained in:
teldra 2021-03-12 19:40:59 +01:00
parent 2fed448c40
commit c257fe3d38
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,7 @@
module start "disk" "Partition disk"
if ! yesno "nun gehts los, sicher?" n; then
exit
fi
source "${var}"
@ -110,4 +113,4 @@ setconf add swapuuid "$(blkid -o value -s UUID /dev/mapper/voidvg.${diskid}-swap
mount -t tmpfs -o size=512m tmpfs "${dest}"/tmp
module end
module end

View File

@ -1,4 +1,5 @@
module start "installation" "Installation" "dontcheck"
mkdir -p "${dest}"/var/db/xbps
cp -rf /var/db/xbps/keys "${dest}"/var/db/xbps
@ -16,10 +17,6 @@ echo ""
echo "pkg install: ${pkg[@]}"
echo ""
echo ""
echo "recent fingerprint: 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d"
echo ""
for i in ${pkg[@]}; do
for j in ${removepkg[@]}; do
if [[ "${i}" == "${j}" ]]; then