File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ $(BUILDDIR)/image-prepare-stamp:
198198 @-rm $(addon-targets )
199199 @mkdir -p /rootfs/
200200 @curl -v -L https://sophgo.my-ho.st/public-key.asc -o $(BUILDDIR ) /public-key.asc
201- @mmdebstrap -v --architectures=riscv64 --include=" $( _PACKAGES) " sid " /rootfs/" " deb http://deb.debian.org/debian/ sid main" " deb [signed-by=$( BUILDDIR) /public-key.asc] https://sophgo.my-ho.st:8443 / debian sophgo"
201+ @mmdebstrap -v --architectures=riscv64 --include=" $( _PACKAGES) " sid " /rootfs/" " deb http://deb.debian.org/debian/ sid main" " deb [signed-by=$( BUILDDIR) /public-key.asc] https://sophgo.my-ho.st/ debian sophgo"
202202 @touch $@
203203
204204$(BUILDDIR ) /image-addons-stamp : $(BUILDDIR ) /image-prepare-stamp $(BUILDDIR ) /fsbl-package-stamp $(BUILDDIR ) /linux-compile-stamp $(addon-targets )
Original file line number Diff line number Diff line change 145145rm -rf /etc/apt/sources.list.d/multistrap-debian.list
146146
147147# apt-key add /tmp/install/public-key.asc
148- cp /tmp/install/public-key.asc /etc/apt/trusted.gpg.d/sophgo-myho-st.gpg
148+ cp /tmp/install/public-key.asc /etc/apt/trusted.gpg.d/sophgo-myho-st.asc
149149
150150cat > /etc/apt/sources.list << EOF
151151deb http://deb.debian.org/debian sid main non-free-firmware
152- deb https://sophgo.my-ho.st:8443 / debian sophgo
152+ deb https://sophgo.my-ho.st/ debian sophgo
153153EOF
154154
155155echo " /boot/uboot.env 0x0000 0x20000" > /etc/fw_env.config
You can’t perform that action at this time.
0 commit comments