Commit graph

2625 commits

Author SHA1 Message Date
Frede H
3aecbad7dc
Update util.sh 2018-03-18 18:48:58 +01:00
fhdk
266b8db157 -f build full_iso instead of -n no_extra 2018-03-18 18:11:17 +01:00
Frede H
c2933bb143
Update util-iso.sh
moved the minimal addition xxx-${dist_release}-unstable-minimal-${arch}
2018-03-18 14:12:46 +01:00
Frede H
610a63117e
Update util-iso.sh
fix : to ;
2018-03-18 14:09:22 +01:00
Frede H
acb144f1e3
Update buildiso.in
removed extra from verbose
2018-03-18 13:48:45 +01:00
fhdk
50f39a3b23 no_extra option added 2018-03-18 13:42:00 +01:00
Bernhard Landauer
369cb4b3e5 workaround locale errors 2017-09-04 04:52:45 +02:00
Philip Müller
d902379ade Merge pull request #274 from elishl/patch-1
Allow for site redirection
2017-08-25 12:44:19 +01:00
elishl
0a2f73993d Allow for site redirection
Sites (like sourceforge.com) use redirection.
The added parameter will take that into account.
2017-08-24 23:10:27 +03:00
Philip Müller
e85da8518c Merge pull request #272 from elishl/master
Reduce RAM usage for HTTP PXE boot
2017-07-03 10:48:31 +02:00
elishl
71e948ded2 Update miso 2017-07-02 17:20:22 +03:00
Bernhard Landauer
5f5b541a3c rm existing .sig file to avoid corrupted signature
https://forum.manjaro.org/t/troubleshooting-signature-errors-with-boxit/26178/
2017-06-24 03:09:39 +02:00
Philip Müller
5704e623e0 Merge pull request #271 from manjaro/revert-269-patch-2
Revert "Update pacman-multilib.conf"
2017-06-11 09:32:28 +02:00
Philip Müller
1c357b69ce Revert "Update pacman-multilib.conf" 2017-06-11 09:32:21 +02:00
Philip Müller
b5b6000852 Merge pull request #269 from Ste74/patch-2
Adjust pacman-multilib.conf
2017-06-11 09:27:15 +02:00
Philip
470773a9ce [util.sh] update os-release path 2017-06-09 09:43:48 +02:00
Stefano Capitani
620fe0655a Update pacman-multilib.conf
Same
2017-06-06 17:32:30 +02:00
udeved
22a3c4221b util-iso-chroot: clean up copy_from_cache() 2017-05-10 14:49:36 +02:00
udeved
e1b82cec3a util-iso-chroot: fix copy_from_cache(); fix svc config 2017-05-10 12:17:44 +02:00
udeved
913b9d874c util-iso-mount: clean up 2017-05-09 22:54:50 +02:00
udeved
1702ed7aea util-iso-chroot: fix typo 2017-05-09 22:54:30 +02:00
udeved
5f06a4dd5d util-iso-mount: use only one overlay mount function 2017-05-09 22:22:01 +02:00
udeved
bb34a7f6d0 util-iso-chroot: use local vars for params 2017-05-09 22:21:28 +02:00
udeved
8046b1f4b1 buildiso: unify chroot locking 2017-05-08 18:19:36 +02:00
udeved
984d5adde4 doc: update buildpkg 2017-05-08 01:18:52 +02:00
udeved
3278c1df91 buildiso: reestore default error handling 2017-05-08 01:09:47 +02:00
udeved
ab5d0deb47 Merge branch 'master' of github.com:manjaro/manjaro-tools 2017-05-08 00:48:22 +02:00
udeved
d734e5457c remove buildlist display 2017-05-08 00:47:29 +02:00
Philip
1648288c9f [util-yaml] work on CAL#695
- see also: https://github.com/calamares/calamares/issues/695
2017-05-07 22:08:33 +02:00
udeved
94fcd520c5 util-iso: rename local vars to be more descriptive 2017-05-07 16:59:58 +02:00
udeved
aef651518a buildpkg & buildiso: move mkchroot_args 2017-05-07 13:46:13 +02:00
udeved
15cfc351e8 util-iso-chroot: rm obsolete lock 2017-05-06 15:56:45 +02:00
udeved
59294cf2a7 update mt.conf
update readme
2017-05-06 15:56:15 +02:00
udeved
95f296acde lib: set tmp_dir=/tmp 2017-05-06 15:49:39 +02:00
elishl
aa84e639a3 Corrections for PXE boot (#266)
* Correction for a faulty condition

The current condition works for checking existence of the .sfs files on the local file system.
The proposed condition checks for the existence of the .sfs files on a remote server.

* Correction for NFS & NBD & HTTP boot

By default, Calamares searches for the .sfs files in the "bootmnt" directory.
When "copytoram==y" (relevant for NFS & NBD & HTTP boot), the .sfs files are stored in the "copytoram" directory.
The proposed code binds the "copytoram" dir with "bootmnt" so Calamares can "see" the .sfs. files.
2017-05-06 14:38:13 +02:00
udeved
1b50455b51 Merge branch 'master' of github.com:manjaro/manjaro-tools 2017-05-06 09:57:25 +02:00
udeved
254bcfd10f check-yaml: move tmp_dir creation 2017-05-06 09:57:01 +02:00
Nate
0b5482f7f0 Added spaces between hashes and the text (#265)
Most (if not all) of the headers in this document were missing a space between the text and the hashes. This was causing problems. By adding these spaces, the headers will get rendered correctly.
2017-05-05 10:39:36 +02:00
udeved
6f00ee26bb update readme 2017-05-04 18:24:41 +02:00
udeved
21d5a1a0d6 buildpkg: clean proper dir 2017-05-04 18:10:06 +02:00
udeved
1d3003ecd9 buildpkg & buildiso: several fixes 2017-04-30 09:13:19 +02:00
udeved
a8c3d88d8c use shared create_chroot() and delete_chroot code in mkchrootpkg, buildpkg and buildiso 2017-04-29 22:19:23 +02:00
udeved
333d307a44 buildiso: remove obsolete load_profile() 2017-04-28 11:29:40 +02:00
udeved
ad7715c3b6 buildiso: add prepare_build() 2017-04-28 10:30:34 +02:00
udeved
7fdcb0fcb3 util-pkg-chroot: shorten group loading 2017-04-28 02:39:11 +02:00
udeved
7aa3c071eb buildpkg: simplfy devel group loading
util-*-chroot: small fixes
2017-04-28 00:30:12 +02:00
udeved
711397a74c update readme 2017-04-27 18:42:42 +02:00
udeved
952f516389 util-*-chroot: minor changes 2017-04-27 15:13:22 +02:00
udeved
28c6d649aa util-iso: import util-chroot 2017-04-27 12:01:26 +02:00
udeved
d84f30aa08 buildpkg: make chroot creation and handling more convenient 2017-04-27 10:55:47 +02:00