從 Ubuntu 啟動板建立 Debian 映像

從 Ubuntu 啟動板建立 Debian 映像

我從以下鏈接下載了構建腳本和一些構建 debian cd 映像所需的文件

Debian_CD

在自述文件中,它提到我應該編輯 CONF.sh 中鏡像的路徑

# Paths to the mirrors
export MIRROR=${MIRROR:-$CDIMAGE_ROOT/ftp}

# Comment the following line if you don't have/want non-US
#export NONUS=/ftp/debian-non-US

# Path of the temporary directory
export TDIR=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/tmp
# Path where the images will be written
export OUT=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/debian-cd

# Where we keep the temporary apt stuff.
# This cannot reside on an NFS mount.
export APTTMP=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/apt

# Where extracted debootstrap scripts live
export DEBOOTSTRAP=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/debootstrap

# 即時檔案系統影像即時匯出 LIVEIMAGES=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/live

我不太確定“鏡像”指的是什麼以及如何正確設定路徑?

任何建議將被認真考慮。

==================================================== = ===================== 帖子已更新

Debian 鏡像網站:關聯

@cas 這是你指的嗎?但是,如何透過擁有此鏡像網站來編輯此 CONF.sh ?我還沒有找到任何線索。

相關內容