Skip to content

Commit

Permalink
fix: remove duplicate key import
Browse files Browse the repository at this point in the history
The gpg key was already imported through the includes.rootfs folder.
  • Loading branch information
kbdharun committed Jan 17, 2025
1 parent 4501843 commit bde2984
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
4 changes: 0 additions & 4 deletions rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -e
# Rootfs definitions
ROOTFS_NAME="vanilla-pico"
REPO_URL=http://repo2.vanillaos.org
REPO_KEY=vanilla.key
CUSTOM_PACKAGE=""
CLEANUP_DIRS="/usr/share/doc/*
/usr/share/info/*
Expand Down Expand Up @@ -50,9 +49,6 @@ debootstrap \
$ROOTFS_NAME \
$REPO_URL

# Add the vanilla extra repository key
chroot $ROOTFS_NAME apt-key add /$REPO_KEY

# We need to remove the sources.list file since it is not needed
# after the debootstrap process. include.chroot already contains
# the correct sources.list file.
Expand Down
41 changes: 0 additions & 41 deletions rootfs/includes.rootfs/vanilla.key

This file was deleted.

0 comments on commit bde2984

Please sign in to comment.