We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4501843 commit bde2984Copy full SHA for bde2984
rootfs/build.sh
@@ -5,7 +5,6 @@ set -e
5
# Rootfs definitions
6
ROOTFS_NAME="vanilla-pico"
7
REPO_URL=http://repo2.vanillaos.org
8
-REPO_KEY=vanilla.key
9
CUSTOM_PACKAGE=""
10
CLEANUP_DIRS="/usr/share/doc/*
11
/usr/share/info/*
@@ -50,9 +49,6 @@ debootstrap \
50
49
$ROOTFS_NAME \
51
$REPO_URL
52
53
-# Add the vanilla extra repository key
54
-chroot $ROOTFS_NAME apt-key add /$REPO_KEY
55
-
56
# We need to remove the sources.list file since it is not needed
57
# after the debootstrap process. include.chroot already contains
58
# the correct sources.list file.
rootfs/includes.rootfs/vanilla.key
0 commit comments