Commit graph

748 commits

Author SHA1 Message Date
udeved
7e4f338c10 [util-mount] add get_os_name() 2015-07-02 20:22:56 +02:00
udeved
a6ac27ff0a [util-mount] add some msg for api fs mount 2015-07-02 15:57:51 +02:00
udeved
7a980e6628 [util-mount] fix trap 2015-07-02 15:52:41 +02:00
udeved
478d08f192 [util-mount] clean up partition mounting 2015-07-02 12:34:18 +02:00
udeved
70f319f1a6 [util-mount] add msg
currently doesn't support more than one chroots
2015-07-02 10:27:18 +02:00
udeved
0bce90a41b [util-mount] add umount trap for mounted partitions 2015-07-02 09:38:23 +02:00
udeved
6530d52679 [manjaro-chroot][util-mount] fix and clean up 2015-07-02 08:52:23 +02:00
udeved
13a03f8b59 [util-mount] add automount partitions and os detection 2015-07-01 18:35:13 +02:00
udeved
0090680dc3 [util] format
[util-iso-boot] make plymouth_settings local var
2015-06-29 11:29:27 +02:00
udeved
3750711bc8 [util-iso] fix #78 2015-06-29 04:08:45 +02:00
udeved
e47ccf340e [util-iso-boot] add init specific isolinux non plymouth boot param 2015-06-29 00:38:21 +02:00
udeved
a4794d6558 [util-iso-*fs] add a msg which fs image gets umounted 2015-06-29 00:34:00 +02:00
Philip
8808d48e83 [util] disable overlayfs when iso-kernel is lower than 4.0 (proper) 2015-06-28 15:10:31 +02:00
Philip
cc17f3809e [util] disable overlayfs when iso-kernel is lower than 4.0 (move to proper place) 2015-06-28 14:08:34 +02:00
Philip
be746e6298 [util] disable overlayfs when iso-kernel is lower than 4.0 2015-06-28 14:04:47 +02:00
Philip
30d91f8cdb [util] disable overlayfs when host-kernel is lower than 4.0 2015-06-28 13:49:24 +02:00
Philip
d37d191084 [util-iso] remove verbose debug message 2015-06-28 13:03:34 +02:00
Philip
b7c4ab3c9e [buildiso] try to fix 'util-iso' overlayfs issue 2015-06-28 12:58:55 +02:00
Philip
2afb93c88a [util-iso] import 'util.sh' 2015-06-28 12:31:56 +02:00
Philip
e9e6b80631 [util-iso] be more verbose on aufs/overlayfs 2015-06-28 12:02:27 +02:00
Philip
43878d23ea [util-iso-*] work on #40 2015-06-28 11:56:02 +02:00
Philip
19df5a0a28 [util-iso-boot] remove double space 2015-06-28 11:05:49 +02:00
Philip
9497693a6f [util-iso-boot] suppress 'quiet splash' when plymouth is not used
- fixes #117
2015-06-28 11:03:11 +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
d3ad2b453f [util-iso] use Packages-Desktop as more logical name for shared desktop packages 2015-06-26 22:38:32 +02:00
udeved
ddfaeaf851 [util-iso] change merged temporary list location to work_dir 2015-06-26 21:22:58 +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
udeved
9c681f2404 [util-iso-aufs] perhaps fixes the long standing umount error on certain conditions 2015-06-25 17:53:18 +02:00
Ramon Buldó
9c9045b8e6 Fix missing space 2015-06-25 12:30:54 +02:00
Ramon Buldó
3b32ed3af0 Fix typo 2015-06-25 12:30:30 +02:00
Ramon Buldó
67b4d20570 Remove pacman-boot, it may slow boots times considerably. 2015-06-25 12:17:33 +02:00
udeved
fffa6f85b7 Merge branch 'devel' of github.com:manjaro/manjaro-tools into devel 2015-06-25 11:22:28 +02:00
udeved
7ef28c88d5 clean up mounting code 2015-06-25 09:59:35 +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
udeved
954c48d32c [util-iso-boot] chamge mkinitcpio hook for overlayfs use 2015-06-25 00:17:09 +02:00
udeved
005b2db446 [util-iso-overlayfs] try to keep changes in image creation code at minimum so we can switch to any filesystem we want 2015-06-25 00:16:18 +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
Ramon Buldó
fef11e8ce5 overlayfs: fix initializing gpg at livecd boot 2015-06-24 11:05:07 +02:00
udeved
2a5501bd6c [util-iso] expand profile.conf check to include new bool vars 2015-06-22 14:54:54 +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
3a085908c8 Merge branch 'devel' of github.com:manjaro/manjaro-tools into devel 2015-06-22 14:07:43 +02:00
udeved
6654b14d96 [util-iso] umount any image on error 2015-06-22 14:06:27 +02:00
udeved
66803eae7e [util-iso-boot] rm useless code 2015-06-20 01:14:49 +02:00
udeved
a353decbf0 [util-iso-boot] fix sed logic 2015-06-20 00:46:05 +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