Olivier Medoc
2149d9f7a1
archlinux: remove fstab module line making qubes fail to boot
2013-05-01 02:15:07 +02:00
Marek Marczykowski
d13a4eff88
archlinux: do not use additional sudo inside scripts_archlinux/*
...
The whole build process is started as root (check Makefile), so there is
no need for additional sudo. This makes some things much simpler
(for example appending to some files).
2013-04-28 22:50:18 +02:00
Marek Marczykowski
30155ba17b
Fix template-repo handling - chown it and clean only current one
...
Without chown, normal user cannot remove it (in next
prepare-repo-template). Also fix prepare-repo-template to clean only
current repo, not all of them.
2013-04-28 22:36:51 +02:00
Olivier Medoc
07dde30ba2
archlinux: Missing packages for using archlinux as a NetVM
2013-04-28 03:26:01 +02:00
Marek Marczykowski
95252f246d
archlinux: remove unused files
...
Now packages are built by qubes-builder, so no need for build scripts
here.
2013-04-19 13:00:04 +02:00
Marek Marczykowski
cc5ecbb71d
archlinux: create mnt_archlinux_dvd directory before mount
...
It was created in 00_prepare.sh, but only in case of downloading iso
image, which can be already done by qubes-builder.
2013-04-19 02:20:53 +02:00
Marek Marczykowski
455a91245c
archlinux: abort on error
2013-04-19 02:20:29 +02:00
Olivier Medoc
a126af6857
archlinux: use package built by qubes-builder
2013-04-18 18:40:36 +02:00
Marek Marczykowski
522a47a58a
archlinux: include archlinux-master-keys in repository
2013-03-28 07:54:12 +01:00
Olivier Medoc
e92c17810a
archlinux: fix to support chroot preparation outside of the template builder
2013-03-28 06:41:59 +01:00
Marek Marczykowski
afc68b641c
archlinux: keep downloaded files in $CACHEDIR (new variable)
...
Do not download anything directly in template-builder root. Also do not
download and extract archlinux iso if existing file is current.
2013-02-16 22:51:01 +01:00
Marek Marczykowski
add64aa2e4
Support different versions of the same distribution
...
Split $DIST to distribution name and version (builder_setup script) and search
for scripts first $DIST-specific, but then for given distribution.
Also move out some Fedora-specific things to scripts_fc17.
2013-02-16 21:21:05 +01:00
Olivier Medoc
ee5c564c64
scripts_archlinux: implemented AUR package verification
2013-02-16 20:44:03 +01:00
Olivier Medoc
2478ad1b9d
scripts_archlinux: implemented iso file verification
2013-02-16 20:43:52 +01:00
Olivier Medoc
2333bf24c0
scripts_archlinux: install dev tools as dependencies to ease template cleanup
2013-02-16 14:52:19 +01:00
Olivier Medoc
13c8c08d29
template-builder: creation of script for archlinux template building.
...
Note: the template build successfully but has not been tested.
Note: the livecd should be verified before building the template (Checksum/PGP)
2013-02-06 02:53:30 +01:00