diff --git a/PepDeb32/pepautostart b/PepDeb32/pepautostart new file mode 120000 index 0000000..cd7d635 --- /dev/null +++ b/PepDeb32/pepautostart @@ -0,0 +1 @@ +../pepautostart \ No newline at end of file diff --git a/PepDeb32/pepbld.py b/PepDeb32/pepbld.py index 4b062b0..1d99857 100644 --- a/PepDeb32/pepbld.py +++ b/PepDeb32/pepbld.py @@ -67,8 +67,10 @@ os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", " os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "py"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "lightdm"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "share"), exist_ok=True) +os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), exist_ok=True) +shutil.copy(os.path.join(uchinanchu, "pepautostart", "Welcome_auto.desktop"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart")) shutil.copy(os.path.join(uchinanchu, "pepinstaller", "preseed", "preseed.cfg"), os.path.join(uchinanchu, "fusato", "config", "includes.installer")) shutil.copytree(os.path.join(uchinanchu, "pephooks", "normal"), os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pepscripts"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "lib", "finish-install.d"), dirs_exist_ok=True) diff --git a/PepDeb32/pepbld.sh b/PepDeb32/pepbld.sh index 0df7140..a08e0b9 100755 --- a/PepDeb32/pepbld.sh +++ b/PepDeb32/pepbld.sh @@ -56,13 +56,14 @@ mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/polkit mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/conf mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/py mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/lightdm +mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/autostart mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share mkdir -p $uchinanchu/fusato/config/hooks/normal -#cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal -cp $uchinanchu/pepscripts/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepscriptsdev/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepautostart/* $uchinanchu/fusato/config/includes.installer/preseed/autostart cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed/sources-final diff --git a/PepDeb64/pepautostart b/PepDeb64/pepautostart new file mode 120000 index 0000000..cd7d635 --- /dev/null +++ b/PepDeb64/pepautostart @@ -0,0 +1 @@ +../pepautostart \ No newline at end of file diff --git a/PepDeb64/pepbld.py b/PepDeb64/pepbld.py index e72bfc4..73d5227 100644 --- a/PepDeb64/pepbld.py +++ b/PepDeb64/pepbld.py @@ -66,8 +66,10 @@ os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", " os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "py"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "lightdm"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "share"), exist_ok=True) +os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), exist_ok=True) +shutil.copy(os.path.join(uchinanchu, "pepautostart", "Welcome_auto.desktop"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart")) shutil.copy(os.path.join(uchinanchu, "pepinstaller", "preseed", "preseed.cfg"), os.path.join(uchinanchu, "fusato", "config", "includes.installer")) shutil.copytree(os.path.join(uchinanchu, "pephooks", "normal"), os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pepscripts"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "lib", "finish-install.d"), dirs_exist_ok=True) diff --git a/PepDeb64/pepbld.sh b/PepDeb64/pepbld.sh index 40c7c58..4cf27b8 100755 --- a/PepDeb64/pepbld.sh +++ b/PepDeb64/pepbld.sh @@ -57,13 +57,14 @@ mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/polkit mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/conf mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/py mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/lightdm +mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/autostart mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share mkdir -p $uchinanchu/fusato/config/hooks/normal -#cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal -cp $uchinanchu/pepscripts/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepscriptsdev/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepautostart/* $uchinanchu/fusato/config/includes.installer/preseed/autostart cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed/sources-final diff --git a/PepDeb_arm64/pepautostart b/PepDeb_arm64/pepautostart new file mode 120000 index 0000000..cd7d635 --- /dev/null +++ b/PepDeb_arm64/pepautostart @@ -0,0 +1 @@ +../pepautostart \ No newline at end of file diff --git a/PepDeb_arm64/pepbld.py b/PepDeb_arm64/pepbld.py index b6b4074..5b45dd3 100644 --- a/PepDeb_arm64/pepbld.py +++ b/PepDeb_arm64/pepbld.py @@ -66,8 +66,10 @@ os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", " os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "py"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "lightdm"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "share"), exist_ok=True) +os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), exist_ok=True) +shutil.copy(os.path.join(uchinanchu, "pepautostart", "Welcome_auto.desktop"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart")) shutil.copy(os.path.join(uchinanchu, "pepinstaller", "preseed", "preseed.cfg"), os.path.join(uchinanchu, "fusato", "config", "includes.installer")) shutil.copytree(os.path.join(uchinanchu, "pephooks", "normal"), os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pepscripts"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "lib", "finish-install.d"), dirs_exist_ok=True) diff --git a/PepDeb_arm64/pepbld.sh b/PepDeb_arm64/pepbld.sh index 87a185c..ecc2e2e 100755 --- a/PepDeb_arm64/pepbld.sh +++ b/PepDeb_arm64/pepbld.sh @@ -59,13 +59,14 @@ mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/polkit mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/conf mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/py mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/lightdm +mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/autostart mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share mkdir -p $uchinanchu/fusato/config/hooks/normal -#cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal -cp $uchinanchu/pepscripts/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepscriptsdev/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepautostart/* $uchinanchu/fusato/config/includes.installer/preseed/autostart cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed/sources-final diff --git a/PepDev32/pepautostart b/PepDev32/pepautostart new file mode 120000 index 0000000..cd7d635 --- /dev/null +++ b/PepDev32/pepautostart @@ -0,0 +1 @@ +../pepautostart \ No newline at end of file diff --git a/PepDev32/pepbld.py b/PepDev32/pepbld.py index 567b843..35a59e2 100644 --- a/PepDev32/pepbld.py +++ b/PepDev32/pepbld.py @@ -79,8 +79,10 @@ os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", " os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "py"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "lightdm"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "share"), exist_ok=True) +os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), exist_ok=True) +shutil.copy(os.path.join(uchinanchu, "pepautostart", "Welcome_auto.desktop"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart")) shutil.copy(os.path.join(uchinanchu, "pepinstaller", "preseed", "preseed.cfg"), os.path.join(uchinanchu, "fusato", "config", "includes.installer")) shutil.copytree(os.path.join(uchinanchu, "pephooks", "normal"), os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pepscriptsdev"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "lib", "finish-install.d"), dirs_exist_ok=True) diff --git a/PepDev32/pepbld.sh b/PepDev32/pepbld.sh index 70ac96c..7f73696 100755 --- a/PepDev32/pepbld.sh +++ b/PepDev32/pepbld.sh @@ -69,13 +69,14 @@ mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/polkit mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/conf mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/py mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/lightdm +mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/autostart mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share mkdir -p $uchinanchu/fusato/config/hooks/normal -#cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal cp $uchinanchu/pepscriptsdev/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepautostart/* $uchinanchu/fusato/config/includes.installer/preseed/autostart cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed/sources-final diff --git a/PepDev64/pepautostart b/PepDev64/pepautostart new file mode 120000 index 0000000..cd7d635 --- /dev/null +++ b/PepDev64/pepautostart @@ -0,0 +1 @@ +../pepautostart \ No newline at end of file diff --git a/PepDev64/pepbld.py b/PepDev64/pepbld.py index ff81409..7040738 100644 --- a/PepDev64/pepbld.py +++ b/PepDev64/pepbld.py @@ -78,8 +78,10 @@ os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", " os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "py"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "lightdm"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "share"), exist_ok=True) +os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), exist_ok=True) +shutil.copy(os.path.join(uchinanchu, "pepautostart", "Welcome_auto.desktop"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart")) shutil.copy(os.path.join(uchinanchu, "pepinstaller", "preseed", "preseed.cfg"), os.path.join(uchinanchu, "fusato", "config", "includes.installer")) shutil.copytree(os.path.join(uchinanchu, "pephooks", "normal"), os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pepscriptsdev"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "lib", "finish-install.d"), dirs_exist_ok=True) diff --git a/PepDev64/pepbld.sh b/PepDev64/pepbld.sh index 371111e..35878fa 100755 --- a/PepDev64/pepbld.sh +++ b/PepDev64/pepbld.sh @@ -69,13 +69,14 @@ mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/polkit mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/conf mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/py mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/lightdm +mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/autostart mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share mkdir -p $uchinanchu/fusato/config/hooks/normal -#cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal cp $uchinanchu/pepscriptsdev/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepautostart/* $uchinanchu/fusato/config/includes.installer/preseed/autostart cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed/sources-final diff --git a/PepDev_arm64/pepautostart b/PepDev_arm64/pepautostart new file mode 120000 index 0000000..cd7d635 --- /dev/null +++ b/PepDev_arm64/pepautostart @@ -0,0 +1 @@ +../pepautostart \ No newline at end of file diff --git a/PepDev_arm64/pepbld.py b/PepDev_arm64/pepbld.py index 4e58a7d..7911bc7 100644 --- a/PepDev_arm64/pepbld.py +++ b/PepDev_arm64/pepbld.py @@ -79,8 +79,10 @@ os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", " os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "py"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "lightdm"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "share"), exist_ok=True) +os.makedirs(os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart"), exist_ok=True) os.makedirs(os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), exist_ok=True) +shutil.copy(os.path.join(uchinanchu, "pepautostart", "Welcome_auto.desktop"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "autostart")) shutil.copy(os.path.join(uchinanchu, "pepinstaller", "preseed", "preseed.cfg"), os.path.join(uchinanchu, "fusato", "config", "includes.installer")) shutil.copytree(os.path.join(uchinanchu, "pephooks", "normal"), os.path.join(uchinanchu, "fusato", "config", "hooks", "normal"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pepscriptsdev"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "lib", "finish-install.d"), dirs_exist_ok=True) diff --git a/PepDev_arm64/pepbld.sh b/PepDev_arm64/pepbld.sh index f66a313..d0e7dd7 100755 --- a/PepDev_arm64/pepbld.sh +++ b/PepDev_arm64/pepbld.sh @@ -72,13 +72,14 @@ mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/polkit mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/conf mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/py mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/lightdm +mkdir -p $uchinanchu/fusato/config/includes.installer/preseed/autostart mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share mkdir -p $uchinanchu/fusato/config/hooks/normal -#cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal cp $uchinanchu/pepscriptsdev/* $uchinanchu/fusato/config/includes.installer/usr/lib/finish-install.d +cp $uchinanchu/pepautostart/* $uchinanchu/fusato/config/includes.installer/preseed/autostart cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed/repos cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed/sources-final