@@ -181,35 +181,35 @@ RUN \
181181# test -z "$match1" && apt.sh firefox; \
182182# exit 0
183183
184-
185- # qemu,libvirt
186- RUN apt.sh \
187- qemu-system-x86 qemu-system-arm qemu-system-ppc qemu-utils ipxe-qemu \
188- libvirt-daemon-system libvirt-clients virtinst \
189- bridge-utils seabios vgabios dnsmasq \
190- supervisor dropbear git;
191- # ubt24-none: qemu-efi gconf2
192- RUN \
193- test "24.04" != "${VER}" && apt.sh gconf2 qemu-efi; \
194- exit 0
195- # virter-v0.24.0
196- RUN \
197- case ${TARGETPLATFORM} in \
198- "linux/amd64") arch=amd64 ;; \
199- "linux/arm64") arch=arm64 ;; \
200- "linux/arm/v7") arch=arm ;; \
201- "linux/ppc64le") arch=ppc64le ;; \
202- "linux/arm/v6") arch=NONE_armel ;; \
203- "linux/386") arch=NONE_i386 ;; \
204- esac; \
205- file=virter-linux-$arch; \
206- # https://github.com/infrastlabs/fk-virter/releases/download/v24.12/virter-linux-amd64 #none: xx-upx.tar.gz (
[email protected] )
207- test -s $file || wget -O $file https://github.com/infrastlabs/fk-virter/releases/download/v24.12/$file; \
208- chmod +x $file; mv $file /bin/virter;
209- RUN \
210- sed -i 's/#user = "root"/user = "root"/' /etc/libvirt/qemu.conf; \
211- sed -i 's/#group = "root"/group = "root"/' /etc/libvirt/qemu.conf; \
212- exit 0;
184+ ##改后: icons反而不行
185+ # # qemu,libvirt
186+ # RUN apt.sh \
187+ # qemu-system-x86 qemu-system-arm qemu-system-ppc qemu-utils ipxe-qemu \
188+ # libvirt-daemon-system libvirt-clients virtinst \
189+ # bridge-utils seabios vgabios dnsmasq \
190+ # supervisor dropbear git;
191+ # # ubt24-none: qemu-efi gconf2
192+ # RUN \
193+ # test "24.04" != "${VER}" && apt.sh gconf2 qemu-efi; \
194+ # exit 0
195+ # # virter-v0.24.0
196+ # RUN \
197+ # case ${TARGETPLATFORM} in \
198+ # "linux/amd64") arch=amd64 ;; \
199+ # "linux/arm64") arch=arm64 ;; \
200+ # "linux/arm/v7") arch=arm ;; \
201+ # "linux/ppc64le") arch=ppc64le ;; \
202+ # "linux/arm/v6") arch=NONE_armel ;; \
203+ # "linux/386") arch=NONE_i386 ;; \
204+ # esac; \
205+ # file=virter-linux-$arch; \
206+ # # https://github.com/infrastlabs/fk-virter/releases/download/v24.12/virter-linux-amd64 #none: xx-upx.tar.gz (
[email protected] )
207+ # test -s $file || wget -O $file https://github.com/infrastlabs/fk-virter/releases/download/v24.12/$file; \
208+ # chmod +x $file; mv $file /bin/virter;
209+ # RUN \
210+ # sed -i 's/#user = "root"/user = "root"/' /etc/libvirt/qemu.conf; \
211+ # sed -i 's/#group = "root"/group = "root"/' /etc/libvirt/qemu.conf; \
212+ # exit 0;
213213
214214# 拆分包体与配置项两块,免频繁变动基础包
215215# HEADLESS
0 commit comments