diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lists/gnome-junior | 22 | ||||
-rw-r--r-- | src/lists/kde-junior | 19 | ||||
-rw-r--r-- | src/lists/xfce-junior | 19 | ||||
-rwxr-xr-x | src/main.sh | 2 |
4 files changed, 61 insertions, 1 deletions
diff --git a/src/lists/gnome-junior b/src/lists/gnome-junior new file mode 100644 index 0000000..1644456 --- /dev/null +++ b/src/lists/gnome-junior @@ -0,0 +1,22 @@ +# /usr/share/make-live/lists/gnome - package list for make-live(1) + +# Minimal +eject file sudo vim-tiny + +# Standard +console-common locales + +# GNOME +gdm gdm-themes gnome-desktop-environment gnome-cups-manager gnome-screensaver +gnome-themes-extras +desktop-base + +rhythmbox synaptic + +x-window-system-core + +# Debian Junior +junior-sound junior-typing junior-internet junior-gnome junior-toys +junior-games-net junior-games-sim junior-games-gl junior-puzzle junior-arcade +junior-math junior-writing junior-games-card junior-programming junior-system +junior-art junior-doc junior-games-text diff --git a/src/lists/kde-junior b/src/lists/kde-junior new file mode 100644 index 0000000..d2afa1b --- /dev/null +++ b/src/lists/kde-junior @@ -0,0 +1,19 @@ +# /usr/share/make-live/lists/kde - package list for make-live(1) + +# Minimal +eject file sudo vim-tiny + +# Standard +console-common locales + +# KDE +kde kdm +desktop-base + +x-window-system-core + +# Debian Junior +junior-sound junior-typing junior-internet junior-toys junior-games-net +junior-games-sim junior-games-gl junior-puzzle junior-arcade junior-math +junior-writing junior-games-card junior-programming junior-system junior-art +junior-doc junior-games-text junior-kde diff --git a/src/lists/xfce-junior b/src/lists/xfce-junior new file mode 100644 index 0000000..5643fc2 --- /dev/null +++ b/src/lists/xfce-junior @@ -0,0 +1,19 @@ +# /usr/share/make-live/lists/xfce - package list for make-live(1) + +# Minimal +eject file sudo vim-tiny + +# Standard +console-common locales + +# Xfce +gdm xfce4 +desktop-base + +x-window-system-core + +# Debian Junior +junior-sound junior-typing junior-internet junior-gnome junior-toys +junior-games-net junior-games-sim junior-games-gl junior-puzzle junior-arcade +junior-math junior-writing junior-games-card junior-programming junior-system +junior-art junior-doc junior-games-text junior-kde diff --git a/src/main.sh b/src/main.sh index b858a3e..3403d44 100755 --- a/src/main.sh +++ b/src/main.sh @@ -28,7 +28,7 @@ set -e BASE=${LIVE_BASE:-"/usr/share/make-live"} CONFIG="/etc/make-live.conf" PROGRAM="`basename ${0}`" -VERSION="0.99.22" +VERSION="0.99.23" export VERSION |