Commit graph

1061 commits

Author SHA1 Message Date
udeved
1af995b835 [util-iso] fix last part of #78 2015-05-27 06:39:11 +02:00
udeved
4b55631bac [basestrap] some msg cosmetics 2015-05-27 06:39:11 +02:00
Ramon Buldó
a8e0f3b69f Remove commented code 2015-05-27 06:39:11 +02:00
Ramon Buldó
4e83361054 fix handling of public keyring
Chances are that pubring.kbx has been created by gpgsm but pubring.gpg
is still around with valid data. We do not know what file contains what
we need, so just copy both.
https://projects.archlinux.org/devtools.git/commit/?id=49ad7e6dbe5be1d7eac9108073a2a09c81dc2aa2
2015-05-27 06:39:11 +02:00
udeved
fb70140647 update readme 2015-05-27 06:39:11 +02:00
udeved
1026401884 [util-iso] some msg minor changes; rm mkiso 2015-05-27 06:39:11 +02:00
udeved
0b0c84282f [uitl-iso] fix #92; set new efi_part_size back to 31M 2015-05-27 06:39:11 +02:00
udeved
8d53fbb74d update readme 2015-05-27 06:39:10 +02:00
udeved
bd1f7bf8fa [buildiso] drop unused code; some cosmetics 2015-05-27 06:39:10 +02:00
udeved
c0973a0987 [util-iso] fix chroot creation 2015-05-27 06:39:10 +02:00
udeved
c2403a8a9c [util-iso] fix msg 2015-05-27 06:39:10 +02:00
udeved
6113d3e4c6 [util-iso] fixes 2015-05-27 06:39:10 +02:00
udeved
3d2eb306cd [util-iso] fix make_chroot args 2015-05-27 06:39:10 +02:00
udeved
838780e894 [uti-iso] rm escaped 'fi' 2015-05-27 06:39:10 +02:00
udeved
0cc726d24a [Makefile] don't install mkiso 2015-05-27 06:39:10 +02:00
udeved
84c20f14d7 [util*] do some cleaning 2015-05-27 06:39:10 +02:00
udeved
d4913d1134 [buildiso] integrate mkiso; WIP 2015-05-27 06:39:10 +02:00
Philip
4cfe0041d1 [initcpio] proper pxe inst hooks 2015-05-27 06:39:10 +02:00
Philip
55faacd373 [Makefile] remove ntd 2015-05-27 06:39:10 +02:00
Philip
f399bbe43a Merge branch 'devel' of github.com:manjaro/manjaro-tools into devel 2015-05-27 06:39:10 +02:00
Philip
b27c32caa4 [initcpio] remove miso_pxe_nbd
- this script is outdated and broken
2015-05-27 06:39:09 +02:00
udeved
59014e232e [Makefile] bump to 0.9.8 -> next release 2015-05-27 06:39:09 +02:00
udeved
05548b6348 [util-iso] more cosmetics, forgot one brackets, fix msg path 2015-05-27 06:39:09 +02:00
udeved
8974fe20c9 [util-iso] cosmetics, put clean_pacman_conf in right place 2015-05-27 06:39:09 +02:00
udeved
108273a2e9 [buildiso] display just is_custom_pac_conf instead of full path 2015-05-27 06:39:09 +02:00
udeved
770e0876e2 [util-iso] add some info msg #54 2015-05-27 06:39:09 +02:00
udeved
2c6d0bfb6e [util-iso] fix sed 2015-05-27 06:39:09 +02:00
udeved
6c6e07b58c [conf] rm unused keep_repos from sample profile.conf #54
Auf Branch devel
2015-05-27 06:39:09 +02:00
udeved
efb502425e [util-iso] remove any local repo from a custom pacman.conf 2015-05-27 06:39:09 +02:00
udeved
27e4752ea9 [util-iso] set a flag for custom pacman.conf 2015-05-27 06:39:09 +02:00
Philip
a8c0e2195e [util] update defaults 2015-05-27 06:39:09 +02:00
udeved
955c743ae4 [util-iso] redo clean_pacman_conf to use keep_repos array so to define more than one repo to keep; some cosmetics 2015-05-27 06:39:09 +02:00
udeved
6f579af32d [util] comment out bool switches 2015-05-27 06:39:08 +02:00
udeved
d16aa0ae11 [buildiso] reintroduce cache switches; the now default to false ie cleaning to be done with -x or -l switch 2015-05-27 06:39:08 +02:00
udeved
658fe508a7 [conf] move keep_repos to profile.conf 2015-05-27 06:39:08 +02:00
udeved
73d6b469e5 [util-livecd] use pam-autologin for lightdm on openrc 2015-05-27 06:39:08 +02:00
Philip
1663a55289 [makefile] adopt to pxe changes 2015-05-27 06:39:08 +02:00
Philip Müller
9ac2e5499a Merge pull request #89 from ppatpat/master
Add PXE support (we still have to check this)
2015-05-27 06:39:08 +02:00
Philip Müller
d4f1408ac0 Merge pull request #87 from aadityabagga/master
[util-iso] allow configuring xorg and lng pkg cache cleanup via config + allow removal of local repo from pacman.conf
2015-05-27 06:39:08 +02:00
ppatpat
b74d898772 Create miso_pxe_http 2015-05-27 06:39:08 +02:00
ppatpat
66ffc146cb Create miso_pxe_common 2015-05-27 06:39:08 +02:00
ppatpat
3d86ee39cd Create miso_pxe_http 2015-05-27 06:39:08 +02:00
ppatpat
3020585e33 Create miso_pxe_common 2015-05-27 06:39:08 +02:00
ppatpat
62d50ee54f Update miso
If we retrieved the squashed files by HTTP we consider the "device" is found....
2015-05-27 06:39:08 +02:00
udeved
2c57c43977 [util-pkg] clean up unused 2015-05-27 06:39:07 +02:00
Aaditya Bagga
1cac46b4af [util-iso] (clean_pacman_conf) use flag variable 2015-05-27 06:39:07 +02:00
udeved
3e24e72bca [buildpkg] rm signing here 2015-05-27 06:39:07 +02:00
Aaditya Bagga
a59438bf66 [buildiso] (minor) slightly help text 2015-05-27 06:39:07 +02:00
udeved
da3a3618b8 [util-pkg] ad workaround arch var 2015-05-27 06:39:07 +02:00
Aaditya Bagga
885648908c [util-iso] try to remove custom repo in pacman.conf, unless specified otherwise 2015-05-27 06:39:07 +02:00