Skip to content

Commit 59e1578

Browse files
committed
Install a bunch of additional applications on first boot
1 parent c952ac0 commit 59e1578

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package/root/usr/local/sbin/install_desktop.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ PACKAGES=(
2929
xserver-xorg-video-fbturbo
3030
libvdpau-sunxi1
3131
vdpauinfo
32+
aisleriot
33+
geany
34+
gnomine
35+
gnome-sudoku
36+
mplayer
37+
scratch
38+
smplayer
39+
smplayer-skins
40+
smplayer-themes
41+
smtube
3242
)
3343

3444
# Add packages based on desktop selection.

simpleimage/make_rootfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ case $DISTRO in
276276
zram-config \
277277
ubuntu-minimal \
278278
sunxi-disp-tool \
279-
nano \
280279
"
281280
elif [ "$DISTRO" = "sid" -o "$DISTRO" = "jessie" ]; then
282281
DEB=debian
@@ -305,7 +304,8 @@ export DEBIAN_FRONTEND=noninteractive
305304
locale-gen en_US.UTF-8
306305
$ADDPPACMD
307306
apt-get -y update
308-
apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils jq $EXTRADEBS
307+
apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils \
308+
nano git build-essential vim jq $EXTRADEBS
309309
apt-get -y remove --purge ureadahead
310310
apt-get -y update
311311
adduser --gecos $DEBUSER --disabled-login $DEBUSER --uid 1000

0 commit comments

Comments
 (0)