summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrtan Samos <lashdu@drtan.twilightparadox.com>2013-12-27 19:17:51 +0100
committerDrtan Samos <lashdu@drtan.twilightparadox.com>2013-12-27 19:17:51 +0100
commit8913f94d90dd6ff17b366918258b83519ee0700d (patch)
tree5fb3c7e2d1b3ea7dc2f159bccfd2866aeb0f332b
parent51b25e1260f0a52b3d81da6fb17eb1aa25595d23 (diff)
Configuring startup.
-rw-r--r--configs/profile/packages.both18
-rw-r--r--configs/profile/root-image/etc/gdm/custom.conf5
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh3
3 files changed, 19 insertions, 7 deletions
diff --git a/configs/profile/packages.both b/configs/profile/packages.both
index 280c7d3..01508d9 100644
--- a/configs/profile/packages.both
+++ b/configs/profile/packages.both
@@ -1,3 +1,4 @@
+# Basics.
arch-install-scripts
btrfs-progs
crda
@@ -56,7 +57,7 @@ wvdial
xl2tpd
zsh
-# GNOME
+# GNOME essential software.
brasero
eog
epiphany
@@ -114,10 +115,6 @@ xf86-video-rendition
xf86-video-s3
xf86-video-s3virge
xf86-video-savage
-#xf86-video-siliconmotion
-#xf86-video-sis
-#xf86-video-sisimedia
-#xf86-video-sisusb
xf86-video-tdfx
xf86-video-trident
xf86-video-tseng
@@ -127,7 +124,13 @@ xf86-video-vmware
xf86-video-voodoo
yelp
-#
+# Ommiting due to an issue with drivers for a Silicon device.
+#xf86-video-siliconmotion
+#xf86-video-sis
+#xf86-video-sisimedia
+#xf86-video-sisusb
+
+# Extras to increase usability.
abiword-libre
ekiga
gimp
@@ -137,3 +140,6 @@ gstreamer0.10-plugins
gst-libav
pidgin
supertux
+
+# Parabola extras.
+parabola-gnome
diff --git a/configs/profile/root-image/etc/gdm/custom.conf b/configs/profile/root-image/etc/gdm/custom.conf
new file mode 100644
index 0000000..be89fb9
--- /dev/null
+++ b/configs/profile/root-image/etc/gdm/custom.conf
@@ -0,0 +1,5 @@
+# GDM configuration storage
+
+[daemon]
+AutomaticLoginEnable = true
+AutomaticLogin = parabola
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 9c980f1..62d6e45 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -11,12 +11,13 @@ usermod -s /usr/bin/zsh root
cp -aT /etc/skel/ /root/
useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh parabola
+echo "parabola:parabola" | chpasswd
chmod 750 /etc/sudoers.d
chmod 440 /etc/sudoers.d/g_wheel
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
-systemctl enable multi-user.target pacman-init.service choose-mirror.service
+systemctl enable pacman-init.service choose-mirror.service NetworkManager.service gdm.service
sed -i "s/_DATE_/${iso_version}/" /etc/motd