├── .gitignore ├── LICENSE ├── LICENSE_README.md ├── README.md ├── airootfs ├── SDesk │ └── .don't_warn_on_update ├── etc │ ├── dconf │ │ └── profile │ │ │ └── user │ ├── dracut.conf.d │ │ └── flags.conf │ ├── fstab │ ├── gdm │ │ ├── custom.conf │ │ └── tmpcustom.conf │ ├── gshadow │ ├── hostname │ ├── issue │ ├── locale.conf │ ├── localtime │ ├── machine-id │ ├── mkinitcpio.d │ │ ├── linux-zen.preset │ │ └── linux.preset │ ├── modprobe.d │ │ └── broadcom-wl.conf │ ├── motd │ ├── os-release │ ├── pacman.conf │ ├── pacman.d │ │ └── hooks │ │ │ ├── uncomment-mirrors.hook │ │ │ └── zzzz99-remove-custom-hooks-from-airootfs.hook │ ├── passwd │ ├── plymouth │ │ └── plymouthd.conf │ ├── profile.d │ │ ├── install.sh │ │ ├── setup-installed.sh │ │ ├── setup-post.sh │ │ └── setup.sh │ ├── shadow │ ├── ssh │ │ ├── sshd_config │ │ └── sshd_config.d │ │ │ └── 10-archiso.conf │ ├── sudoers │ ├── systemd │ │ ├── journald.conf.d │ │ │ └── volatile-storage.conf │ │ ├── logind.conf.d │ │ │ └── do-not-suspend.conf │ │ ├── network.conf.d │ │ │ └── ipv6-privacy-extensions.conf │ │ ├── network │ │ │ ├── 20-ethernet.network │ │ │ ├── 20-wlan.network │ │ │ └── 20-wwan.network │ │ ├── resolved.conf.d │ │ │ └── archiso.conf │ │ ├── system-generators │ │ │ └── systemd-gpt-auto-generator │ │ └── system │ │ │ ├── choose-mirror.service │ │ │ ├── cloud-init.target.wants │ │ │ ├── cloud-config.service │ │ │ ├── cloud-final.service │ │ │ ├── cloud-init-local.service │ │ │ ├── cloud-init-main.service │ │ │ ├── cloud-init-network.service │ │ │ └── cloud-init.service │ │ │ ├── dbus-org.freedesktop.ModemManager1.service │ │ │ ├── dbus-org.freedesktop.network1.service │ │ │ ├── dbus-org.freedesktop.resolve1.service │ │ │ ├── dbus-org.freedesktop.timesync1.service │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ ├── getty@tty1.service.d │ │ │ └── autologin.conf │ │ │ ├── livecd-alsa-unmuter.service │ │ │ ├── livecd-talk.service │ │ │ ├── multi-user.target.wants │ │ │ ├── ModemManager.service │ │ │ ├── choose-mirror.service │ │ │ ├── hv_fcopy_daemon.service │ │ │ ├── hv_kvp_daemon.service │ │ │ ├── hv_vss_daemon.service │ │ │ ├── iwd.service │ │ │ ├── livecd-talk.service │ │ │ ├── pacman-init.service │ │ │ ├── reflector.service │ │ │ ├── sshd.service │ │ │ ├── systemd-networkd.service │ │ │ ├── systemd-resolved.service │ │ │ ├── vboxservice.service │ │ │ ├── vmtoolsd.service │ │ │ └── vmware-vmblock-fuse.service │ │ │ ├── network-online.target.wants │ │ │ └── systemd-networkd-wait-online.service │ │ │ ├── pacman-init.service │ │ │ ├── reflector.service.d │ │ │ └── archiso.conf │ │ │ ├── sockets.target.wants │ │ │ ├── pcscd.socket │ │ │ └── systemd-networkd.socket │ │ │ ├── sound.target.wants │ │ │ └── livecd-alsa-unmuter.service │ │ │ ├── sysinit.target.wants │ │ │ ├── systemd-time-wait-sync.service │ │ │ └── systemd-timesyncd.service │ │ │ └── systemd-networkd-wait-online.service.d │ │ │ └── wait-for-only-one-interface.conf │ ├── tmpsudoers │ └── xdg │ │ ├── autostart │ │ └── tmpcalamares.desktop │ │ └── reflector │ │ └── reflector.conf ├── root │ ├── .automated_script.sh │ └── .zlogin └── usr │ ├── bin │ ├── launch_calamares │ ├── post-install.sh │ └── post-install_setup.sh │ ├── local │ ├── bin │ │ ├── Installation_guide │ │ ├── choose-mirror │ │ └── livecd-sound │ └── share │ │ └── livecd-sound │ │ └── asound.conf.in │ └── share │ ├── backgrounds │ └── gnome │ │ ├── sd-bg-13.png │ │ ├── sd-bg-15.png │ │ ├── sd-bg-16.png │ │ ├── sd-bg-18.png │ │ ├── sd-bg-19,1.png │ │ ├── sd-bg-19.png │ │ ├── sd-bg-20.png │ │ ├── sd-first-bg.png │ │ ├── tmpadwaita-d.jxl │ │ └── tmpadwaita-l.jxl │ ├── gnome-background-properties │ ├── sd-bg-13.xml │ ├── sd-bg-15.xml │ ├── sd-bg-16.xml │ ├── sd-bg-18.xml │ ├── sd-bg-19,1.xml │ ├── sd-bg-19.xml │ ├── sd-bg-20.xml │ ├── sd-current-bg.xml │ ├── sd-first-bg.xml │ └── tmpadwaita.xml │ ├── icons │ ├── Adwaita │ │ └── symbolic │ │ │ └── places │ │ │ └── tmpstart-here-symbolic.svg │ └── hicolor │ │ ├── scalable │ │ └── apps │ │ │ ├── sdesk.png │ │ │ └── sdesk.svg │ │ └── symbolic │ │ └── apps │ │ └── sdesk-symbolic.svg │ ├── licenses │ └── common │ │ └── GPL2 │ │ └── license.txt │ ├── pixmaps │ ├── sd-bg-default-dark.png │ ├── sd-bg-default.png │ ├── sdesk.png │ └── sdesk.svg │ ├── plymouth │ └── themes │ │ └── darwin │ │ ├── animation.png │ │ ├── background.png │ │ ├── box.png │ │ ├── bullet.png │ │ ├── darwin.plymouth │ │ ├── darwin.script │ │ ├── entry.png │ │ ├── lock.png │ │ ├── logo.png │ │ ├── motif.png │ │ ├── progress_bar.png │ │ ├── progress_box.png │ │ ├── progress_box_background.png │ │ ├── progress_box_edge.png │ │ └── suspend.png │ ├── tmpbranding │ └── default │ │ ├── banner.png │ │ ├── branding.desc │ │ ├── lang │ │ ├── calamares-default_ar.ts │ │ ├── calamares-default_en.ts │ │ ├── calamares-default_eo.ts │ │ ├── calamares-default_fr.ts │ │ └── calamares-default_nl.ts │ │ ├── languages.png │ │ ├── languages.png.license │ │ ├── show.qml │ │ └── squid.png │ ├── tmpcalamares.desktop │ ├── tmpmodules │ ├── bootloader.conf │ ├── contextualprocess.conf │ ├── displaymanager.conf │ ├── finished.conf │ ├── finishedq.conf │ ├── fsresizer.conf │ ├── fstab.conf │ ├── grubcfg.conf │ ├── initcpio.conf │ ├── keyboard.conf │ ├── keyboardq.conf │ ├── license.conf │ ├── locale.conf │ ├── luksopenswaphookcfg.conf │ ├── machineid.conf │ ├── mount.conf │ ├── netinstall.conf │ ├── notesqml.conf │ ├── oemid.conf │ ├── openrcdmcryptcfg.conf │ ├── packagechooser.conf │ ├── packagechooserq.conf │ ├── packages.conf │ ├── partition.conf │ ├── plasmalnf.conf │ ├── plymouthcfg.conf │ ├── preservefiles.conf │ ├── rawfs.conf │ ├── removeuser.conf │ ├── shellprocess.conf │ ├── umount.conf │ ├── unpackfs1.conf │ ├── unpackfs2.conf │ ├── unpackfs3.conf │ ├── users.conf │ ├── usersq.conf │ ├── welcome.conf │ └── zfs.conf │ └── tmpsettings.conf ├── bootstrap_packages.x86_64 ├── current_swirl_version.txt ├── efiboot └── loader │ ├── entries │ ├── 01-archiso-x86_64-linux.conf │ └── 02-archiso-x86_64-speech-linux.conf │ └── loader.conf ├── grub └── grub.cfg ├── isolinux └── isolinux.cfg ├── nvidia ├── grub │ ├── grub_no_nvidia │ └── grub_with_nvidia ├── mkinitcpio │ ├── mkinitcpio_no_nvidia.conf │ └── mkinitcpio_with_nvidia.conf └── packagelists │ ├── packages_no_nvidia.x86_64 │ └── packages_with_nvidia.x86_64 ├── pacman.conf ├── profiledef.sh ├── repository ├── archiso.db ├── archiso.db.tar.gz ├── archiso.files ├── archiso.files.tar.gz ├── calamares-3.3.14-1-x86_64.pkg.tar.zst ├── chromium-widevine-1:4.10.2891.0-3-x86_64.pkg.tar.zst ├── ckbcomp-1.242-1-any.pkg.tar.zst ├── gnome-software-appstream-git-49.1+r4+g2063522a3-1-x86_64.pkg.tar.zst ├── gnome-software-packagekit-plugin-appstream-git-49.1+r4+g2063522a3-1-x86_64.pkg.tar.zst ├── hardened_malloc-13-1-x86_64.pkg.tar.zst ├── libadwaita-without-adwaita-git-1.7.2-17-x86_64.pkg.tar.zst ├── mkinitcpio-openswap-0.1.1-1-any.pkg.tar.zst ├── sshell-49.0-1-x86_64.pkg.tar.zst └── swirl-2.8.1-1-x86_64.pkg.tar.zst └── syslinux ├── archiso.cfg ├── archiso_head.cfg ├── archiso_pxe-linux.cfg ├── archiso_pxe.cfg ├── archiso_sys-linux.cfg ├── archiso_sys.cfg ├── archiso_tail.cfg ├── splash.png └── syslinux.cfg /.gitignore: -------------------------------------------------------------------------------- 1 | **/.DS_Store 2 | .vscode/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/LICENSE_README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/README.md -------------------------------------------------------------------------------- /airootfs/SDesk/.don't_warn_on_update: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /airootfs/etc/dconf/profile/user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/dconf/profile/user -------------------------------------------------------------------------------- /airootfs/etc/dracut.conf.d/flags.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/dracut.conf.d/flags.conf -------------------------------------------------------------------------------- /airootfs/etc/fstab: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /airootfs/etc/gdm/custom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/gdm/custom.conf -------------------------------------------------------------------------------- /airootfs/etc/gdm/tmpcustom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/gdm/tmpcustom.conf -------------------------------------------------------------------------------- /airootfs/etc/gshadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/gshadow -------------------------------------------------------------------------------- /airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | sdesk -------------------------------------------------------------------------------- /airootfs/etc/issue: -------------------------------------------------------------------------------- 1 | SDesk \r (\l) 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=C.UTF-8 2 | -------------------------------------------------------------------------------- /airootfs/etc/localtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/localtime -------------------------------------------------------------------------------- /airootfs/etc/machine-id: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /airootfs/etc/mkinitcpio.d/linux-zen.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/mkinitcpio.d/linux-zen.preset -------------------------------------------------------------------------------- /airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/mkinitcpio.d/linux.preset -------------------------------------------------------------------------------- /airootfs/etc/modprobe.d/broadcom-wl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/modprobe.d/broadcom-wl.conf -------------------------------------------------------------------------------- /airootfs/etc/motd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /airootfs/etc/os-release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/os-release -------------------------------------------------------------------------------- /airootfs/etc/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/pacman.conf -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/hooks/zzzz99-remove-custom-hooks-from-airootfs.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/pacman.d/hooks/zzzz99-remove-custom-hooks-from-airootfs.hook -------------------------------------------------------------------------------- /airootfs/etc/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/passwd -------------------------------------------------------------------------------- /airootfs/etc/plymouth/plymouthd.conf: -------------------------------------------------------------------------------- 1 | [Daemon] 2 | Theme=darwin 3 | ShowDelay=0 4 | DeviceTimeout=8 5 | -------------------------------------------------------------------------------- /airootfs/etc/profile.d/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/profile.d/install.sh -------------------------------------------------------------------------------- /airootfs/etc/profile.d/setup-installed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/profile.d/setup-installed.sh -------------------------------------------------------------------------------- /airootfs/etc/profile.d/setup-post.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/profile.d/setup-post.sh -------------------------------------------------------------------------------- /airootfs/etc/profile.d/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/profile.d/setup.sh -------------------------------------------------------------------------------- /airootfs/etc/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/shadow -------------------------------------------------------------------------------- /airootfs/etc/ssh/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/ssh/sshd_config -------------------------------------------------------------------------------- /airootfs/etc/ssh/sshd_config.d/10-archiso.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/ssh/sshd_config.d/10-archiso.conf -------------------------------------------------------------------------------- /airootfs/etc/sudoers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/sudoers -------------------------------------------------------------------------------- /airootfs/etc/systemd/journald.conf.d/volatile-storage.conf: -------------------------------------------------------------------------------- 1 | [Journal] 2 | Storage=volatile 3 | -------------------------------------------------------------------------------- /airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf -------------------------------------------------------------------------------- /airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf: -------------------------------------------------------------------------------- 1 | [Network] 2 | IPv6PrivacyExtensions=yes 3 | -------------------------------------------------------------------------------- /airootfs/etc/systemd/network/20-ethernet.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/network/20-ethernet.network -------------------------------------------------------------------------------- /airootfs/etc/systemd/network/20-wlan.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/network/20-wlan.network -------------------------------------------------------------------------------- /airootfs/etc/systemd/network/20-wwan.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/network/20-wwan.network -------------------------------------------------------------------------------- /airootfs/etc/systemd/resolved.conf.d/archiso.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/resolved.conf.d/archiso.conf -------------------------------------------------------------------------------- /airootfs/etc/systemd/system-generators/systemd-gpt-auto-generator: -------------------------------------------------------------------------------- 1 | /dev/null -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/choose-mirror.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-config.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-final.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-init-local.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-main.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-init-main.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-network.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-init-network.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-init.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/ModemManager.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-resolved.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/dbus-org.freedesktop.timesync1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-timesyncd.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/livecd-alsa-unmuter.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/livecd-alsa-unmuter.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/livecd-talk.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/livecd-talk.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/ModemManager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/ModemManager.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service: -------------------------------------------------------------------------------- 1 | ../choose-mirror.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/hv_fcopy_daemon.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/hv_kvp_daemon.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/hv_vss_daemon.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/iwd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/iwd.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/livecd-talk.service: -------------------------------------------------------------------------------- 1 | /etc/systemd/system/livecd-talk.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service: -------------------------------------------------------------------------------- 1 | ../pacman-init.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/reflector.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/reflector.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/sshd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/sshd.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-resolved.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/vboxservice.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/vmtoolsd.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/vmware-vmblock-fuse.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd-wait-online.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/pacman-init.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/reflector.service.d/archiso.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/reflector.service.d/archiso.conf -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/pcscd.socket -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd.socket -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/sound.target.wants/livecd-alsa-unmuter.service: -------------------------------------------------------------------------------- 1 | ../livecd-alsa-unmuter.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-time-wait-sync.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-timesyncd.service -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf -------------------------------------------------------------------------------- /airootfs/etc/tmpsudoers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/tmpsudoers -------------------------------------------------------------------------------- /airootfs/etc/xdg/autostart/tmpcalamares.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/xdg/autostart/tmpcalamares.desktop -------------------------------------------------------------------------------- /airootfs/etc/xdg/reflector/reflector.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/etc/xdg/reflector/reflector.conf -------------------------------------------------------------------------------- /airootfs/root/.automated_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/root/.automated_script.sh -------------------------------------------------------------------------------- /airootfs/root/.zlogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/root/.zlogin -------------------------------------------------------------------------------- /airootfs/usr/bin/launch_calamares: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | sudo calamares -------------------------------------------------------------------------------- /airootfs/usr/bin/post-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/bin/post-install.sh -------------------------------------------------------------------------------- /airootfs/usr/bin/post-install_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/bin/post-install_setup.sh -------------------------------------------------------------------------------- /airootfs/usr/local/bin/Installation_guide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/local/bin/Installation_guide -------------------------------------------------------------------------------- /airootfs/usr/local/bin/choose-mirror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/local/bin/choose-mirror -------------------------------------------------------------------------------- /airootfs/usr/local/bin/livecd-sound: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/local/bin/livecd-sound -------------------------------------------------------------------------------- /airootfs/usr/local/share/livecd-sound/asound.conf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/local/share/livecd-sound/asound.conf.in -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-bg-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-bg-13.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-bg-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-bg-15.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-bg-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-bg-16.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-bg-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-bg-18.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-bg-19,1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-bg-19,1.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-bg-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-bg-19.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-bg-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-bg-20.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/sd-first-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/sd-first-bg.png -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/tmpadwaita-d.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/tmpadwaita-d.jxl -------------------------------------------------------------------------------- /airootfs/usr/share/backgrounds/gnome/tmpadwaita-l.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/backgrounds/gnome/tmpadwaita-l.jxl -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-bg-13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-bg-13.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-bg-15.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-bg-15.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-bg-16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-bg-16.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-bg-18.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-bg-18.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-bg-19,1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-bg-19,1.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-bg-19.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-bg-19.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-bg-20.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-bg-20.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-current-bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-current-bg.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/sd-first-bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/sd-first-bg.xml -------------------------------------------------------------------------------- /airootfs/usr/share/gnome-background-properties/tmpadwaita.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/gnome-background-properties/tmpadwaita.xml -------------------------------------------------------------------------------- /airootfs/usr/share/icons/Adwaita/symbolic/places/tmpstart-here-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/icons/Adwaita/symbolic/places/tmpstart-here-symbolic.svg -------------------------------------------------------------------------------- /airootfs/usr/share/icons/hicolor/scalable/apps/sdesk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/icons/hicolor/scalable/apps/sdesk.png -------------------------------------------------------------------------------- /airootfs/usr/share/icons/hicolor/scalable/apps/sdesk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/icons/hicolor/scalable/apps/sdesk.svg -------------------------------------------------------------------------------- /airootfs/usr/share/icons/hicolor/symbolic/apps/sdesk-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/icons/hicolor/symbolic/apps/sdesk-symbolic.svg -------------------------------------------------------------------------------- /airootfs/usr/share/licenses/common/GPL2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/licenses/common/GPL2/license.txt -------------------------------------------------------------------------------- /airootfs/usr/share/pixmaps/sd-bg-default-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/pixmaps/sd-bg-default-dark.png -------------------------------------------------------------------------------- /airootfs/usr/share/pixmaps/sd-bg-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/pixmaps/sd-bg-default.png -------------------------------------------------------------------------------- /airootfs/usr/share/pixmaps/sdesk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/pixmaps/sdesk.png -------------------------------------------------------------------------------- /airootfs/usr/share/pixmaps/sdesk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/pixmaps/sdesk.svg -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/animation.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/background.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/box.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/bullet.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/darwin.plymouth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/darwin.plymouth -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/darwin.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/darwin.script -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/entry.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/lock.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/logo.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/motif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/motif.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/progress_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/progress_bar.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/progress_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/progress_box.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/progress_box_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/progress_box_background.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/progress_box_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/progress_box_edge.png -------------------------------------------------------------------------------- /airootfs/usr/share/plymouth/themes/darwin/suspend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/plymouth/themes/darwin/suspend.png -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/banner.png -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/branding.desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/branding.desc -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/lang/calamares-default_ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/lang/calamares-default_ar.ts -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/lang/calamares-default_en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/lang/calamares-default_en.ts -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/lang/calamares-default_eo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/lang/calamares-default_eo.ts -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/lang/calamares-default_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/lang/calamares-default_fr.ts -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/lang/calamares-default_nl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/lang/calamares-default_nl.ts -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/languages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/languages.png -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/languages.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2015 Teo Mrnjavac 2 | SPDX-License-Identifier: GPL-3.0-or-later 3 | -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/show.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/show.qml -------------------------------------------------------------------------------- /airootfs/usr/share/tmpbranding/default/squid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpbranding/default/squid.png -------------------------------------------------------------------------------- /airootfs/usr/share/tmpcalamares.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpcalamares.desktop -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/bootloader.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/bootloader.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/contextualprocess.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/contextualprocess.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/displaymanager.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/displaymanager.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/finished.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/finished.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/finishedq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/finishedq.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/fsresizer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/fsresizer.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/fstab.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/fstab.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/grubcfg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/grubcfg.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/initcpio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/initcpio.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/keyboard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/keyboard.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/keyboardq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/keyboardq.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/license.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/license.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/locale.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/locale.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/luksopenswaphookcfg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/luksopenswaphookcfg.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/machineid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/machineid.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/mount.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/mount.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/netinstall.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/netinstall.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/notesqml.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/notesqml.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/oemid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/oemid.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/openrcdmcryptcfg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/openrcdmcryptcfg.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/packagechooser.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/packagechooser.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/packagechooserq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/packagechooserq.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/packages.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/packages.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/partition.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/partition.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/plasmalnf.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/plasmalnf.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/plymouthcfg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/plymouthcfg.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/preservefiles.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/preservefiles.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/rawfs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/rawfs.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/removeuser.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/removeuser.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/shellprocess.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/shellprocess.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/umount.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/umount.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/unpackfs1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/unpackfs1.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/unpackfs2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/unpackfs2.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/unpackfs3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/unpackfs3.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/users.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/users.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/usersq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/usersq.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/welcome.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/welcome.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpmodules/zfs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpmodules/zfs.conf -------------------------------------------------------------------------------- /airootfs/usr/share/tmpsettings.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/airootfs/usr/share/tmpsettings.conf -------------------------------------------------------------------------------- /bootstrap_packages.x86_64: -------------------------------------------------------------------------------- 1 | arch-install-scripts 2 | base 3 | -------------------------------------------------------------------------------- /current_swirl_version.txt: -------------------------------------------------------------------------------- 1 | 2.8.1:quartz-0 2 | -------------------------------------------------------------------------------- /efiboot/loader/entries/01-archiso-x86_64-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/efiboot/loader/entries/01-archiso-x86_64-linux.conf -------------------------------------------------------------------------------- /efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf -------------------------------------------------------------------------------- /efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 15 2 | default 01-archiso-x86_64-linux.conf 3 | beep on 4 | -------------------------------------------------------------------------------- /grub/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/grub/grub.cfg -------------------------------------------------------------------------------- /isolinux/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/isolinux/isolinux.cfg -------------------------------------------------------------------------------- /nvidia/grub/grub_no_nvidia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/nvidia/grub/grub_no_nvidia -------------------------------------------------------------------------------- /nvidia/grub/grub_with_nvidia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/nvidia/grub/grub_with_nvidia -------------------------------------------------------------------------------- /nvidia/mkinitcpio/mkinitcpio_no_nvidia.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/nvidia/mkinitcpio/mkinitcpio_no_nvidia.conf -------------------------------------------------------------------------------- /nvidia/mkinitcpio/mkinitcpio_with_nvidia.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/nvidia/mkinitcpio/mkinitcpio_with_nvidia.conf -------------------------------------------------------------------------------- /nvidia/packagelists/packages_no_nvidia.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/nvidia/packagelists/packages_no_nvidia.x86_64 -------------------------------------------------------------------------------- /nvidia/packagelists/packages_with_nvidia.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/nvidia/packagelists/packages_with_nvidia.x86_64 -------------------------------------------------------------------------------- /pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/pacman.conf -------------------------------------------------------------------------------- /profiledef.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/profiledef.sh -------------------------------------------------------------------------------- /repository/archiso.db: -------------------------------------------------------------------------------- 1 | archiso.db.tar.gz -------------------------------------------------------------------------------- /repository/archiso.db.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/archiso.db.tar.gz -------------------------------------------------------------------------------- /repository/archiso.files: -------------------------------------------------------------------------------- 1 | archiso.files.tar.gz -------------------------------------------------------------------------------- /repository/archiso.files.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/archiso.files.tar.gz -------------------------------------------------------------------------------- /repository/calamares-3.3.14-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/calamares-3.3.14-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /repository/chromium-widevine-1:4.10.2891.0-3-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/chromium-widevine-1:4.10.2891.0-3-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /repository/ckbcomp-1.242-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/ckbcomp-1.242-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /repository/gnome-software-appstream-git-49.1+r4+g2063522a3-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/gnome-software-appstream-git-49.1+r4+g2063522a3-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /repository/gnome-software-packagekit-plugin-appstream-git-49.1+r4+g2063522a3-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/gnome-software-packagekit-plugin-appstream-git-49.1+r4+g2063522a3-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /repository/hardened_malloc-13-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/hardened_malloc-13-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /repository/libadwaita-without-adwaita-git-1.7.2-17-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/libadwaita-without-adwaita-git-1.7.2-17-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /repository/mkinitcpio-openswap-0.1.1-1-any.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/mkinitcpio-openswap-0.1.1-1-any.pkg.tar.zst -------------------------------------------------------------------------------- /repository/sshell-49.0-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/sshell-49.0-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /repository/swirl-2.8.1-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/repository/swirl-2.8.1-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /syslinux/archiso.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/archiso.cfg -------------------------------------------------------------------------------- /syslinux/archiso_head.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/archiso_head.cfg -------------------------------------------------------------------------------- /syslinux/archiso_pxe-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/archiso_pxe-linux.cfg -------------------------------------------------------------------------------- /syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/archiso_pxe.cfg -------------------------------------------------------------------------------- /syslinux/archiso_sys-linux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/archiso_sys-linux.cfg -------------------------------------------------------------------------------- /syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/archiso_sys.cfg -------------------------------------------------------------------------------- /syslinux/archiso_tail.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/archiso_tail.cfg -------------------------------------------------------------------------------- /syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/splash.png -------------------------------------------------------------------------------- /syslinux/syslinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteveStudios/SDesk/HEAD/syslinux/syslinux.cfg --------------------------------------------------------------------------------