1
0
forked from extern/nix-config

archlinux: Update install script descriptions

This commit is contained in:
Donovan Glover 2018-12-02 18:31:56 -05:00
parent 0c8cfe8cc2
commit 4923b4bdca
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 4 additions and 11 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
#
# This script assumes you already have an active internet connection
# (preferably through Ethernet).
# Make partitions
#
# https://wiki.archlinux.org/index.php/Installation_guide

View File

@ -1,10 +1,6 @@
#!/bin/sh
#
# Install the base packages to the mounted partition (the newly
# created filesystem).
#
# We also install grub and fish since grub is the boot loader
# and fish is the preferred shell.
# Install packages to new filesystem
#
# https://wiki.archlinux.org/index.php/Installation_guide

View File

@ -1,7 +1,6 @@
#!/bin/sh
#
# Once this script finishes, change the root password with passwd,
# then unmount /mnt (with umount) and restart the system.
# Core system configs
#
# https://wiki.archlinux.org/index.php/Installation_guide

View File

@ -1,7 +1,6 @@
#!/bin/sh
#
# Common post-install system configuration that doesn't involve any
# external packages (besides fish)
# Higher-level configs
#
# https://wiki.archlinux.org/index.php/General_recommendations