diff --git a/iso_configs/hooks/live/0070-install-calamares b/iso_configs/hooks/live/0070-install-calamares index 1b79c111..b7dc309b 100644 --- a/iso_configs/hooks/live/0070-install-calamares +++ b/iso_configs/hooks/live/0070-install-calamares @@ -9,13 +9,13 @@ apt install \ # Clone the Calamares installer -git clone https://github.com/calamares/calamares.git +git clone https://github.com/calamares/calamares.git /opt/calamares # change to Calamares -cd calamares +cd /opt/calamares # Create a folder called build mkdir build # Change into the build directory -cd build +cd /opt/calamares/build # Check the make source cmake .. # Compile it diff --git a/python_modules/conf.py b/python_modules/conf.py index b1dd8063..703b1166 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -153,7 +153,7 @@ OPENBOX_LIST = ('openbox\n' 'obmenu-generator\n' 'lxterminal\n' #'geany\n' - 'jgmenu\n' + #'jgmenu\n' #'pasystray\n' # Alternative tray sound manager. ) KDE_LIST = ('sample1\n'