forked from extern/nix-config
archlinux: Update install script descriptions
This commit is contained in:
parent
0c8cfe8cc2
commit
4923b4bdca
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user