Commit graph

75 commits

Author SHA1 Message Date
Ramon Buldó
17721a939e Use volatile storage in live journal
Move some livecd configuration to a function.
Fix custom-image sed.
2015-09-22 07:36:28 +02:00
Philip
bbc69f8678 [lib] remove unneeded 'break' statements 2015-09-20 09:27:20 +02:00
Philip
594c67b3aa [util-iso-image] fix laptop sleep error
- see https://wiki.archlinux.org/index.php/Laptop#Laptop_sleep_error
2015-09-12 20:56:12 +02:00
oberon2007
689b2f7977 add session fluxbox 2015-09-03 05:02:45 +02:00
udeved
d9ab8e24f6 [util-iso*] rename pkgs-image -> mhwd-image 2015-07-04 20:30:52 +02:00
udeved
f47e96bf6e [util-iso] load new Packages-Mhwd files name instead of Packages-Xorg 2015-07-04 10:54:56 +02:00
udeved
5abfdd4442 [util-iso-image] fix last commit for #78 2015-07-03 23:28:13 +02:00
udeved
7a1fec2c26 [util-iso-image] fix #78
add return value so download_to_cache() can error out on get pkg fail
2015-07-03 20:30:46 +02:00
udeved
3750711bc8 [util-iso] fix #78 2015-06-29 04:08:45 +02:00
Philip
17286bc42d Merge branch 'devel' of github.com:manjaro/manjaro-tools into devel 2015-06-28 10:27:25 +02:00
Philip
b149930338 [util-iso-image] enable 'QT_STYLE_OVERRIDE=gtk' for more editions 2015-06-28 10:27:02 +02:00
udeved
276d2a1be5 [util-iso] revert previous, simply cleaning pacman_conf on pkgs image should do 2015-06-25 20:51:56 +02:00
udeved
0bbddff930 [util-iso-image] try to fix local repo issue
add pacman.conf to chroot-run args
2015-06-25 20:30:01 +02:00
Ramon Buldó
57a039088a livecd: Remove pamac auto-update in the livecd when the network is up, it causes various problems when booting. 2015-06-25 02:25:25 +02:00
Ramon Buldó
752dd515c5 Add overlayfs support.
Building images works fine. Enable it by adding use_overlayfs="true" to manjaro-tools.conf.

The miso_overlayfs hook doesn't work, to test change the miso hook to miso_overlayfs.
2015-06-24 12:28:40 +02:00
udeved
146a18012a [util-iso*] fix typo 2015-06-22 14:47:06 +02:00
udeved
ff0a6326a2 [buildiso] rename plymouth var -> plymouth_boot 2015-06-22 14:39:26 +02:00
udeved
f62e4d187c [util-iso-boot] plymouth and pxe will be set on copy 2015-06-20 00:19:51 +02:00
Ramon Buldó
8f4a297902 Fix default desktop file for cinnamon 2015-06-18 08:56:30 +02:00
Philip
2ec1c90ea7 [util-iso-image] adopt to Cinnamon 2.6.8 2015-06-18 06:58:07 +02:00
udeved
5df91a17e4 [buildiso] remove the rest of lng code 2015-06-17 21:57:56 +02:00
udeved
c389299132 [util-iso-image] forgot then statement 2015-06-17 00:22:26 +02:00
udeved
7cb0f2dae1 [util-iso] add and use configure_root_image() 2015-06-17 00:19:42 +02:00
udeved
4b4c5f10ce [util-iso-image] fix typo 2015-06-16 22:50:16 +02:00
udeved
153b8ba3e8 [util-iso-image] configure pam for consolekit with openrc lightdm 2015-06-16 22:37:49 +02:00
udeved
ef70c437f8 [livecd] move all desktop installer items to util-livecd 2015-06-16 00:18:58 +02:00
udeved
3a2b3918d5 revert subdirs; better makefile 2015-06-12 03:25:28 +02:00
udeved
238bf27e38 [lib] sub dir move 2015-06-11 22:56:25 +02:00
udeved
fec0626318 [util-iso-image] split ou aufs stuff 2015-06-11 21:49:36 +02:00
Ramon Buldó
bdb87f704b Removing directories inside the overlayfs will cause latter that when remounting them the directory is empty, even if the lower dirs are not. 2015-06-11 17:01:39 +02:00
udeved
82f5cb32e9 [util-iso-image] add a msg 2015-06-10 17:15:37 +02:00
udeved
819f6416a7 [util-iso-image] add configure_mhwd()
writes mhwd-x86_64.conf if not multilib
2015-06-10 16:56:04 +02:00
udeved
0e1aeac3f9 [util-iso-image] split out detect_desktop_env() 2015-06-10 02:46:14 +02:00
Ramon Buldó
b52620d19a Fix previous commit 2015-06-08 21:35:18 +02:00
Ramon Buldó
966404280c buildiso: Rework how package caches are created
Instead running pacman outside the chroot, this runs it inside:
1. Download the needed packages (the pacman cache is bind to the host pacman cache).
2. Make a list of packages to be copied to the pacman cache.
3. Copy the packages with rsync.

This solves:
- Uses the packages in the right branch (before it used the host's branch).
- Don't need to redownload packages anymore, saving tons of time.
- pkg_dir_cache and lng_dir_cache are not needed anymore, no need to clean them too.
2015-06-08 21:21:46 +02:00
udeved
e1f8ba4bbb [util-iso] fix dir create 2015-06-04 22:50:38 +02:00
udeved
31aa5f7f6b [util-iso] add and use aufs_clean() 2015-06-04 15:20:04 +02:00
Ramon Buldó
aa5860cbb4 Merge pull request #99 from manjaro/dm-conf
Rework desktop environment autodetection
2015-06-03 18:21:21 +02:00
udeved
818417ca3e [util-iso-image] use mkchroot_args var 2015-06-03 17:25:53 +02:00
Ramon Buldó
49f97c862a Rework desktop environment autodetection
Add default_desktop_executable and default_desktop_file options in profile.conf
Setting both options will bypass displaymanager autodetection and use provided values to configure the displaymanager.
If one or both are not set it will use diplaymanager autodetection and configuration.
Configure displaymanager.conf for calamares.
2015-05-31 01:26:28 +02:00
udeved
4c609c4c8e [util-iso-image] msg cosmetics 2015-05-22 15:03:10 +02:00
udeved
afbe6590e6 [util-iso*] rm verbose_args; bad idea 2015-05-22 13:09:28 +02:00
udeved
02754028c8 [util-iso*] testing verbose output 2015-05-22 12:41:34 +02:00
udeved
afd23b96e9 [util-iso-image] move some code 2015-05-21 19:54:29 +02:00
udeved
4e58008ead [buildiso] drop unused code; some cosmetics 2015-05-11 23:32:40 +02:00
udeved
1573ed33df [util*] do some cleaning 2015-05-11 18:31:41 +02:00
udeved
797594e26d [buildiso] integrate mkiso; WIP 2015-05-11 12:47:02 +02:00
Ramon Buldó
6f33cd8cf8 Add support for pantheon 2015-04-17 15:13:55 +02:00
Philip
13a8bafe1d [util-iso-image] fix line 120
break: only meaningful in a 'for', 'while', or 'until' loop
2015-03-14 09:56:26 +01:00
Philip Müller
786c6d6d6d [util-iso] set environment QT_STYLE_OVERRIDE in image
- we might need to check if this is needed
- only livecd might be affected do this
2015-03-11 15:02:54 +01:00