You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Marek Marczykowski 01e70f0341
add yum-plugin needed by qubes-core
13 years ago
appmenus Include templates for all appmenus in package (#266) 13 years ago
base_rpms Fedora 14 14 years ago
clean_images add yum-plugin needed by qubes-core 13 years ago
fedorized_images
keys Fedora 14 14 years ago
mnt
qubeized_images
rpm
rpms_3rd_party Updated libflashplayer.so (WARNING: Adobe doesn't sign this file -- use at your own risk) 14 years ago
rpms_to_install_x64 Upgrade core (1.5.21) 14 years ago
vm_conf_files Do not include xen config files in template package 13 years ago
.gitignore
README Remove kernel from template - now distributed as separate package 13 years ago
add_3rd_party_software.sh
appvm.buildlog
build_template_rpm
cleanup_image
create_apps_templates.sh Include templates for all appmenus in package (#266) 13 years ago
dispvm-dotfiles.tbz
fedorize_image
mount_root.sh
qubeize_image
rpms_to_install
templates.spec Include templates for all appmenus in package (#266) 13 years ago
version_appvm version 1.2.10 14 years ago

README

The Template Builder
======================

1) First, create a clean image of Fedora Linux install. You can use the fedoraize_image
script for this:

fedorize_image <image> <file-with-packets-lists>

NOTE: The fedorize_image script can be also used to update an image -- it
automatically assumes the update mode if the <image> already exists.

2) Update symlinks in rpms_to_install_XXX/ so that they point to the current version
of Qubes-specific rpms to install you want to use (e.g. qubes-gui-vm, etc).

3) Now, you can "qubeize" the image. This must be done as root. E.g.:

# ./qubeize_image <img> <template-name>

4) Finally, build the Template RPM (do it as normal user, not root), e.g.: 

$./build_rpm <name>

The resulting rpm is stored in rpm/noarch directory.