Anduin2017 / Anduin2017/AnduinOS

Fix: Missing ca-certificates in debootstrap base system

Open
#313 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
1.3k
Forks
114
PR merge metrics
No merged PRs in 30d

Description

Description: When building the OS from a clean environment, debootstrap with --variant=minbase does not install ca-certificates. This causes subsequent apt operations over HTTPS to fail with SSL routines::certificate verify failed.

Fix: Added ca-certificates to the --include list in the download_base_system function within build.sh.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in build.sh at the download_base_system function and inspect the debootstrap --variant=minbase invocation and its --include list. Reproduce the clean-environment build if possible, then verify that subsequent apt operations over HTTPS no longer fail with certificate verification errors. Done means the base system includes ca-certificates and the build completes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, shell, ubuntu
Domain
build-system, operating-systems
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.