onidemon37 / arch-linux-live-cd-iso-with-zfs

archiso with zfs embedded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Linux Archiso builder with zfs support

This repository contains a simple, free as in freedom, wrapper to automate the steps mentioned in the arch linux wiki for the zfs installation and the archios package installation.

The current change log can be found here.

All you need to do is to execute the build.sh.

You can download a build iso to use here.

All needed packages where installed automatically. The build script will output the path to the created iso file.

At the end, you only need to dd the iso to your favorit usb drive, use venotoy or burn it on an optical disk.

Howto

####
#build an iso
####
#flags
#   -f|--force
#   -d|--dry-run
#   -h|--help
#   -r|--repo-index [<string: last|week|month|yyyy\/mm\/dd>]
#       if you just use -r, default of >>last<< is used
#       @see: https://archive.archlinux.org/repos/
#   -v|--verbose
####
# tired of repeating the same flags again and again?
#
# optional configuration file is supported and saves your keystrokes
# cp configuration/build.sh.dist configuration/build.sh
# adapt file configuration/build.sh
####
./build.sh

#test run an existing iso
./run_iso.sh [<string: path to the iso>]

#upload the iso
./upload_iso.sh [<string: path to the iso>]

Possible issues

Following issues are not reproducable on all my machines.

error: target not found: ipw2100-fw

  • This error happens when calling build.sh
  • This commit seams to be the reason
  • This thread contins information
  • This is a solution for endevour os

Links

Contributers

In alphabetically order.

About

archiso with zfs embedded

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%