Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New PR for astroarch-onboarding #3

Open
wants to merge 31 commits into
base: calamares
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
750a961
Using QT6 and installing packages in CMakelists.txt. Configuring sett…
sc74 Mar 17, 2024
d40c4a1
slide activation
sc74 Mar 17, 2024
4258ab4
Add shellprocess-final.conf file in shellprocess folder to run update…
sc74 Mar 17, 2024
b1c3a76
Add folder src/.astroarch for the update.zsh script to be placed in /…
sc74 Mar 17, 2024
f9b28f4
adding path to netinstall-software.yaml file
sc74 Mar 17, 2024
5bbde81
Deletion of plasma file for locales
sc74 Mar 18, 2024
2648843
Revert "Deletion of plasma file for locales"
sc74 Mar 18, 2024
59fa1ac
Deletion of plasma file for locales
sc74 Mar 18, 2024
5116012
Calamares_AstroArch full version, install system for users. To be tes…
sc74 Mar 30, 2024
4f4b32a
Add gps-ublox and minor changes
sc74 Apr 14, 2024
12d583a
Add informations panel for users
sc74 Apr 28, 2024
8d193b3
Add power supplies panel
sc74 Apr 28, 2024
2b07037
add pictures branding
sc74 Jun 6, 2024
fa29752
update shellprocess-final
sc74 Sep 25, 2024
b7d56bc
reduction of files and configurations
sc74 Sep 26, 2024
ae139c4
reduction of files and configurations-2
sc74 Sep 26, 2024
a9f7b2d
update file for build make.sh
sc74 Sep 26, 2024
24bb1e7
update file netinstall_software.yaml
sc74 Sep 26, 2024
186bb5d
update file run-astroarch-onboarding.sh
sc74 Sep 27, 2024
d2bd1ff
update before installing package
sc74 Sep 27, 2024
8f1e410
Update for startup and remove files
sc74 Sep 27, 2024
61dc9d0
Set/Unset privileges and remove autostart file
sc74 Sep 27, 2024
b9d04db
Start sudo AstroArch-onboarding.desktop
sc74 Sep 27, 2024
3b9649d
Allow pkexec with no password for calamares
sc74 Sep 27, 2024
eb49cc6
update astroarch-onboarding.desktop
sc74 Sep 27, 2024
83491c6
update astroarch-onboarding.desktop
sc74 Sep 27, 2024
a4b1b89
update files run-astroarch-onboarding.sh shellprocess-final.conf
sc74 Sep 29, 2024
625c976
New fork with all changes following an update issue
sc74 Oct 4, 2024
b1cf7ee
Delete modules
sc74 Oct 4, 2024
0899084
update images
sc74 Oct 26, 2024
952c7b8
add url in readme.qml
sc74 Oct 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update file for build make.sh
  • Loading branch information
sc74 committed Sep 26, 2024
commit a9f7b2d97b387786baca4de142a5d79e28ce12c8
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DWITH_QT6=ON -DINSTALL_CONFIG=ON -DSKIP_MODULES="bootloader displaymanager dracut dracutlukscfg dummycpp dummyprocess dummypython fsresizer fstab grubcfg initcpio initcpiocfg initramfscfg luksbootkeyfile luksopenswaphookcfg mkinitfs mount networkcfg openrcdmcryptcfg oemid partition plymouthcfg preservefiles rawfs removeuser services-openrc services-systemd tracking umount unpackfs users usersq zfs zfshostid" ..
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DWITH_QT6=ON -DINSTALL_CONFIG=ON ..
make -j$(nproc)
sudo make install