This commit is contained in:
Olai Vike Bøe 2021-11-26 13:13:12 +01:00
parent 279d45a612
commit d0a5543c8b
14 changed files with 0 additions and 75 deletions

7
.github/About.md vendored
View file

@ -1,7 +0,0 @@
OlaiOS
OlaiOS, is an Arch Based Operating System made for personal use for OlaYZen, This project will probably take a long time to make and hopefully become something Great!
Ill try to make it lightweight and no bloatware, and still be better than Windows.
Right now you need to manually Type in commands to get it up working, but im working on a Liveboot and a GuI which is automatic and just is plug and play.

View file

@ -1,36 +0,0 @@
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1,21 +0,0 @@
#! /bin/bash
ls /sys/firmware/efi/efivars
timedatectl set-ntp true
pacstrap /mnt base linux linux-firmware
genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt
ln -sf /usr/share/zoneinfo/Region/City /etc/localtime
hwclock --systohc
hostnamectl set-hostname OlaiOS
mkinitcpio -P
passwd

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@