https://github.com/bioarchlinux/iso

BioArchLinux in ISO

https://github.com/bioarchlinux/iso

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

BioArchLinux in ISO

Basic Info
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created about 3 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

BioArchLinux ISO

Download

Download iso image file from any mirror of BioArchLinux.

Release

This iso is released monthly and built by mkarchiso.

Installation guide

Pre-installation

Partition the disks

Check the partitions, usually, you need one boot partition and one / partition.

```

fdsik -l

```

If you want to create partitions use

```

fdisk /dev/thedisktobepartitioned

```

Format partitions

Following commands format the boot partition as fas, the root partition as ext4.

```

mkfs.ext4 /dev/root_partition

mkfs.fat /dev/boot_partition

```

Mount

```

mount /dev/root_partition /mnt

mount --mkdir /dev/boot_partition /mnt/boot

```

Installation

Select the mirrors

you can edit /etc/pacman.d/mirrorlist and /etc/pacman.d/mirrorlist.bio, and put the mirror you want at the top of the file.

Install essential packages

The example commands will let you use the Linux kernel, you can replace it with other kernels.

```

pacstrap /mnt base-bio linux linux-firmware

```

pacman.conf

You can use the pacman.conf from live cd, or you should manually add bioarchlinux repo to pacman.conf

```

cp /etc/pacman.conf /mnt/etc/pacman.conf

```

Configure the system, Reboot & Post-installation

You can view archlinux wiki, totally the same as Arch Linux.

Owner

  • Name: BioArchLinux
  • Login: BioArchLinux
  • Kind: organization

Arch Community for Biologists & Arch Repository for Biological Software

GitHub Events

Total
  • Issues event: 2
  • Watch event: 3
  • Issue comment event: 2
  • Push event: 7
Last Year
  • Issues event: 2
  • Watch event: 3
  • Issue comment event: 2
  • Push event: 7

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ultimafounding (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels