# HG changeset patch # User kono # Date 1706770584 -32400 # Node ID 8832d937a4908e6e5bdf527b5c9e7a5923023558 # Parent 30904ab847f1336daf44b0051075673fdde7a33a add CbC diff -r 30904ab847f1 -r 8832d937a490 xv6-aauefi.def --- a/xv6-aauefi.def Sat Jan 20 10:36:30 2024 +0900 +++ b/xv6-aauefi.def Thu Feb 01 15:56:24 2024 +0900 @@ -2,12 +2,13 @@ From: ubuntu:22.04 %post + echo 'deb [trusted=yes] http://firefly.cr.ie.u-ryukyu.ac.jp/debs stable main' > /etc/apt/sources.list.d/firefly.list echo 'Acquire::http { Proxy "http://apt-cache.ie.u-ryukyu.ac.jp:3142"; };' >> /etc/apt/apt.conf.d/01proxy apt-get update apt-get upgrade -y DEBIAN_FRONTEND=noninteractive \ apt-get install -y \ - qemu-utils \ + qemu-utils \ clang \ cmake \ qemu-efi-aarch64 \ @@ -21,9 +22,11 @@ python3-pip \ iasl \ nasm \ - zsh \ - vim \ - wget + zsh \ + vim \ + wget + DEBIAN_FRONTEND=noninteractive \ + apt-get install -y cbclang DEBIAN_FRONTEND=noninteractive \ apt-get install -y \ crossbuild-essential-armhf \