|
|
|
@ -39,7 +39,7 @@ CURRENT_DATE=$(date +%Y%m%d)
|
|
|
|
|
export SOURCE_DATE_EPOCH=$(date +%s)
|
|
|
|
|
|
|
|
|
|
# repository URL
|
|
|
|
|
PUREOS_REPO="https://repo.pureos.net/pureos/"
|
|
|
|
|
PUREOS_REPO="http://repo.pureos.net/pureos/"
|
|
|
|
|
|
|
|
|
|
# current architecture
|
|
|
|
|
arch=$(dpkg --print-architecture)
|
|
|
|
@ -200,7 +200,9 @@ lb config noauto \
|
|
|
|
|
--mirror-debian-installer $PUREOS_REPO \
|
|
|
|
|
--parent-mirror-bootstrap $PUREOS_REPO \
|
|
|
|
|
--parent-mirror-binary $PUREOS_REPO \
|
|
|
|
|
--parent-mirror-binary-security $PUREOS_REPO \
|
|
|
|
|
--parent-mirror-debian-installer $PUREOS_REPO \
|
|
|
|
|
--parent-mirror-chroot-security $PUREOS_REPO \
|
|
|
|
|
--memtest "memtest86+" \
|
|
|
|
|
--apt-source-archives false \
|
|
|
|
|
--debian-installer false \
|
|
|
|
|