From 8913f94d90dd6ff17b366918258b83519ee0700d Mon Sep 17 00:00:00 2001 From: Drtan Samos Date: Fri, 27 Dec 2013 19:17:51 +0100 Subject: Configuring startup. --- configs/profile/packages.both | 18 ++++++++++++------ configs/profile/root-image/etc/gdm/custom.conf | 5 +++++ .../profile/root-image/root/customize_root_image.sh | 3 ++- 3 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 configs/profile/root-image/etc/gdm/custom.conf 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 -- cgit v1.2.3