From 691ea32b394b505d94e194075bce98666dad899e Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Mon, 11 May 2020 21:31:56 +0200 Subject: [PATCH] Reorganize files --- sh/{scripts => }/check_installation.sh | 0 .../install-debian.sh => debian/configure.sh} | 0 sh/{scripts => debian}/preseed.cfg | 0 sh/{scripts => debian/ubuntu}/common_packages.txt | 0 .../ubuntu/configure.sh} | 0 sh/{scripts => debian/ubuntu}/dconfig.txt | 0 sh/{scripts => debian/ubuntu}/set.sh | 0 sh/{scripts => debian/ubuntu}/setup.sh | 0 .../ubuntu}/system/etc/gdm3/PostLogin/Default | 0 .../ubuntu}/system/etc/gdm3/PostSession/Default | 0 .../system/etc/systemd/system/mount-docker.service | 0 .../ubuntu}/system/etc/udev/rules.d/10-local.rules | 0 .../ubuntu}/system/usr/local/bin/lock_screen | 0 .../ubuntu}/system/usr/local/bin/mount-docker.sh | 0 .../ubuntu}/system/usr/local/bin/suspend_session | 0 .../usr/share/applications/lock_screen.desktop | 0 .../usr/share/applications/suspend_session.desktop | 0 .../system/usr/share/backgrounds/01/background.png | Bin .../system/usr/share/backgrounds/01/logo.png | Bin .../usr/share/initramfs-tools/hooks/copy_mkfs | 0 .../initramfs-tools/scripts/init-premount/reformat | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename sh/{scripts => }/check_installation.sh (100%) rename sh/{scripts/install-debian.sh => debian/configure.sh} (100%) rename sh/{scripts => debian}/preseed.cfg (100%) rename sh/{scripts => debian/ubuntu}/common_packages.txt (100%) rename sh/{scripts/configure_ubuntu.sh => debian/ubuntu/configure.sh} (100%) rename sh/{scripts => debian/ubuntu}/dconfig.txt (100%) rename sh/{scripts => debian/ubuntu}/set.sh (100%) rename sh/{scripts => debian/ubuntu}/setup.sh (100%) rename sh/{scripts => debian/ubuntu}/system/etc/gdm3/PostLogin/Default (100%) rename sh/{scripts => debian/ubuntu}/system/etc/gdm3/PostSession/Default (100%) rename sh/{scripts => debian/ubuntu}/system/etc/systemd/system/mount-docker.service (100%) rename sh/{scripts => debian/ubuntu}/system/etc/udev/rules.d/10-local.rules (100%) rename sh/{scripts => debian/ubuntu}/system/usr/local/bin/lock_screen (100%) rename sh/{scripts => debian/ubuntu}/system/usr/local/bin/mount-docker.sh (100%) rename sh/{scripts => debian/ubuntu}/system/usr/local/bin/suspend_session (100%) rename sh/{scripts => debian/ubuntu}/system/usr/share/applications/lock_screen.desktop (100%) rename sh/{scripts => debian/ubuntu}/system/usr/share/applications/suspend_session.desktop (100%) rename sh/{scripts => debian/ubuntu}/system/usr/share/backgrounds/01/background.png (100%) rename sh/{scripts => debian/ubuntu}/system/usr/share/backgrounds/01/logo.png (100%) rename sh/{scripts => debian/ubuntu}/system/usr/share/initramfs-tools/hooks/copy_mkfs (100%) rename sh/{scripts => debian/ubuntu}/system/usr/share/initramfs-tools/scripts/init-premount/reformat (100%) diff --git a/sh/scripts/check_installation.sh b/sh/check_installation.sh similarity index 100% rename from sh/scripts/check_installation.sh rename to sh/check_installation.sh diff --git a/sh/scripts/install-debian.sh b/sh/debian/configure.sh similarity index 100% rename from sh/scripts/install-debian.sh rename to sh/debian/configure.sh diff --git a/sh/scripts/preseed.cfg b/sh/debian/preseed.cfg similarity index 100% rename from sh/scripts/preseed.cfg rename to sh/debian/preseed.cfg diff --git a/sh/scripts/common_packages.txt b/sh/debian/ubuntu/common_packages.txt similarity index 100% rename from sh/scripts/common_packages.txt rename to sh/debian/ubuntu/common_packages.txt diff --git a/sh/scripts/configure_ubuntu.sh b/sh/debian/ubuntu/configure.sh similarity index 100% rename from sh/scripts/configure_ubuntu.sh rename to sh/debian/ubuntu/configure.sh diff --git a/sh/scripts/dconfig.txt b/sh/debian/ubuntu/dconfig.txt similarity index 100% rename from sh/scripts/dconfig.txt rename to sh/debian/ubuntu/dconfig.txt diff --git a/sh/scripts/set.sh b/sh/debian/ubuntu/set.sh similarity index 100% rename from sh/scripts/set.sh rename to sh/debian/ubuntu/set.sh diff --git a/sh/scripts/setup.sh b/sh/debian/ubuntu/setup.sh similarity index 100% rename from sh/scripts/setup.sh rename to sh/debian/ubuntu/setup.sh diff --git a/sh/scripts/system/etc/gdm3/PostLogin/Default b/sh/debian/ubuntu/system/etc/gdm3/PostLogin/Default similarity index 100% rename from sh/scripts/system/etc/gdm3/PostLogin/Default rename to sh/debian/ubuntu/system/etc/gdm3/PostLogin/Default diff --git a/sh/scripts/system/etc/gdm3/PostSession/Default b/sh/debian/ubuntu/system/etc/gdm3/PostSession/Default similarity index 100% rename from sh/scripts/system/etc/gdm3/PostSession/Default rename to sh/debian/ubuntu/system/etc/gdm3/PostSession/Default diff --git a/sh/scripts/system/etc/systemd/system/mount-docker.service b/sh/debian/ubuntu/system/etc/systemd/system/mount-docker.service similarity index 100% rename from sh/scripts/system/etc/systemd/system/mount-docker.service rename to sh/debian/ubuntu/system/etc/systemd/system/mount-docker.service diff --git a/sh/scripts/system/etc/udev/rules.d/10-local.rules b/sh/debian/ubuntu/system/etc/udev/rules.d/10-local.rules similarity index 100% rename from sh/scripts/system/etc/udev/rules.d/10-local.rules rename to sh/debian/ubuntu/system/etc/udev/rules.d/10-local.rules diff --git a/sh/scripts/system/usr/local/bin/lock_screen b/sh/debian/ubuntu/system/usr/local/bin/lock_screen similarity index 100% rename from sh/scripts/system/usr/local/bin/lock_screen rename to sh/debian/ubuntu/system/usr/local/bin/lock_screen diff --git a/sh/scripts/system/usr/local/bin/mount-docker.sh b/sh/debian/ubuntu/system/usr/local/bin/mount-docker.sh similarity index 100% rename from sh/scripts/system/usr/local/bin/mount-docker.sh rename to sh/debian/ubuntu/system/usr/local/bin/mount-docker.sh diff --git a/sh/scripts/system/usr/local/bin/suspend_session b/sh/debian/ubuntu/system/usr/local/bin/suspend_session similarity index 100% rename from sh/scripts/system/usr/local/bin/suspend_session rename to sh/debian/ubuntu/system/usr/local/bin/suspend_session diff --git a/sh/scripts/system/usr/share/applications/lock_screen.desktop b/sh/debian/ubuntu/system/usr/share/applications/lock_screen.desktop similarity index 100% rename from sh/scripts/system/usr/share/applications/lock_screen.desktop rename to sh/debian/ubuntu/system/usr/share/applications/lock_screen.desktop diff --git a/sh/scripts/system/usr/share/applications/suspend_session.desktop b/sh/debian/ubuntu/system/usr/share/applications/suspend_session.desktop similarity index 100% rename from sh/scripts/system/usr/share/applications/suspend_session.desktop rename to sh/debian/ubuntu/system/usr/share/applications/suspend_session.desktop diff --git a/sh/scripts/system/usr/share/backgrounds/01/background.png b/sh/debian/ubuntu/system/usr/share/backgrounds/01/background.png similarity index 100% rename from sh/scripts/system/usr/share/backgrounds/01/background.png rename to sh/debian/ubuntu/system/usr/share/backgrounds/01/background.png diff --git a/sh/scripts/system/usr/share/backgrounds/01/logo.png b/sh/debian/ubuntu/system/usr/share/backgrounds/01/logo.png similarity index 100% rename from sh/scripts/system/usr/share/backgrounds/01/logo.png rename to sh/debian/ubuntu/system/usr/share/backgrounds/01/logo.png diff --git a/sh/scripts/system/usr/share/initramfs-tools/hooks/copy_mkfs b/sh/debian/ubuntu/system/usr/share/initramfs-tools/hooks/copy_mkfs similarity index 100% rename from sh/scripts/system/usr/share/initramfs-tools/hooks/copy_mkfs rename to sh/debian/ubuntu/system/usr/share/initramfs-tools/hooks/copy_mkfs diff --git a/sh/scripts/system/usr/share/initramfs-tools/scripts/init-premount/reformat b/sh/debian/ubuntu/system/usr/share/initramfs-tools/scripts/init-premount/reformat similarity index 100% rename from sh/scripts/system/usr/share/initramfs-tools/scripts/init-premount/reformat rename to sh/debian/ubuntu/system/usr/share/initramfs-tools/scripts/init-premount/reformat