changeset 4:8832d937a490 default tip

add CbC
author kono
date Thu, 01 Feb 2024 15:56:24 +0900
parents 30904ab847f1
children
files xv6-aauefi.def
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 \