mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-22 01:21:34 -05:00
Update install.sh
This commit is contained in:
parent
61d46382cd
commit
d3e5b01a4c
@ -121,7 +121,9 @@ cat << EOF >> /mnt/@/.snapshots/1/info.xml
|
|||||||
<snapshot>
|
<snapshot>
|
||||||
<type>single</type>
|
<type>single</type>
|
||||||
<num>1</num>
|
<num>1</num>
|
||||||
|
<date>1999-03-31 0:00:00</date>
|
||||||
<description>First Root Filesystem</description>
|
<description>First Root Filesystem</description>
|
||||||
|
<cleanup>number</cleanup>
|
||||||
</snapshot>
|
</snapshot>
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@ -153,7 +155,7 @@ kernel_selector
|
|||||||
|
|
||||||
# Pacstrap (setting up a base sytem onto the new root).
|
# Pacstrap (setting up a base sytem onto the new root).
|
||||||
echo "Installing the base system (it may take a while)."
|
echo "Installing the base system (it may take a while)."
|
||||||
pacstrap /mnt base base-devel ${kernel} ${microcode} linux-firmware grub grub-btrfs snapper efibootmgr sudo networkmanager apparmor pipewire nano gnome-shell gdm gnome-control-center gnome-terminal gnome-software gnome-tweaks nautilus flatpak xdg-user-dirs firewalld
|
pacstrap /mnt base base-devel ${kernel} ${kernel}-headers ${microcode} linux-firmware grub grub-btrfs snapper efibootmgr sudo networkmanager apparmor pipewire nano gnome-shell gdm gnome-control-center gnome-terminal gnome-software gnome-tweaks nautilus flatpak xdg-user-dirs firewalld
|
||||||
|
|
||||||
# Generating /etc/fstab.
|
# Generating /etc/fstab.
|
||||||
echo "Generating a new fstab."
|
echo "Generating a new fstab."
|
||||||
|
Loading…
Reference in New Issue
Block a user