public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/
Date: Sun,  6 Feb 2022 12:11:43 +0000 (UTC)	[thread overview]
Message-ID: <1644149451.9f2025e1f5330065e04c8c0f49eac93e04047dd5.dilfridge@gentoo> (raw)

commit:     9f2025e1f5330065e04c8c0f49eac93e04047dd5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 12:10:51 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 12:10:51 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=9f2025e1

Start with the experiment LiveDVD (not useful/tested yet)

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/amd64/livedvd-stage1.spec | 138 +++++++++++++++++++++++++++++++
 releases/specs/amd64/livedvd-stage2.spec |  19 +++++
 2 files changed, 157 insertions(+)

diff --git a/releases/specs/amd64/livedvd-stage1.spec b/releases/specs/amd64/livedvd-stage1.spec
new file mode 100644
index 00000000..e52df561
--- /dev/null
+++ b/releases/specs/amd64/livedvd-stage1.spec
@@ -0,0 +1,138 @@
+subarch: amd64
+version_stamp: plasma-@TIMESTAMP@
+target: livecd-stage1
+rel_type: default
+profile: default/linux/amd64/17.1/desktop/plasma
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-amd64-openrc-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/isos
+
+livecd/use:
+	compile-locales
+	fbcon
+	livecd
+	modules
+
+livecd/packages:
+	app-accessibility/brltty
+	app-accessibility/espeakup
+	app-admin/hddtemp
+	app-admin/syslog-ng
+	app-arch/deb2targz
+	app-arch/rpm
+	app-arch/zip
+	app-crypt/gnupg
+	app-crypt/signing-party
+	app-editors/kile
+	app-editors/mg
+	app-editors/nano
+	app-eselect/eselect-repository
+	app-misc/livecd-tools
+	app-misc/screen
+	app-misc/tmux
+	app-office/libreoffice
+	app-office/texstudio
+	app-officeext/texmaths
+	app-portage/genlop
+	app-portage/gentoolkit
+	app-portage/mirrorselect
+	app-portage/pram
+	app-portage/repoman
+	app-portage/ufed
+	app-text/bibutils
+	app-text/ghostscript-gpl
+	app-text/pdftk
+	app-text/recode
+	app-text/texlive
+	app-text/wgetpaste
+	app-text/xournalpp
+	dev-vcs/git
+	dev-vcs/kdesvn
+	dev-vcs/subversion
+	kde-apps/k3b
+	kde-apps/kde-apps-meta
+	kde-apps/kdenlive
+	kde-apps/kdepim-meta
+	kde-apps/kipi-plugins
+	kde-apps/kompare
+	kde-misc/kdiff3
+	kde-plasma/plasma-meta
+	media-gfx/blender
+	media-gfx/digikam
+	media-gfx/engauge
+	media-gfx/gimp
+	media-gfx/gnuclad
+	media-gfx/graphviz
+	media-gfx/hugin
+	media-gfx/inkscape
+	media-gfx/jhead
+	media-gfx/jpeg2ps
+	media-gfx/pngcrush
+	media-gfx/pngquant
+	media-gfx/povray
+	media-sound/alsa-utils
+	media-video/kaffeine
+	media-video/mplayer
+	media-video/obs-studio
+	net-analyzer/nmap
+	net-analyzer/tcpdump
+	net-analyzer/traceroute
+	net-dialup/mingetty
+	net-dialup/pptpclient
+	net-dialup/rp-pppoe
+	net-fs/cifs-utils
+	net-fs/nfs-utils
+	net-irc/irssi
+	net-misc/chrony
+	net-misc/dhcpcd
+	net-misc/iputils
+	net-misc/ntp
+	net-misc/openssh
+	net-misc/rsync
+	net-misc/vconfig
+	net-wireless/b43-fwcutter
+	net-wireless/iw
+	net-wireless/wireless-tools
+	net-wireless/wpa_supplicant
+	sys-apps/busybox
+	sys-apps/ethtool
+	sys-apps/fxload
+	sys-apps/hdparm
+	sys-apps/iproute2
+	sys-apps/memtester
+	sys-apps/netplug
+	sys-apps/nvme-cli
+	sys-apps/pciutils
+	sys-apps/pcmciautils
+	sys-apps/sdparm
+	sys-apps/usbutils
+	sys-block/gparted
+	sys-block/parted
+	sys-block/partimage
+	sys-firmware/ipw2100-firmware
+	sys-firmware/ipw2200-firmware
+	sys-fs/bcache-tools
+	sys-fs/btrfs-progs
+	sys-fs/cryptsetup
+	sys-fs/dmraid
+	sys-fs/dosfstools
+	sys-fs/e2fsprogs
+	sys-fs/exfat-utils
+	sys-fs/fuse-exfat
+	sys-fs/f2fs-tools
+	sys-fs/jfsutils
+	sys-fs/lsscsi
+	sys-fs/lvm2
+	sys-fs/mac-fdisk
+	sys-fs/mdadm
+	sys-fs/multipath-tools
+	sys-fs/ntfs3g
+	sys-fs/reiserfsprogs
+	sys-fs/xfsprogs
+	sys-kernel/linux-firmware
+	sys-libs/gpm
+	sys-power/acpid
+	www-client/firefox
+	www-client/links
+	x11-misc/sddm

diff --git a/releases/specs/amd64/livedvd-stage2.spec b/releases/specs/amd64/livedvd-stage2.spec
new file mode 100644
index 00000000..313b107e
--- /dev/null
+++ b/releases/specs/amd64/livedvd-stage2.spec
@@ -0,0 +1,19 @@
+subarch: amd64
+version_stamp: plasma-@TIMESTAMP@
+target: livecd-stage2
+rel_type: default
+profile: default/linux/amd64/17.1/desktop/plasma
+snapshot: @TIMESTAMP@
+source_subpath: default/livecd-stage1-amd64-plasma-@TIMESTAMP@
+portage_confdir: @REPO_DIR@/releases/portage/isos
+
+livecd/bootargs: dokeymap
+livecd/fstype: squashfs
+livecd/iso: livedvd-amd64-@TIMESTAMP@.iso
+livecd/type: gentoo-release-minimal
+livecd/volid: Gentoo amd64 @TIMESTAMP@
+
+boot/kernel: gentoo
+
+boot/kernel/gentoo/sources: gentoo-sources
+boot/kernel/gentoo/config: @REPO_DIR@/releases/kconfig/amd64/amd64-5.10.61.config


             reply	other threads:[~2022-02-06 12:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-06 12:11 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-14 22:41 [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/ Andreas K. Hüttel
2024-12-13 22:41 Andreas K. Hüttel
2024-10-13 20:52 Andreas K. Hüttel
2024-08-22 18:36 Ben Kohler
2024-03-31  8:27 Andreas K. Hüttel
2024-03-21 13:44 Andreas K. Hüttel
2022-11-15 23:28 Andreas K. Hüttel
2022-02-07 21:53 Andreas K. Hüttel
2022-02-07  9:11 Andreas K. Hüttel
2021-10-17 20:28 Andreas K. Hüttel
2021-07-10 20:35 Andreas K. Hüttel
2021-06-30 17:15 Ben Kohler
2020-06-02 14:05 Ben Kohler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1644149451.9f2025e1f5330065e04c8c0f49eac93e04047dd5.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox