-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix gdm autologin and installer installation
- Loading branch information
Showing
18 changed files
with
112 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Containerfile | ||
sources/ | ||
downloads/ | ||
.*~undo-tree~ | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
includes.container/efi/loader/entries/.installer.conf.~undo-tree~
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(undo-tree-save-format-version . 1) | ||
"361980844add8c76a0425193f9b2ec1783b008cd" | ||
[nil nil nil nil (26300 48849 375573 304000) 0 nil] | ||
([nil nil ((#("archtest" 0 8 (fontified t)) . 66) (undo-tree-id0 . -5) (undo-tree-id1 . -8) (undo-tree-id2 . -5) (undo-tree-id3 . -5) (undo-tree-id4 . -5) (undo-tree-id5 . -5) (undo-tree-id6 . -5) (undo-tree-id7 . -5) (undo-tree-id8 . -8) (undo-tree-id9 . -8) (t 26299 21303 853808 608000)) nil (26300 48849 375571 341000) 0 nil]) | ||
([nil nil ((66 . 78)) nil (26300 48849 375554 261000) 0 nil]) | ||
([nil nil ((#("l" 0 1 (fontified t)) . -74) (undo-tree-id10 . -1) (undo-tree-id11 . -1) (undo-tree-id12 . -1) (undo-tree-id13 . -1) (undo-tree-id14 . -1) (undo-tree-id15 . -1) (undo-tree-id16 . -1) (undo-tree-id17 . -1) (undo-tree-id18 . -1) (undo-tree-id19 . -1) (undo-tree-id20 . -1) (undo-tree-id21 . -1) (#("i" 0 1 (fontified t)) . -75) (undo-tree-id22 . -1) (undo-tree-id23 . -1) (undo-tree-id24 . -1) (undo-tree-id25 . -1) (undo-tree-id26 . -1) (undo-tree-id27 . -1) (undo-tree-id28 . -1) (undo-tree-id29 . -1) (undo-tree-id30 . -1) (undo-tree-id31 . -1) (undo-tree-id32 . -1) (undo-tree-id33 . -1) (#("v" 0 1 (fontified t)) . -76) (undo-tree-id34 . -1) (undo-tree-id35 . -1) (undo-tree-id36 . -1) (undo-tree-id37 . -1) (undo-tree-id38 . -1) (undo-tree-id39 . -1) (undo-tree-id40 . -1) (undo-tree-id41 . -1) (undo-tree-id42 . -1) (undo-tree-id43 . -1) (undo-tree-id44 . -1) (undo-tree-id45 . -1) (#("e" 0 1 (fontified t)) . -77) (undo-tree-id46 . -1) (undo-tree-id47 . -1) (undo-tree-id48 . -1) (undo-tree-id49 . -1) (undo-tree-id50 . -1) (undo-tree-id51 . -1) (undo-tree-id52 . -1) (undo-tree-id53 . -1) (undo-tree-id54 . -1) (undo-tree-id55 . -1) 78 (t 26300 48849 379186 762000)) nil (26300 48855 644737 366000) 0 nil]) | ||
([nil nil ((74 . 80)) nil (26300 48855 644703 242000) 0 nil]) | ||
([nil nil ((#("arch linux" 0 10 (fontified t)) . 7) (undo-tree-id58 . -10) (undo-tree-id59 . -10) (undo-tree-id60 . -10) (undo-tree-id61 . -10) (undo-tree-id62 . -10) (undo-tree-id63 . -10) (undo-tree-id64 . -10) (undo-tree-id65 . -10) (undo-tree-id66 . -10) (undo-tree-id67 . -10) (t 26300 48855 643196 803000)) nil (26300 65462 158862 192000) 0 nil]) | ||
([nil nil ((7 . 23)) nil (26300 65462 158855 269000) 0 nil]) | ||
([nil nil ((#("Orxhi" 0 5 (fontified t)) . -18) (undo-tree-id57 . -5) 23) nil (26300 65462 158853 879000) 0 nil]) | ||
([nil current ((#(" " 0 1 (fontified t)) . -17) (undo-tree-id56 . -1) 18) nil (26300 65462 158849 793000) 0 nil]) | ||
nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
title arch linux | ||
title Vanilla OS | ||
version 1 | ||
options rw loglevel=4 root=live:LABEL=archtest console=tty systemd.firstboot=no | ||
options rw loglevel=4 root=live:LABEL=vanilla-orchid console=tty systemd.firstboot=no | ||
linux /vmlinuz | ||
initrd /initramfs.img | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[daemon] | ||
AutomaticLogin=vanilla | ||
AutomaticLoginEnable=True | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vanillaos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
127.0.0.1 localhost | ||
|
||
# The following lines are desirable for IPv6 capable hosts | ||
::1 ip6-localhost ip6-loopback | ||
fe00::0 ip6-localnet | ||
ff00::0 ip6-mcastprefix | ||
ff02::1 ip6-allnodes | ||
ff02::2 ip6-allrouters | ||
ff02::3 ip6-allhosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
C /etc/xdg/autostart/installer.desktop - - - - /usr/local/share/applications/org.vanillaos.Installer.desktop |
46 changes: 46 additions & 0 deletions
46
...udes.container/usr/share/glib-2.0/schemas/90-vanilla-os-default-settings.gschema.override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[org.gnome.desktop.screensaver] | ||
lock-enabled=false | ||
[org.gnome.desktop.lockdown] | ||
disable-lock-screen=true | ||
|
||
[org.gnome.settings-daemon.plugins.power] | ||
sleep-inactive-ac-type='nothing' | ||
sleep-inactive-battery-type='nothing' | ||
|
||
[org.gnome.shell] | ||
favorite-apps = [ 'org.vanillaos.Installer.desktop', 'org.gnome.Epiphany.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'yelp.desktop' ] | ||
|
||
[org.gnome.desktop.app-folders.folders.Utilities] | ||
apps = ['gnome-abrt.desktop', 'gnome-system-log.desktop', 'nm-connection-editor.desktop', 'org.gnome.baobab.desktop', 'org.gnome.Connections.desktop', 'org.gnome.DejaDup.desktop', 'org.gnome.Dictionary.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.eog.desktop', 'org.gnome.Evince.desktop', 'org.gnome.FileRoller.desktop', 'org.gnome.fonts.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.tweaks.desktop', 'org.gnome.Usage.desktop', 'vinagre.desktop', 'yelp.desktop', 'com.mattjakeman.ExtensionManager.desktop', 'gnome-system-monitor.desktop', 'im-config.desktop', 'nvidia-settings.desktop', 'ca.desrt.dconf-editor.desktop', 'org.gnome.Console'] | ||
|
||
[org.gnome.desktop.background] | ||
picture-uri = 'file:///usr/share/backgrounds/vanilla/petals_light.webp' | ||
picture-uri-dark = 'file:///usr/share/backgrounds/vanilla/petals_dark.webp' | ||
|
||
[org.gnome.desktop.screensaver] | ||
picture-uri = 'file:///usr/share/backgrounds/vanilla/petals_light.webp' | ||
|
||
[org.gnome.desktop.sound] | ||
theme-name = 'freedesktop' | ||
|
||
[org.gnome.desktop.session] | ||
session-name="gnome" | ||
|
||
[org.gnome.desktop.datetime] | ||
automatic-timezone = true | ||
|
||
[org.gnome.desktop.peripherals.touchpad] | ||
tap-to-click = true | ||
click-method = 'default' | ||
|
||
[org.gnome.eog.ui:GNOME] | ||
sidebar=false | ||
|
||
[org.gnome.nautilus.icon-view:GNOME] | ||
default-zoom-level='standard' | ||
|
||
[org.gnome.settings-daemon.plugins.power:GNOME] | ||
power-button-action = 'interactive' | ||
|
||
[org.gnome.software:GNOME] | ||
packaging-format-preference = ['flatpak'] |
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
includes.container/usr/share/glib-2.0/schemas/90-vanilla-settings.gschema.override
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
...container/usr/usr/share/glib-2.0/schemas/.90-vanilla-os-lock.gschema.override.~undo-tree~
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(undo-tree-save-format-version . 1) | ||
"cab8b88df4a19d0a2c4aa0cf4c9c6b8c0ee508e2" | ||
[nil current nil nil (26300 49736 138329 348000) 0 nil] | ||
nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: configs | ||
type: shell | ||
commands: | ||
- cp /usr/share/applications/org.vanillaos.Installer.desktop /etc/skel/.config/autostart/ | ||
- useradd -m -G sudo -s /bin/bash vanilla -p '*' | ||
- mkdir -p /etc/skel/.config/autostart/ | ||
- cp /usr/share/applications/org.vanillaos.Installer.desktop /etc/skel/.config/autostart/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters