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 #!/bin/sh
# #
# This script assumes you already have an active internet connection # Make partitions
# (preferably through Ethernet).
# #
# https://wiki.archlinux.org/index.php/Installation_guide # https://wiki.archlinux.org/index.php/Installation_guide

View File

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

View File

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

View File

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