initial data commit, yay!
This commit is contained in:
70
molecules/corecdx.common
Normal file
70
molecules/corecdx.common
Normal file
@@ -0,0 +1,70 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon CoreCDX
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh fluxbox
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh CoreCDX
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
# sabayon-skel required to make anaconda autostart
|
||||
# libgnomecanvas-python required by anaconda
|
||||
# x11-drivers/xf86-video-virtualbox#2.6.33-sabayon,
|
||||
# x11-libs/libXxf86misc required by xset
|
||||
|
||||
packages_to_add:
|
||||
@X,
|
||||
@fluxbox,
|
||||
x11-libs/libXxf86misc,
|
||||
app-text/pastebunz,
|
||||
app-misc/sabayon-skel,
|
||||
app-misc/anaconda-runtime-gui,
|
||||
gnome-base/gdm,
|
||||
media-fonts/ttf-bitstream-vera,
|
||||
media-fonts/dejavu,
|
||||
media-fonts/corefonts,
|
||||
net-dialup/ppp,
|
||||
net-dialup/rp-pppoe,
|
||||
net-firewall/shorewall-lite,
|
||||
x11-terms/xterm,
|
||||
x11-drivers/xf86-input-virtualbox,
|
||||
virtualbox-guest-additions,
|
||||
x11-themes/hicolor-icon-theme,
|
||||
dev-python/libgnomecanvas-python,
|
||||
dev-vcs/git,
|
||||
x11-apps/xhost,
|
||||
x11-apps/setxkbmap,
|
||||
x11-themes/gtk-engines,
|
||||
sys-apps/gpu-detector,
|
||||
sys-power/cpufrequtils,
|
||||
app-emulation/virtualbox-guest-additions,
|
||||
x11-drivers/xf86-video-virtualbox
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
11
molecules/daily/remaster/sabayon-amd64-corecdx.spec
Normal file
11
molecules/daily/remaster/sabayon-amd64-corecdx.spec
Normal file
@@ -0,0 +1,11 @@
|
||||
# Use abs path, otherwise daily iso build won't work
|
||||
%import /sabayon/molecules/corecdx.common
|
||||
|
||||
release_version: 20100917
|
||||
release_desc: amd64 CoreCDX
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_DAILY_amd64.iso
|
||||
14
molecules/daily/remaster/sabayon-amd64-e17.spec
Normal file
14
molecules/daily/remaster/sabayon-amd64-e17.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/e17.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 E17
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_amd64_E17.iso
|
||||
14
molecules/daily/remaster/sabayon-amd64-gnome.spec
Normal file
14
molecules/daily/remaster/sabayon-amd64-gnome.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/gnome.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 GNOME
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_amd64_G.iso
|
||||
14
molecules/daily/remaster/sabayon-amd64-kde.spec
Normal file
14
molecules/daily/remaster/sabayon-amd64-kde.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/kde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 KDE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_amd64_K.iso
|
||||
14
molecules/daily/remaster/sabayon-amd64-lxde.spec
Normal file
14
molecules/daily/remaster/sabayon-amd64-lxde.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/lxde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 LXDE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_amd64_LXDE.iso
|
||||
11
molecules/daily/remaster/sabayon-amd64-serverbase.spec
Normal file
11
molecules/daily/remaster/sabayon-amd64-serverbase.spec
Normal file
@@ -0,0 +1,11 @@
|
||||
# Use abs path, otherwise daily iso build won't work
|
||||
%import /sabayon/molecules/serverbase.common
|
||||
|
||||
release_version: 20100917
|
||||
release_desc: amd64 ServerBase
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_ServerBase_DAILY_amd64.iso
|
||||
@@ -0,0 +1,12 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase-openvz-template.common
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
# prechroot:
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
release_version: 20100917
|
||||
tar_name: Sabayon_Linux_SpinBase_DAILY_amd64_openvz.tar.gz
|
||||
14
molecules/daily/remaster/sabayon-amd64-xfce.spec
Normal file
14
molecules/daily/remaster/sabayon-amd64-xfce.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/xfce.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 XFCE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_amd64_XFCE.iso
|
||||
15
molecules/daily/remaster/sabayon-x86-corecdx.spec
Normal file
15
molecules/daily/remaster/sabayon-x86-corecdx.spec
Normal file
@@ -0,0 +1,15 @@
|
||||
# use abs path, otherwise daily iso build automagic won't work
|
||||
%import /sabayon/molecules/corecdx.common
|
||||
|
||||
release_version: 20100917
|
||||
release_desc: x86 CoreCDX
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_DAILY_x86.iso
|
||||
17
molecules/daily/remaster/sabayon-x86-e17.spec
Normal file
17
molecules/daily/remaster/sabayon-x86-e17.spec
Normal file
@@ -0,0 +1,17 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/e17.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 E17
|
||||
|
||||
# 32bit chroot
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_x86_E17.iso
|
||||
161
molecules/daily/remaster/sabayon-x86-gforensic.spec
Normal file
161
molecules/daily/remaster/sabayon-x86-gforensic.spec
Normal file
@@ -0,0 +1,161 @@
|
||||
# Sabayon Linux 5 x86 GNOME Molecule remaster spec file
|
||||
|
||||
# The aim of this spec file is to add arbitrary applications & misc stuff
|
||||
|
||||
# to an already built ISO image via scripting (providing hooks that call
|
||||
|
||||
# user-defined scripts).
|
||||
|
||||
# squashfs, mkisofs needed
|
||||
|
||||
|
||||
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 Gforensic
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_x86_G.iso
|
||||
|
||||
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot before packing it
|
||||
# - kmerge.sh - setup kernel bins
|
||||
# inner_chroot_script:
|
||||
|
||||
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_gforensic_inner_chroot_script_after.sh gnome
|
||||
|
||||
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
|
||||
outer_chroot_script_after: /sabayon/scripts/gforensic_remaster_post.sh
|
||||
|
||||
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
# pre_iso_script: /sabayon/scripts/cdroot.py
|
||||
|
||||
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_Gforensic_DAILY_x86.iso
|
||||
|
||||
|
||||
|
||||
# Output iso image title
|
||||
iso_title: Sabayon_Linux_Forensic_x86_G
|
||||
|
||||
|
||||
|
||||
# Alternative ISO file mount command (default is: mount -o loop -t iso9660)
|
||||
# iso_mounter:
|
||||
|
||||
|
||||
|
||||
# Alternative ISO umounter command (default is: umount)
|
||||
# iso_umounter:
|
||||
|
||||
|
||||
|
||||
# Alternative squashfs file mount command (default is: mount -o loop -t squashfs)
|
||||
# squash_mounter:
|
||||
|
||||
|
||||
|
||||
# Alternative ISO squashfs umount command (default is: umount)
|
||||
# squash_umounter:
|
||||
|
||||
|
||||
|
||||
# Merge directory with destination LiveCD root
|
||||
# merge_livecd_root: /put/more/files/onto/CD/root
|
||||
|
||||
|
||||
|
||||
# List of packages that would be removed from chrooted system (comma separated)
|
||||
packages_to_remove: gnome-base/gnome-mount, net-dialup/pptpclient, net-dialup/gnome-ppp, net-dialup/globespan-adsl, net-dialup/wvdial, app-office/openoffice-l10n-de, app-office/openoffice-l10n-es, app-office/openoffice-l10n-fr, app-office/openoffice-l10n-it, app-office/openoffice-l10n-nl, app-office/openoffice-l10n-pt, games-puzzle/world-of-goo-demo, media-tv/xbmc, net-irc/xchat, www-client/firefox, x11-wm/fluxbox, x11-libs/compiz-bcop, x11-plugins/compiz-plugins-extra, x11-plugins/compiz-plugins-main, x11-wm/compiz, x11-themes/emerald-themes, x11-themes/emerald-themes, app-emulation/virtualbox-guest-additions, x11-drivers/xf86-input-virtualbox, x11-drivers/xf86-video-virtualbox, x11-terms/guake, gnome-extra/gnome-games, media-tv/linuxtv-dvb-headers, media-tv/ivtv-firmware, media-tv/afatech9005-firmware, www-client/lynx, net-p2p/deluge, media-gfx/gimp
|
||||
|
||||
|
||||
|
||||
# Custom shell call to packages removal (default is: equo remove)
|
||||
# custom_packages_remove_cmd:
|
||||
|
||||
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
packages_to_add: sys-apps/slocate, media-fonts/droid, gnome-base/gvfs, app-misc/sabayon-skel, app-misc/screen, www-client/chromium, app-forensics/cmospwd,
|
||||
app-forensics/rkhunter, app-forensics/sleuthkit, app-antivirus/clamav, app-antivirus/clamtk, app-forensics/autopsy, app-forensics/mac-robber,
|
||||
app-forensics/aide, app-forensics/rdd, app-crypt/chntpw, media-video/vlc, x11-wm/awesome, net-libs/libnet, net-libs/netwib, net-analyzer/traceroute,
|
||||
media-gfx/picasa, app-admin/testdisk, app-crypt/fcrackzip, app-crypt/johntheripper, sys-fs/extundelete, app-forensics/magicrescue, app-crypt/ophcrack,
|
||||
app-crypt/ophcrack-tables, net-analyzer/nmap, net-analyzer/netcat6, net-irc/irssi
|
||||
|
||||
|
||||
|
||||
# Custom shell call to packages add (default is: equo install)
|
||||
# custom_packages_add_cmd:
|
||||
|
||||
|
||||
|
||||
# Custom command for updating repositories (default is: equo update)
|
||||
# repositories_update_cmd:
|
||||
|
||||
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
|
||||
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
# paths_to_remove:
|
||||
|
||||
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
# paths_to_empty:
|
||||
|
||||
|
||||
|
||||
# Build Menu
|
||||
pre_iso_script: /sabayon/scripts/gforensic_pre_iso_script.sh
|
||||
16
molecules/daily/remaster/sabayon-x86-gnome.spec
Normal file
16
molecules/daily/remaster/sabayon-x86-gnome.spec
Normal file
@@ -0,0 +1,16 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/gnome.common
|
||||
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 GNOME
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_x86_G.iso
|
||||
16
molecules/daily/remaster/sabayon-x86-kde.spec
Normal file
16
molecules/daily/remaster/sabayon-x86-kde.spec
Normal file
@@ -0,0 +1,16 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/kde.common
|
||||
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 KDE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_x86_K.iso
|
||||
17
molecules/daily/remaster/sabayon-x86-lxde.spec
Normal file
17
molecules/daily/remaster/sabayon-x86-lxde.spec
Normal file
@@ -0,0 +1,17 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/lxde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 LXDE
|
||||
|
||||
# 32bit chroot
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_x86_LXDE.iso
|
||||
15
molecules/daily/remaster/sabayon-x86-serverbase.spec
Normal file
15
molecules/daily/remaster/sabayon-x86-serverbase.spec
Normal file
@@ -0,0 +1,15 @@
|
||||
# use abs path, otherwise daily iso build automagic won't work
|
||||
%import /sabayon/molecules/serverbase.common
|
||||
|
||||
release_version: 20100917
|
||||
release_desc: x86 ServerBase
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_ServerBase_DAILY_x86.iso
|
||||
@@ -0,0 +1,12 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase-openvz-template.common
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
release_version: 20100917
|
||||
tar_name: Sabayon_Linux_SpinBase_DAILY_x86_openvz.tar.gz
|
||||
17
molecules/daily/remaster/sabayon-x86-xfce.spec
Normal file
17
molecules/daily/remaster/sabayon-x86-xfce.spec
Normal file
@@ -0,0 +1,17 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/xfce.common
|
||||
|
||||
# Release Version
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 XFCE
|
||||
|
||||
# 32bit chroot
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_DAILY_x86_XFCE.iso
|
||||
18
molecules/daily/sabayon-amd64-spinbase.spec
Normal file
18
molecules/daily/sabayon-amd64-spinbase.spec
Normal file
@@ -0,0 +1,18 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase.common
|
||||
|
||||
# Release Version
|
||||
# Keep this here, otherwise daily builds automagic won't work
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 SpinBase
|
||||
|
||||
# Source chroot directory, where files are pulled from
|
||||
source_chroot: /sabayon/sources/amd64_core-2010
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
# Keep this here and set, otherwise daily builds automagic won't work
|
||||
destination_iso_image_name: Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
inner_source_chroot_script: /sabayon/scripts/inner_source_chroot_update.sh
|
||||
21
molecules/daily/sabayon-x86-spinbase.spec
Normal file
21
molecules/daily/sabayon-x86-spinbase.spec
Normal file
@@ -0,0 +1,21 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase.common
|
||||
|
||||
# 32bit build
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
# Keep this here, otherwise daily builds automagic won't work
|
||||
release_version: 20100917
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 SpinBase
|
||||
|
||||
# Source chroot directory, where files are pulled from
|
||||
source_chroot: /sabayon/sources/x86_core-2010
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
# Keep this here and set, otherwise daily builds automagic won't work
|
||||
destination_iso_image_name: Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
inner_source_chroot_script: /sabayon/scripts/inner_source_chroot_update.sh
|
||||
79
molecules/e17.common
Normal file
79
molecules/e17.common
Normal file
@@ -0,0 +1,79 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon E17
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh e17
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh E17
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
# Custom shell call to packages removal (default is: equo remove)
|
||||
# custom_packages_remove_cmd:
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
packages_to_add:
|
||||
@X,
|
||||
@e17,
|
||||
@wireless,
|
||||
app-admin/sulfur,
|
||||
app-crypt/gnupg,
|
||||
app-crypt/pinentry-gtk2,
|
||||
app-emulation/virtualbox-guest-additions,
|
||||
app-editors/leafpad,
|
||||
app-misc/anaconda-runtime-gui,
|
||||
app-text/epdfview,
|
||||
app-text/pastebunz,
|
||||
gnome-extra/nm-applet,
|
||||
lxde-base/lxdm,
|
||||
media-fonts/ttf-bitstream-vera,
|
||||
media-fonts/dejavu,
|
||||
media-fonts/corefonts,
|
||||
media-gfx/ristretto,
|
||||
media-video/totem,
|
||||
net-dialup/rp-pppoe,
|
||||
net-im/emesene,
|
||||
net-irc/xchat,
|
||||
net-misc/wicd,
|
||||
sys-apps/gpu-detector,
|
||||
sys-auth/consolekit,
|
||||
sys-fs/ntfs3g,
|
||||
sys-power/cpufrequtils,
|
||||
www-client/firefox,
|
||||
x11-drivers/xf86-video-virtualbox,
|
||||
x11-misc/magneto-gtk,
|
||||
x11-wm/fluxbox,
|
||||
x11-terms/xterm,
|
||||
x11-themes/gtk-engines-xfce,
|
||||
x11-themes/tango-icon-theme,
|
||||
x11-themes/gnome-icon-theme,
|
||||
x11-terms/terminal,
|
||||
x11-themes/gtk2-E17-bling
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
230
molecules/gnome.common
Normal file
230
molecules/gnome.common
Normal file
@@ -0,0 +1,230 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon GNOME
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh gnome
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh GNOME
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
# List of packages that would be removed from chrooted system (comma separated)
|
||||
# packages_to_remove:
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
packages_to_add:
|
||||
@X,
|
||||
@gnome,
|
||||
app-admin/gnome-system-tools,
|
||||
app-admin/packagekit-base,
|
||||
app-admin/packagekit-gtk,
|
||||
app-admin/sulfur,
|
||||
app-admin/system-tools-backends,
|
||||
app-crypt/gnupg,
|
||||
app-crypt/pinentry-gtk2,
|
||||
app-dicts/aspell-de,
|
||||
app-dicts/aspell-en,
|
||||
app-dicts/aspell-fr,
|
||||
app-dicts/aspell-it,
|
||||
app-dicts/aspell-nl,
|
||||
app-dicts/aspell-pl,
|
||||
app-dicts/myspell-de,
|
||||
app-dicts/myspell-en,
|
||||
app-dicts/myspell-es,
|
||||
app-dicts/myspell-fr,
|
||||
app-dicts/myspell-it,
|
||||
app-dicts/myspell-nl,
|
||||
app-editors/gedit,
|
||||
app-emulation/virtualbox-guest-additions,
|
||||
app-emulation/wine,
|
||||
app-misc/anaconda-runtime-gui,
|
||||
app-misc/gnote,
|
||||
app-misc/sabayon-version,
|
||||
app-misc/sabayon-music,
|
||||
app-misc/sabayon-mce,
|
||||
app-misc/sabayon-skel,
|
||||
app-text/gnome-spell,
|
||||
app-text/pastebunz,
|
||||
app-office/openoffice,
|
||||
app-office/openoffice-l10n-de,
|
||||
app-office/openoffice-l10n-es,
|
||||
app-office/openoffice-l10n-fr,
|
||||
app-office/openoffice-l10n-it,
|
||||
app-office/openoffice-l10n-nl,
|
||||
app-office/openoffice-l10n-pt,
|
||||
dev-java/sun-jre-bin,
|
||||
gnome-base/gnome-shell,
|
||||
gnome-base/gnome-applets,
|
||||
gnome-extra/deskbar-applet,
|
||||
gnome-extra/fast-user-switch-applet,
|
||||
gnome-extra/gcalctool,
|
||||
gnome-extra/gconf-editor,
|
||||
gnome-extra/gnome-games,
|
||||
gnome-extra/gnome-power-manager,
|
||||
gnome-extra/gnome-screensaver,
|
||||
gnome-extra/gnome-utils,
|
||||
gnome-extra/gucharmap,
|
||||
gnome-extra/nautilus-open-terminal,
|
||||
gnome-extra/nautilus-sendto,
|
||||
gnome-extra/nm-applet,
|
||||
gnome-extra/polkit-gnome,
|
||||
games-puzzle/world-of-goo-demo,
|
||||
mail-client/evolution,
|
||||
media-fonts/ttf-bitstream-vera,
|
||||
media-fonts/dejavu,
|
||||
media-fonts/corefonts,
|
||||
media-gfx/shotwell,
|
||||
media-gfx/gimp,
|
||||
media-libs/libdvdread,
|
||||
media-libs/libdvdcss,
|
||||
media-libs/libdvdplay,
|
||||
media-libs/libdvdnav,
|
||||
media-plugins/alsa-plugins,
|
||||
media-sound/audacious,
|
||||
media-sound/padevchooser,
|
||||
media-sound/paman,
|
||||
media-sound/pavucontrol,
|
||||
media-sound/pavumeter,
|
||||
media-tv/afatech9005-firmware,
|
||||
media-tv/ivtv-firmware,
|
||||
media-tv/xbmc,
|
||||
media-video/mplayer,
|
||||
media-video/totem,
|
||||
net-analyzer/gnome-netstatus,
|
||||
net-dialup/globespan-adsl,
|
||||
net-dialup/gnome-ppp,
|
||||
net-dialup/ppp,
|
||||
net-dialup/rp-pppoe,
|
||||
net-fs/samba,
|
||||
net-im/pidgin,
|
||||
net-irc/xchat,
|
||||
net-misc/networkmanager,
|
||||
net-misc/networkmanager-openvpn,
|
||||
net-misc/networkmanager-pptp,
|
||||
net-misc/networkmanager-vpnc,
|
||||
net-misc/ntp,
|
||||
net-p2p/deluge,
|
||||
net-print/cups,
|
||||
net-print/gnome-cups-manager,
|
||||
net-print/foomatic-db,
|
||||
net-print/foomatic-db-ppds,
|
||||
net-print/foomatic-filters,
|
||||
net-print/foomatic-filters-ppds,
|
||||
net-print/gutenprint,
|
||||
net-wireless/acx-firmware,
|
||||
net-wireless/atmel-firmware,
|
||||
net-wireless/b43-firmware,
|
||||
net-wireless/b43-fwcutter,
|
||||
net-wireless/bcm43xx-firmware,
|
||||
net-wireless/bcm43xx-fwcutter,
|
||||
net-wireless/bluez,
|
||||
net-wireless/bluez-firmware,
|
||||
net-wireless/bluez-hcidump,
|
||||
net-wireless/broadcom-sta,
|
||||
net-wireless/gnome-bluetooth,
|
||||
net-wireless/ipw2200-firmware,
|
||||
net-wireless/ipw3945-ucode,
|
||||
net-wireless/ipw3945d,
|
||||
net-wireless/iwl3945-ucode,
|
||||
net-wireless/iwl3945-ucode,
|
||||
net-wireless/iwl4965-ucode,
|
||||
net-wireless/iwl4965-ucode,
|
||||
net-wireless/iwl5000-ucode,
|
||||
net-wireless/iwl5000-ucode,
|
||||
net-wireless/iwl5150-ucode,
|
||||
net-wireless/iwl6000-ucode,
|
||||
net-wireless/libertas-firmware,
|
||||
net-wireless/linux-wlan-ng-firmware,
|
||||
net-wireless/linux-wlan-ng-utils,
|
||||
net-wireless/ndiswrapper,
|
||||
net-wireless/prism54-firmware:0,
|
||||
net-wireless/rt61-firmware,
|
||||
net-wireless/rt73-firmware,
|
||||
net-wireless/zd1201-firmware,
|
||||
net-wireless/zd1211-firmware,
|
||||
sys-apps/gpu-detector,
|
||||
sys-apps/entropy-client-services,
|
||||
sys-apps/gnome-disk-utility,
|
||||
sys-apps/hal,
|
||||
sys-apps/hdparm,
|
||||
sys-apps/sdparm,
|
||||
sys-apps/tuxonice-userui,
|
||||
sys-block/gparted,
|
||||
sys-fs/dmraid,
|
||||
sys-fs/ntfs3g,
|
||||
sys-power/acpid,
|
||||
www-client/firefox,
|
||||
www-plugins/adobe-flash,
|
||||
www-plugins/nspluginwrapper,
|
||||
x11-apps/xdm,
|
||||
x11-terms/guake,
|
||||
x11-terms/xterm,
|
||||
x11-drivers/xf86-video-virtualbox,
|
||||
x11-drivers/ati-drivers,
|
||||
x11-drivers/nvidia-drivers,
|
||||
x11-misc/alacarte,
|
||||
x11-misc/desktop-acceleration-helpers,
|
||||
x11-misc/magneto-gtk,
|
||||
x11-misc/xvkbd,
|
||||
x11-plugins/compiz-plugins-extra,
|
||||
x11-plugins/compiz-plugins-main,
|
||||
x11-plugins/pidgin-libnotify,
|
||||
x11-terms/gnome-terminal,
|
||||
x11-themes/emerald-themes,
|
||||
x11-themes/gnome-backgrounds,
|
||||
x11-themes/gnome-colors-common,
|
||||
x11-themes/gnome-colors-themes,
|
||||
x11-themes/gnome-icon-theme,
|
||||
x11-themes/gnome-themes,
|
||||
x11-themes/gtk-engines,
|
||||
x11-themes/gtk-engines-murrine,
|
||||
x11-themes/hicolor-icon-theme,
|
||||
x11-themes/murrine-themes,
|
||||
x11-themes/sabayon-artwork-extra,
|
||||
x11-themes/sabayon-artwork-gnome,
|
||||
x11-themes/sabayon-artwork-ooo,
|
||||
x11-themes/sound-theme-freedesktop,
|
||||
x11-themes/xcursor-themes,
|
||||
x11-wm/compiz,
|
||||
x11-wm/fluxbox,
|
||||
x11-wm/twm
|
||||
|
||||
# Custom shell call to packages add (default is: equo install)
|
||||
# custom_packages_add_cmd:
|
||||
|
||||
# Custom command for updating repositories (default is: equo update)
|
||||
# repositories_update_cmd:
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
# paths_to_remove:
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
# paths_to_empty:
|
||||
367
molecules/kde.common
Normal file
367
molecules/kde.common
Normal file
@@ -0,0 +1,367 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon KDE
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh kde
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh KDE
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
# List of packages that would be removed from chrooted system (comma separated)
|
||||
# packages_to_remove:
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
packages_to_add:
|
||||
@X,
|
||||
app-admin/packagekit-base,
|
||||
app-admin/packagekit-qt4,
|
||||
app-admin/sulfur,
|
||||
app-cdr/k3b,
|
||||
app-crypt/gnupg,
|
||||
app-crypt/pinentry-qt4,
|
||||
app-dicts/aspell-de,
|
||||
app-dicts/aspell-en,
|
||||
app-dicts/aspell-fr,
|
||||
app-dicts/aspell-it,
|
||||
app-dicts/aspell-nl,
|
||||
app-dicts/aspell-pl,
|
||||
app-dicts/myspell-de,
|
||||
app-dicts/myspell-en,
|
||||
app-dicts/myspell-es,
|
||||
app-dicts/myspell-fr,
|
||||
app-dicts/myspell-it,
|
||||
app-dicts/myspell-nl,
|
||||
app-emulation/virtualbox-guest-additions,
|
||||
app-emulation/wine,
|
||||
app-misc/anaconda-runtime-gui,
|
||||
app-misc/sabayon-version,
|
||||
app-misc/sabayon-music,
|
||||
app-misc/sabayon-mce,
|
||||
app-misc/sabayon-skel,
|
||||
app-text/pastebunz,
|
||||
app-office/openoffice,
|
||||
app-office/openoffice-l10n-de,
|
||||
app-office/openoffice-l10n-es,
|
||||
app-office/openoffice-l10n-fr,
|
||||
app-office/openoffice-l10n-it,
|
||||
app-office/openoffice-l10n-nl,
|
||||
app-office/openoffice-l10n-pt,
|
||||
dev-java/sun-jre-bin,
|
||||
games-puzzle/world-of-goo-demo,
|
||||
kde-base/kde-l10n-bg,
|
||||
kde-base/kde-l10n-ca,
|
||||
kde-base/kde-l10n-cs,
|
||||
kde-base/kde-l10n-csb,
|
||||
kde-base/kde-l10n-da,
|
||||
kde-base/kde-l10n-de,
|
||||
kde-base/kde-l10n-el,
|
||||
kde-base/kde-l10n-en_GB,
|
||||
kde-base/kde-l10n-es,
|
||||
kde-base/kde-l10n-et,
|
||||
kde-base/kde-l10n-fi,
|
||||
kde-base/kde-l10n-fr,
|
||||
kde-base/kde-l10n-ga,
|
||||
kde-base/kde-l10n-gl,
|
||||
kde-base/kde-l10n-hi,
|
||||
kde-base/kde-l10n-hu,
|
||||
kde-base/kde-l10n-it,
|
||||
kde-base/kde-l10n-ja,
|
||||
kde-base/kde-l10n-kk,
|
||||
kde-base/kde-l10n-km,
|
||||
kde-base/kde-l10n-ko,
|
||||
kde-base/kde-l10n-lv,
|
||||
kde-base/kde-l10n-mk,
|
||||
kde-base/kde-l10n-nb,
|
||||
kde-base/kde-l10n-nds,
|
||||
kde-base/kde-l10n-nl,
|
||||
kde-base/kde-l10n-nn,
|
||||
kde-base/kde-l10n-pa,
|
||||
kde-base/kde-l10n-pl,
|
||||
kde-base/kde-l10n-pt,
|
||||
kde-base/kde-l10n-pt_BR,
|
||||
kde-base/kde-l10n-ru,
|
||||
kde-base/kde-l10n-sl,
|
||||
kde-base/kde-l10n-sv,
|
||||
kde-base/kde-l10n-tr,
|
||||
kde-base/kde-l10n-uk,
|
||||
kde-base/kde-l10n-wa,
|
||||
kde-base/kde-l10n-zh_CN,
|
||||
kde-base/kde-l10n-zh_TW,
|
||||
kde-base/akregator,
|
||||
kde-base/ark,
|
||||
kde-base/bomber,
|
||||
kde-base/bovo,
|
||||
kde-base/dolphin,
|
||||
kde-base/kabcclient,
|
||||
kde-base/kalarm,
|
||||
kde-base/kamera,
|
||||
kde-base/kapman,
|
||||
kde-base/kappfinder,
|
||||
kde-base/kcalc,
|
||||
kde-base/kcharselect,
|
||||
kde-base/kcheckpass,
|
||||
kde-base/kcminit,
|
||||
kde-base/kde-env,
|
||||
kde-base/kdeaccessibility-colorschemes,
|
||||
kde-base/kdeadmin-meta,
|
||||
kde-base/kdeartwork-colorschemes,
|
||||
kde-base/kdeartwork-desktopthemes,
|
||||
kde-base/kdeartwork-emoticons,
|
||||
kde-base/kdeartwork-iconthemes,
|
||||
kde-base/kdeartwork-kscreensaver,
|
||||
kde-base/kdeartwork-sounds,
|
||||
kde-base/kdeartwork-styles,
|
||||
kde-base/kdeartwork-wallpapers,
|
||||
kde-base/kdeartwork-weatherwallpapers,
|
||||
kde-base/kdebase-cursors,
|
||||
kde-base/kdebase-runtime-meta,
|
||||
kde-base/kdebase-startkde,
|
||||
kde-base/kdebase-wallpapers,
|
||||
kde-base/kdegraphics-strigi-analyzer,
|
||||
kde-base/kdelibs,
|
||||
kde-base/kdemultimedia-kioslaves,
|
||||
kde-base/kdenetwork-filesharing,
|
||||
kde-base/kdepasswd,
|
||||
kde-base/kdepimlibs,
|
||||
kde-base/kdeplasma-addons,
|
||||
kde-base/kdf,
|
||||
kde-base/kdialog,
|
||||
kde-base/kdm,
|
||||
kde-base/kdnssd,
|
||||
kde-base/keditbookmarks,
|
||||
kde-base/kephal,
|
||||
kde-base/kfind,
|
||||
kde-base/kfmclient,
|
||||
kde-base/kfourinline,
|
||||
kde-base/kgpg,
|
||||
kde-base/khotkeys,
|
||||
kde-base/killbots,
|
||||
kde-base/kinfocenter,
|
||||
kde-base/kiriki,
|
||||
kde-base/kjots,
|
||||
kde-base/klines,
|
||||
kde-base/klipper,
|
||||
kde-base/kmag,
|
||||
kde-base/kmahjongg,
|
||||
kde-base/kmenuedit,
|
||||
kde-base/kmines,
|
||||
kde-base/kmix,
|
||||
kde-base/kmousetool,
|
||||
kde-base/kmouth,
|
||||
kde-base/knetwalk,
|
||||
kde-base/knotes,
|
||||
kde-base/knotify,
|
||||
kde-base/kolf,
|
||||
kde-base/kollision,
|
||||
kde-base/konquest,
|
||||
kde-base/konsole,
|
||||
kde-base/konsolekalendar,
|
||||
kde-base/kontact,
|
||||
kde-base/kopete,
|
||||
kde-base/korganizer,
|
||||
kde-base/kpat,
|
||||
kde-base/kppp,
|
||||
kde-base/kreadconfig,
|
||||
kde-base/kreversi,
|
||||
kde-base/krosspython,
|
||||
kde-base/krunner,
|
||||
kde-base/ksame,
|
||||
kde-base/ksaneplugin,
|
||||
kde-base/kscd,
|
||||
kde-base/kscreensaver,
|
||||
kde-base/kshisen,
|
||||
kde-base/ksmserver,
|
||||
kde-base/ksnapshot,
|
||||
kde-base/kspaceduel,
|
||||
kde-base/ksplash,
|
||||
kde-base/ksquares,
|
||||
kde-base/kstartupconfig,
|
||||
kde-base/ksudoku,
|
||||
kde-base/ksysguard,
|
||||
kde-base/ksystraycmd,
|
||||
kde-base/ktron,
|
||||
kde-base/kubrick,
|
||||
kde-base/kwallet,
|
||||
kde-base/kwin,
|
||||
kde-base/kwrite,
|
||||
kde-base/kwrited,
|
||||
kde-base/libkcddb,
|
||||
kde-base/libkcompactdisc,
|
||||
kde-base/libkdcraw,
|
||||
kde-base/libkdeedu,
|
||||
kde-base/libkdegames,
|
||||
kde-base/libkdepim,
|
||||
kde-base/libkexiv2,
|
||||
kde-base/libkipi,
|
||||
kde-base/libkleo,
|
||||
kde-base/libkmahjongg,
|
||||
kde-base/libkonq,
|
||||
kde-base/libkpgp,
|
||||
kde-base/libksane,
|
||||
kde-base/libkworkspace,
|
||||
kde-base/libplasmaclock,
|
||||
kde-base/libplasmagenericshell,
|
||||
kde-base/libtaskmanager,
|
||||
kde-base/mplayerthumbs,
|
||||
kde-base/okular,
|
||||
kde-base/oxygen-icons,
|
||||
kde-base/phonon-kde,
|
||||
kde-base/plasma-apps,
|
||||
kde-base/plasma-workspace,
|
||||
kde-base/policykit-kde,
|
||||
kde-base/powerdevil,
|
||||
kde-base/pykde4,
|
||||
kde-base/qguiplatformplugin_kde,
|
||||
kde-base/solid,
|
||||
kde-base/svgpart,
|
||||
kde-base/systemsettings,
|
||||
kde-base/thumbnailers,
|
||||
kde-misc/kcm_gtk,
|
||||
kde-misc/kio-sysinfo,
|
||||
kde-misc/knetworkmanager,
|
||||
kde-misc/magneto-kde,
|
||||
kde-misc/yakuake,
|
||||
media-fonts/ttf-bitstream-vera,
|
||||
media-fonts/dejavu,
|
||||
media-fonts/corefonts,
|
||||
media-libs/libdvdread,
|
||||
media-libs/libdvdcss,
|
||||
media-libs/libdvdplay,
|
||||
media-libs/libdvdnav,
|
||||
media-plugins/alsa-plugins,
|
||||
media-plugins/kipi-plugins,
|
||||
media-sound/clementine,
|
||||
media-sound/padevchooser,
|
||||
media-sound/paman,
|
||||
media-sound/pavucontrol,
|
||||
media-sound/pavumeter,
|
||||
media-tv/afatech9005-firmware,
|
||||
media-tv/ivtv-firmware,
|
||||
media-tv/xbmc,
|
||||
media-video/vlc,
|
||||
net-analyzer/gnome-netstatus,
|
||||
net-dialup/globespan-adsl,
|
||||
net-dialup/gnome-ppp,
|
||||
net-dialup/ppp,
|
||||
net-dialup/rp-pppoe,
|
||||
net-firewall/fwbuilder,
|
||||
net-fs/samba,
|
||||
net-irc/konversation,
|
||||
net-misc/networkmanager,
|
||||
net-misc/networkmanager-openvpn,
|
||||
net-misc/networkmanager-pptp,
|
||||
net-misc/networkmanager-vpnc,
|
||||
net-misc/ntp,
|
||||
net-print/cups,
|
||||
net-print/foomatic-db,
|
||||
net-print/foomatic-db-ppds,
|
||||
net-print/foomatic-filters,
|
||||
net-print/foomatic-filters-ppds,
|
||||
net-print/gutenprint,
|
||||
net-wireless/acx-firmware,
|
||||
net-wireless/atmel-firmware,
|
||||
net-wireless/b43-firmware,
|
||||
net-wireless/b43-fwcutter,
|
||||
net-wireless/bcm43xx-firmware,
|
||||
net-wireless/bcm43xx-fwcutter,
|
||||
net-wireless/bluez,
|
||||
net-wireless/bluez-firmware,
|
||||
net-wireless/bluez-hcidump,
|
||||
net-wireless/broadcom-sta,
|
||||
net-wireless/gnome-bluetooth,
|
||||
net-wireless/ipw2200-firmware,
|
||||
net-wireless/ipw3945-ucode,
|
||||
net-wireless/ipw3945d,
|
||||
net-wireless/iwl3945-ucode,
|
||||
net-wireless/iwl3945-ucode,
|
||||
net-wireless/iwl4965-ucode,
|
||||
net-wireless/iwl4965-ucode,
|
||||
net-wireless/iwl5000-ucode,
|
||||
net-wireless/iwl5000-ucode,
|
||||
net-wireless/iwl5150-ucode,
|
||||
net-wireless/iwl6000-ucode,
|
||||
net-wireless/libertas-firmware,
|
||||
net-wireless/linux-wlan-ng-firmware,
|
||||
net-wireless/linux-wlan-ng-utils,
|
||||
net-wireless/ndiswrapper,
|
||||
net-wireless/prism54-firmware:0,
|
||||
net-wireless/rt61-firmware,
|
||||
net-wireless/rt73-firmware,
|
||||
net-wireless/zd1201-firmware,
|
||||
net-wireless/zd1211-firmware,
|
||||
sys-auth/policykit,
|
||||
sys-auth/policykit-qt,
|
||||
sys-auth/polkit,
|
||||
sys-auth/polkit-kde,
|
||||
sys-auth/polkit-qt,
|
||||
sys-apps/gpu-detector,
|
||||
sys-apps/entropy-client-services,
|
||||
sys-apps/gnome-disk-utility,
|
||||
sys-apps/hal,
|
||||
sys-apps/hdparm,
|
||||
sys-apps/sdparm,
|
||||
sys-apps/tuxonice-userui,
|
||||
sys-block/gparted,
|
||||
sys-fs/dmraid,
|
||||
sys-fs/ntfs3g,
|
||||
sys-power/acpid,
|
||||
www-client/firefox,
|
||||
www-plugins/adobe-flash,
|
||||
www-plugins/nspluginwrapper,
|
||||
x11-apps/xdm,
|
||||
x11-terms/xterm,
|
||||
x11-drivers/xf86-video-virtualbox,
|
||||
x11-drivers/ati-drivers,
|
||||
x11-drivers/nvidia-drivers,
|
||||
x11-misc/desktop-acceleration-helpers,
|
||||
x11-misc/xvkbd,
|
||||
x11-themes/gtk-engines,
|
||||
x11-themes/gtk-engines-murrine,
|
||||
x11-themes/sabayon-artwork-extra,
|
||||
x11-themes/sabayon-artwork-kde,
|
||||
x11-themes/sabayon-artwork-ooo,
|
||||
x11-themes/sound-theme-freedesktop,
|
||||
x11-themes/xcursor-themes,
|
||||
x11-wm/fluxbox,
|
||||
x11-wm/twm
|
||||
|
||||
# Custom shell call to packages add (default is: equo install)
|
||||
# custom_packages_add_cmd:
|
||||
|
||||
# Custom command for updating repositories (default is: equo update)
|
||||
# repositories_update_cmd:
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
# paths_to_remove:
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
# paths_to_empty:
|
||||
79
molecules/lxde.common
Normal file
79
molecules/lxde.common
Normal file
@@ -0,0 +1,79 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon LXDE
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh lxde
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh LXDE
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
# List of packages that would be removed from chrooted system (comma separated)
|
||||
packages_to_remove:
|
||||
www-client/lynx
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
packages_to_add:
|
||||
@X,
|
||||
@lxde,
|
||||
app-admin/sulfur,
|
||||
app-crypt/gnupg,
|
||||
app-crypt/pinentry-gtk2,
|
||||
app-editors/leafpad,
|
||||
app-emulation/virtualbox-guest-additions,
|
||||
app-misc/anaconda-runtime-gui,
|
||||
app-text/pastebunz,
|
||||
gnome-extra/nm-applet,
|
||||
media-fonts/ttf-bitstream-vera,
|
||||
media-fonts/dejavu,
|
||||
media-fonts/corefonts,
|
||||
net-dialup/rp-pppoe,
|
||||
x11-terms/xterm,
|
||||
sys-apps/gpu-detector,
|
||||
sys-auth/consolekit,
|
||||
sys-fs/ntfs3g,
|
||||
sys-power/cpufrequtils,
|
||||
www-client/firefox,
|
||||
x11-misc/magneto-gtk,
|
||||
x11-drivers/xf86-video-virtualbox,
|
||||
x11-wm/fluxbox
|
||||
|
||||
# Custom shell call to packages add (default is: equo install)
|
||||
# custom_packages_add_cmd:
|
||||
|
||||
# Custom command for updating repositories (default is: equo update)
|
||||
# repositories_update_cmd:
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
# paths_to_remove:
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
# paths_to_empty:
|
||||
11
molecules/sabayon-amd64-corecdx.spec
Normal file
11
molecules/sabayon-amd64-corecdx.spec
Normal file
@@ -0,0 +1,11 @@
|
||||
# Use abs path, otherwise daily iso build won't work
|
||||
%import /sabayon/molecules/corecdx.common
|
||||
|
||||
release_version: 5.3
|
||||
release_desc: amd64 CoreCDX
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_5.3_amd64.iso
|
||||
14
molecules/sabayon-amd64-e17.spec
Normal file
14
molecules/sabayon-amd64-e17.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/e17.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 E17
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_amd64_E17.iso
|
||||
14
molecules/sabayon-amd64-gnome.spec
Normal file
14
molecules/sabayon-amd64-gnome.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/gnome.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 GNOME
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_amd64_G.iso
|
||||
14
molecules/sabayon-amd64-kde.spec
Normal file
14
molecules/sabayon-amd64-kde.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/kde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 KDE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_amd64_K.iso
|
||||
14
molecules/sabayon-amd64-lxde.spec
Normal file
14
molecules/sabayon-amd64-lxde.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/lxde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 LXDE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_amd64_LXDE.iso
|
||||
11
molecules/sabayon-amd64-serverbase.spec
Normal file
11
molecules/sabayon-amd64-serverbase.spec
Normal file
@@ -0,0 +1,11 @@
|
||||
# Use abs path, otherwise daily iso build won't work
|
||||
%import /sabayon/molecules/serverbase.common
|
||||
|
||||
release_version: 5.3
|
||||
release_desc: amd64 ServerBase
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_ServerBase_5.3_amd64.iso
|
||||
12
molecules/sabayon-amd64-spinbase-openvz-template.spec
Normal file
12
molecules/sabayon-amd64-spinbase-openvz-template.spec
Normal file
@@ -0,0 +1,12 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase-openvz-template.common
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
# prechroot:
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
release_version: 5.3
|
||||
tar_name: Sabayon_Linux_SpinBase_5.3_amd64_openvz.tar.gz
|
||||
16
molecules/sabayon-amd64-spinbase.spec
Normal file
16
molecules/sabayon-amd64-spinbase.spec
Normal file
@@ -0,0 +1,16 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase.common
|
||||
|
||||
# Release Version
|
||||
# Keep this here, otherwise daily builds automagic won't work
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 SpinBase
|
||||
|
||||
# Source chroot directory, where files are pulled from
|
||||
source_chroot: /sabayon/sources/amd64_core-2010
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
# Keep this here and set, otherwise daily builds automagic won't work
|
||||
destination_iso_image_name: Sabayon_Linux_SpinBase_5.3_amd64.iso
|
||||
14
molecules/sabayon-amd64-xfce.spec
Normal file
14
molecules/sabayon-amd64-xfce.spec
Normal file
@@ -0,0 +1,14 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/xfce.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 XFCE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_amd64_XFCE.iso
|
||||
15
molecules/sabayon-x86-corecdx.spec
Normal file
15
molecules/sabayon-x86-corecdx.spec
Normal file
@@ -0,0 +1,15 @@
|
||||
# use abs path, otherwise daily iso build automagic won't work
|
||||
%import /sabayon/molecules/corecdx.common
|
||||
|
||||
release_version: 5.3
|
||||
release_desc: x86 CoreCDX
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_5.3_x86.iso
|
||||
17
molecules/sabayon-x86-e17.spec
Normal file
17
molecules/sabayon-x86-e17.spec
Normal file
@@ -0,0 +1,17 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/e17.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 E17
|
||||
|
||||
# 32bit chroot
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_x86_E17.iso
|
||||
161
molecules/sabayon-x86-gforensic.spec
Normal file
161
molecules/sabayon-x86-gforensic.spec
Normal file
@@ -0,0 +1,161 @@
|
||||
# Sabayon Linux 5 x86 GNOME Molecule remaster spec file
|
||||
|
||||
# The aim of this spec file is to add arbitrary applications & misc stuff
|
||||
|
||||
# to an already built ISO image via scripting (providing hooks that call
|
||||
|
||||
# user-defined scripts).
|
||||
|
||||
# squashfs, mkisofs needed
|
||||
|
||||
|
||||
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 Gforensic
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_x86_G.iso
|
||||
|
||||
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot before packing it
|
||||
# - kmerge.sh - setup kernel bins
|
||||
# inner_chroot_script:
|
||||
|
||||
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_gforensic_inner_chroot_script_after.sh gnome
|
||||
|
||||
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
|
||||
outer_chroot_script_after: /sabayon/scripts/gforensic_remaster_post.sh
|
||||
|
||||
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
# pre_iso_script: /sabayon/scripts/cdroot.py
|
||||
|
||||
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_Gforensic_5.3_x86.iso
|
||||
|
||||
|
||||
|
||||
# Output iso image title
|
||||
iso_title: Sabayon_Linux_Forensic_x86_G
|
||||
|
||||
|
||||
|
||||
# Alternative ISO file mount command (default is: mount -o loop -t iso9660)
|
||||
# iso_mounter:
|
||||
|
||||
|
||||
|
||||
# Alternative ISO umounter command (default is: umount)
|
||||
# iso_umounter:
|
||||
|
||||
|
||||
|
||||
# Alternative squashfs file mount command (default is: mount -o loop -t squashfs)
|
||||
# squash_mounter:
|
||||
|
||||
|
||||
|
||||
# Alternative ISO squashfs umount command (default is: umount)
|
||||
# squash_umounter:
|
||||
|
||||
|
||||
|
||||
# Merge directory with destination LiveCD root
|
||||
# merge_livecd_root: /put/more/files/onto/CD/root
|
||||
|
||||
|
||||
|
||||
# List of packages that would be removed from chrooted system (comma separated)
|
||||
packages_to_remove: gnome-base/gnome-mount, net-dialup/pptpclient, net-dialup/gnome-ppp, net-dialup/globespan-adsl, net-dialup/wvdial, app-office/openoffice-l10n-de, app-office/openoffice-l10n-es, app-office/openoffice-l10n-fr, app-office/openoffice-l10n-it, app-office/openoffice-l10n-nl, app-office/openoffice-l10n-pt, games-puzzle/world-of-goo-demo, media-tv/xbmc, net-irc/xchat, www-client/firefox, x11-wm/fluxbox, x11-libs/compiz-bcop, x11-plugins/compiz-plugins-extra, x11-plugins/compiz-plugins-main, x11-wm/compiz, x11-themes/emerald-themes, x11-themes/emerald-themes, app-emulation/virtualbox-guest-additions, x11-drivers/xf86-input-virtualbox, x11-drivers/xf86-video-virtualbox, x11-terms/guake, gnome-extra/gnome-games, media-tv/linuxtv-dvb-headers, media-tv/ivtv-firmware, media-tv/afatech9005-firmware, www-client/lynx, net-p2p/deluge, media-gfx/gimp
|
||||
|
||||
|
||||
|
||||
# Custom shell call to packages removal (default is: equo remove)
|
||||
# custom_packages_remove_cmd:
|
||||
|
||||
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
packages_to_add: sys-apps/slocate, media-fonts/droid, gnome-base/gvfs, app-misc/sabayon-skel, app-misc/screen, www-client/chromium, app-forensics/cmospwd,
|
||||
app-forensics/rkhunter, app-forensics/sleuthkit, app-antivirus/clamav, app-antivirus/clamtk, app-forensics/autopsy, app-forensics/mac-robber,
|
||||
app-forensics/aide, app-forensics/rdd, app-crypt/chntpw, media-video/vlc, x11-wm/awesome, net-libs/libnet, net-libs/netwib, net-analyzer/traceroute,
|
||||
media-gfx/picasa, app-admin/testdisk, app-crypt/fcrackzip, app-crypt/johntheripper, sys-fs/extundelete, app-forensics/magicrescue, app-crypt/ophcrack,
|
||||
app-crypt/ophcrack-tables, net-analyzer/nmap, net-analyzer/netcat6, net-irc/irssi
|
||||
|
||||
|
||||
|
||||
# Custom shell call to packages add (default is: equo install)
|
||||
# custom_packages_add_cmd:
|
||||
|
||||
|
||||
|
||||
# Custom command for updating repositories (default is: equo update)
|
||||
# repositories_update_cmd:
|
||||
|
||||
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
|
||||
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
# paths_to_remove:
|
||||
|
||||
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
# paths_to_empty:
|
||||
|
||||
|
||||
|
||||
# Build Menu
|
||||
pre_iso_script: /sabayon/scripts/gforensic_pre_iso_script.sh
|
||||
16
molecules/sabayon-x86-gnome.spec
Normal file
16
molecules/sabayon-x86-gnome.spec
Normal file
@@ -0,0 +1,16 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/gnome.common
|
||||
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 GNOME
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_x86_G.iso
|
||||
16
molecules/sabayon-x86-kde.spec
Normal file
16
molecules/sabayon-x86-kde.spec
Normal file
@@ -0,0 +1,16 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/kde.common
|
||||
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 KDE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_x86_K.iso
|
||||
17
molecules/sabayon-x86-lxde.spec
Normal file
17
molecules/sabayon-x86-lxde.spec
Normal file
@@ -0,0 +1,17 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/lxde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 LXDE
|
||||
|
||||
# 32bit chroot
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_x86_LXDE.iso
|
||||
15
molecules/sabayon-x86-serverbase.spec
Normal file
15
molecules/sabayon-x86-serverbase.spec
Normal file
@@ -0,0 +1,15 @@
|
||||
# use abs path, otherwise daily iso build automagic won't work
|
||||
%import /sabayon/molecules/serverbase.common
|
||||
|
||||
release_version: 5.3
|
||||
release_desc: x86 ServerBase
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_ServerBase_5.3_x86.iso
|
||||
12
molecules/sabayon-x86-spinbase-openvz-template.spec
Normal file
12
molecules/sabayon-x86-spinbase-openvz-template.spec
Normal file
@@ -0,0 +1,12 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase-openvz-template.common
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
release_version: 5.3
|
||||
tar_name: Sabayon_Linux_SpinBase_5.3_x86_openvz.tar.gz
|
||||
19
molecules/sabayon-x86-spinbase.spec
Normal file
19
molecules/sabayon-x86-spinbase.spec
Normal file
@@ -0,0 +1,19 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/spinbase.common
|
||||
|
||||
# 32bit build
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
# Keep this here, otherwise daily builds automagic won't work
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 SpinBase
|
||||
|
||||
# Source chroot directory, where files are pulled from
|
||||
source_chroot: /sabayon/sources/x86_core-2010
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
# Keep this here and set, otherwise daily builds automagic won't work
|
||||
destination_iso_image_name: Sabayon_Linux_SpinBase_5.3_x86.iso
|
||||
17
molecules/sabayon-x86-xfce.spec
Normal file
17
molecules/sabayon-x86-xfce.spec
Normal file
@@ -0,0 +1,17 @@
|
||||
# Use abs path, otherwise daily builds automagic won't work
|
||||
%import /sabayon/molecules/xfce.common
|
||||
|
||||
# Release Version
|
||||
release_version: 5.3
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 XFCE
|
||||
|
||||
# 32bit chroot
|
||||
prechroot: linux32
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_5.3_x86_XFCE.iso
|
||||
43
molecules/serverbase.common
Normal file
43
molecules/serverbase.common
Normal file
@@ -0,0 +1,43 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon ServerBase
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
# inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh fluxbox
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh ServerBase
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
packages_to_add:
|
||||
sys-kernel/linux-server
|
||||
|
||||
packages_to_remove:
|
||||
sys-kernel/linux-sabayon
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
97
molecules/spinbase-openvz-template.common
Normal file
97
molecules/spinbase-openvz-template.common
Normal file
@@ -0,0 +1,97 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
execution_strategy: iso_to_tar
|
||||
|
||||
# Error script command, executed when something went wrong and molecule has
|
||||
# to terminate the execution
|
||||
# environment variables exported:
|
||||
# - CHROOT_DIR: path to chroot directory, if any
|
||||
# - CDROOT_DIR: path to livecd root directory, if any
|
||||
# - SOURCE_CHROOT_DIR: path from where chroot is copied for final handling
|
||||
# error_script: /path/to/script/to/be/executed/outside/after
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
# outer_chroot_script: /path/to/script/to/be/executed/outside
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot before packing it
|
||||
# - kmerge.sh - setup kernel bins
|
||||
# inner_chroot_script: /sabayon/scripts/openvz_inner_chroot_script.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/tar_generic_inner_chroot_script_after.sh
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
# outer_chroot_script_after: /path/to/script/to/be/executed/outside/after
|
||||
|
||||
# Pre-tar building script. Hook called before tar file creation
|
||||
# Variables exported:
|
||||
# CHROOT_DIR = path pointing to the working chroot (the one that gets modified)
|
||||
# TAR_PATH = path pointing to the destination tar file
|
||||
# TAR_CHECKSUM_PATH = path pointing to the destination tar file checksum (md5)
|
||||
pre_tar_script: /sabayon/scripts/spinbase_openvz_pre_tar_script.sh
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_tar_directory: /sabayon/iso
|
||||
|
||||
# Compression method (default is: gz). Supported compression methods: gz, bz2
|
||||
# compression_method: gz
|
||||
|
||||
# Specify an alternative tar file name (tar file name will be automatically
|
||||
# produced otherwise)
|
||||
# tar_name:
|
||||
|
||||
# Alternative ISO file mount command (default is: mount -o loop -t iso9660)
|
||||
# iso_mounter:
|
||||
|
||||
# Alternative ISO umounter command (default is: umount)
|
||||
# iso_umounter:
|
||||
|
||||
# Alternative squashfs file mount command (default is: mount -o loop -t squashfs)
|
||||
# squash_mounter:
|
||||
|
||||
# Alternative ISO squashfs umount command (default is: umount)
|
||||
# squash_umounter:
|
||||
|
||||
# List of packages that would be removed from chrooted system (comma separated)
|
||||
packages_to_remove:
|
||||
app-admin/anaconda,
|
||||
app-admin/system-config-date,
|
||||
app-misc/anaconda-runtime,
|
||||
dev-libs/newt,
|
||||
dev-util/pykickstart,
|
||||
net-misc/networkmanager,
|
||||
net-misc/curl,
|
||||
net-misc/fcoe-utils,
|
||||
sys-boot/grub,
|
||||
sys-fs/squashfs-tools,
|
||||
sys-fs/ntfsprogs,
|
||||
sys-fs/dosfstools,
|
||||
sys-fs/xfsprogs,
|
||||
sys-fs/jfsutils,
|
||||
sys-fs/mdadm,
|
||||
sys-libs/slang
|
||||
|
||||
|
||||
# Custom shell call to packages removal (default is: equo remove)
|
||||
# custom_packages_remove_cmd:
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
# packages_to_add:
|
||||
|
||||
# Custom shell call to packages add (default is: equo install)
|
||||
# custom_packages_add_cmd:
|
||||
|
||||
# Custom command for updating repositories (default is: equo update)
|
||||
# repositories_update_cmd:
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
# execute_repositories_update: no
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
# paths_to_remove:
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
# paths_to_empty:
|
||||
110
molecules/spinbase.common
Normal file
110
molecules/spinbase.common
Normal file
@@ -0,0 +1,110 @@
|
||||
# Execution strategy
|
||||
execution_strategy: livecd
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# Destination chroot directory, where files are pushed to before creating the squashfs image
|
||||
# NOTE: data will be stored inside an auto-generated subdir
|
||||
destination_chroot: /sabayon
|
||||
|
||||
# Extra mirror (r)sync parameters
|
||||
extra_rsync_parameters: --one-file-system --exclude "/proc/*" --exclude "/dev/pts/*"
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot before packing it
|
||||
# - kmerge.sh - setup kernel bins
|
||||
# inner_chroot_script: /sabayon/scripts/inner_chroot_script.sh
|
||||
inner_chroot_script: /sabayon/scripts/inner_chroot_script.sh spinbase
|
||||
|
||||
# Destination LiveCD root directory, where files are placed before getting mkisofs'ed
|
||||
# NOTE: data will be stored inside an auto-generated subdir
|
||||
destination_livecd_root: /sabayon
|
||||
|
||||
# Merge directory with destination LiveCD root
|
||||
merge_livecd_root: /sabayon/boot/core
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/cdroot.py
|
||||
|
||||
# Destination directory for the ISO image path
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
paths_to_remove:
|
||||
/var/lib/entropy/client/database/*/sabayonlinux.org,
|
||||
/boot/grub/grub.conf,
|
||||
/root/.subversion,
|
||||
/lib/udev-state/devices.tar.bz2,
|
||||
/var/log/scrollkeeper.log, /var/log/genkernel.log,
|
||||
/var/log/emerge.log, /usr/tmp/portage/*,
|
||||
/root/.bash_history,
|
||||
/usr/share/slocate/slocate.db,
|
||||
/root/test-results.txt,
|
||||
/root/test.sh,
|
||||
/usr/portage/distfiles/*,
|
||||
/usr/portage/packages/*,
|
||||
/root/.revdep*,
|
||||
/install-data/games/*,
|
||||
/var/lib/entropy/store/*,
|
||||
/var/log/entropy/*,
|
||||
/var/lib/entropy/caches/*,
|
||||
/var/lib/entropy/smartapps/*/*,
|
||||
/var/lib/entropy/smartapps/*/*,
|
||||
/var/lib/entropy/tmp/*,
|
||||
/var/lib/entropy/packages*/*,
|
||||
/var/tmp/entropy/*,
|
||||
/*.txt,
|
||||
/usr/portage/a*,
|
||||
/usr/portage/b*,
|
||||
/usr/portage/c*,
|
||||
/usr/portage/d*,
|
||||
/usr/portage/e*,
|
||||
/usr/portage/f*,
|
||||
/usr/portage/g*,
|
||||
/usr/portage/h*,
|
||||
/usr/portage/i*,
|
||||
/usr/portage/j*,
|
||||
/usr/portage/k*,
|
||||
/usr/portage/licenses,
|
||||
/usr/portage/lxde*,
|
||||
/usr/portage/m*,
|
||||
/usr/portage/n*,
|
||||
/usr/portage/o*,
|
||||
/usr/portage/packages,
|
||||
/usr/portage/pe*,
|
||||
/usr/portage/q*,
|
||||
/usr/portage/r*,
|
||||
/usr/portage/s*,
|
||||
/usr/portage/t*,
|
||||
/usr/portage/u*,
|
||||
/usr/portage/v*,
|
||||
/usr/portage/w*,
|
||||
/usr/portage/x*,
|
||||
/usr/portage/y*,
|
||||
/usr/portage/z*,
|
||||
/etc/ssh/ssh_host_*,
|
||||
/entropy,
|
||||
/tmp/equoerror.txt,
|
||||
/var/cache/man,
|
||||
/var/lib/entropy/glsa/*,
|
||||
/root/local,
|
||||
/var/tmp/*,
|
||||
/boot/grub/device.map
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
paths_to_empty:
|
||||
/home/sabayonuser/.thumbnails/,
|
||||
/root/.ccache,
|
||||
/var/tmp/portage,
|
||||
/var/tmp/ccache,
|
||||
/var/tmp/portage-pkg,
|
||||
/var/tmp/binpkgs,
|
||||
/var/lib/entropy/portage,
|
||||
/var/lib/entropy/logs,
|
||||
/var/cache/genkernel
|
||||
88
molecules/xfce.common
Normal file
88
molecules/xfce.common
Normal file
@@ -0,0 +1,88 @@
|
||||
# Define an alternative execution strategy, in this case, the value must be
|
||||
# "iso_remaster"
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
|
||||
# File to write release string
|
||||
release_file: /etc/sabayon-edition
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon XFCE
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and before inner_chroot_script)
|
||||
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||
|
||||
# Inner chroot script command, to be executed inside destination chroot after
|
||||
# packages installation and removal
|
||||
inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh xfce
|
||||
|
||||
# Outer chroot script command, to be executed outside destination chroot before
|
||||
# before entering it (and AFTER inner_chroot_script)
|
||||
outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||
|
||||
# Extra mkisofs parameters, perhaps something to include/use your bootloader
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh XFCE
|
||||
|
||||
# Destination directory for the ISO image path (MANDATORY)
|
||||
destination_iso_directory: /sabayon/iso
|
||||
|
||||
# List of packages that would be removed from chrooted system (comma separated)
|
||||
packages_to_remove:
|
||||
www-client/lynx,
|
||||
sys-boot/grub:0,
|
||||
x11-libs/qt-qt3support,
|
||||
app-text/poppler-qt4,
|
||||
x11-libs/qt-gui
|
||||
|
||||
# List of packages that would be added from chrooted system (comma separated)
|
||||
packages_to_add:
|
||||
@X,
|
||||
@xfce,
|
||||
app-admin/sulfur,
|
||||
app-cdr/xfburn,
|
||||
app-crypt/gnupg,
|
||||
app-crypt/pinentry-gtk2,
|
||||
app-emulation/virtualbox-guest-additions,
|
||||
app-misc/anaconda-runtime-gui,
|
||||
app-text/pastebunz,
|
||||
gnome-extra/nm-applet,
|
||||
media-fonts/ttf-bitstream-vera,
|
||||
media-fonts/dejavu,
|
||||
media-fonts/corefonts,
|
||||
media-gfx/ristretto,
|
||||
net-dialup/rp-pppoe,
|
||||
net-irc/xchat,
|
||||
sys-apps/gpu-detector,
|
||||
sys-auth/consolekit,
|
||||
sys-fs/ntfs3g,
|
||||
sys-power/cpufrequtils,
|
||||
www-client/firefox,
|
||||
x11-terms/xterm,
|
||||
x11-drivers/xf86-video-virtualbox,
|
||||
x11-misc/magneto-gtk,
|
||||
x11-terms/terminal,
|
||||
x11-themes/tango-icon-theme,
|
||||
xfce-extra/xfce4-mixer,
|
||||
x11-wm/fluxbox
|
||||
|
||||
# Custom shell call to packages add (default is: equo install)
|
||||
# custom_packages_add_cmd:
|
||||
|
||||
# Custom command for updating repositories (default is: equo update)
|
||||
# repositories_update_cmd:
|
||||
|
||||
# Determine whether repositories update should be run (if packages_to_add is set)
|
||||
# (default is: no), values are: yes, no.
|
||||
execute_repositories_update: yes
|
||||
|
||||
# Directories to remove completely (comma separated)
|
||||
# paths_to_remove:
|
||||
|
||||
# Directories to empty (comma separated)
|
||||
# paths_to_empty:
|
||||
Reference in New Issue
Block a user