Add tuigreet config, update hooks, set default username to ubuntusway
This commit is contained in:
parent
846457f9d8
commit
5ca722b027
3 changed files with 12 additions and 2 deletions
|
@ -21,7 +21,7 @@ lb config noauto \
|
||||||
--parent-archive-areas "main restricted universe multiverse" \
|
--parent-archive-areas "main restricted universe multiverse" \
|
||||||
--linux-packages linux-image \
|
--linux-packages linux-image \
|
||||||
--linux-flavours "$KERNEL_FLAVORS" \
|
--linux-flavours "$KERNEL_FLAVORS" \
|
||||||
--bootappend-live "boot=casper" \
|
--bootappend-live "boot=casper username=ubuntusway" \
|
||||||
--mirror-bootstrap "$MIRROR_URL" \
|
--mirror-bootstrap "$MIRROR_URL" \
|
||||||
--parent-mirror-bootstrap "$MIRROR_URL" \
|
--parent-mirror-bootstrap "$MIRROR_URL" \
|
||||||
--mirror-chroot-security "http://security.ubuntu.com/ubuntu/" \
|
--mirror-chroot-security "http://security.ubuntu.com/ubuntu/" \
|
||||||
|
|
|
@ -18,7 +18,7 @@ echo "P: Begin executing remove-blacklisted-packages chroot hook..."
|
||||||
#apt-get autoremove --purge -f -q -y bzr
|
#apt-get autoremove --purge -f -q -y bzr
|
||||||
|
|
||||||
apt-get autoremove --purge -f -q -y metacity unity-greeter unity-settings-daemon unity-control-center
|
apt-get autoremove --purge -f -q -y metacity unity-greeter unity-settings-daemon unity-control-center
|
||||||
apt-get autoremove --purge -f -q -y gdm3 gnome-shell ubuntu-desktop mutter xiterm+thai gnome-control-center language-selector-gnome yelp gnome-font-viewer gnome-software gnome-software-common gnome-software-plugin-snap snapd
|
apt-get autoremove --purge -f -q -y gdm3 gnome-shell ubuntu-desktop mutter xiterm+thai gnome-control-center language-selector-gnome yelp gnome-font-viewer gnome-software gnome-software-common gnome-software-plugin-snap plasma-framework libkf5plasma5
|
||||||
rm -R ../ubuntu-seeds ../platform
|
rm -R ../ubuntu-seeds ../platform
|
||||||
rm -rf /etc/xdg/autostart/nm-applet.desktop
|
rm -rf /etc/xdg/autostart/nm-applet.desktop
|
||||||
cp /etc/rc.local /etc/rc.local.orig
|
cp /etc/rc.local /etc/rc.local.orig
|
||||||
|
|
10
etc/config/includes.chroot/etc/greetd/config.toml
Normal file
10
etc/config/includes.chroot/etc/greetd/config.toml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[terminal]
|
||||||
|
vt = "next"
|
||||||
|
|
||||||
|
[default_session]
|
||||||
|
command = "tuigreet --remember --time --issue --asterisks --cmd sway"
|
||||||
|
user = "greeter"
|
||||||
|
|
||||||
|
[initial_session]
|
||||||
|
command = "sway"
|
||||||
|
user = "ubuntusway"
|
Loading…
Add table
Reference in a new issue