Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Devuan 5 Daedalus #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions devuan-5-daedalus-std-64/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@


BASEDIR:=$(shell dab basedir)

all: info/init_ok
dab bootstrap --minimal
dab install devuan-keyring
dab finalize

info/init_ok: dab.conf
dab init
touch $@

.PHONY: clean
clean:
dab clean
rm -f *~

.PHONY: dist-clean
dist-clean:
dab dist-clean
rm -f *~
13 changes: 13 additions & 0 deletions devuan-5-daedalus-std-64/dab.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Suite: daedalus
CacheDir: ../cache
Source: http://deb.devuan.org/merged SUITE main contrib
Source: http://deb.devuan.org/merged SUITE-updates main contrib
Source: http://deb.devuan.org/merged SUITE-security main contrib
Architecture: amd64
Name: devuan-5.0-standard
Version: 5.0
Section: system
Maintainer: Proxmox Support Team <[email protected]>
Infopage: https://devuan.org
Description: Devuan 5.0 (standard)
A small Devuan Daedalus system including a minimal set of essential packages.