Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dathide committed Dec 3, 2024
1 parent 84dbf94 commit 6a2e15e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
File renamed without changes.
7 changes: 0 additions & 7 deletions archive/after-boot.sh

This file was deleted.

5 changes: 5 additions & 0 deletions archive/after_boot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
sudo nvidia-smi -pl 280
sudo mount -o ssd,noatime,compress-force=zstd:4,discard=async,subvol=subvol1 UUID=951c4330-a12e-40d2-b2bf-9eb1c09aa99f $HOME/m2a
sudo mount -o ssd,noatime,compress-force=zstd:4,discard=async,subvol=subvol1 UUID=d59d8cd9-3815-4f2b-9482-a88e95b8198b $HOME/m2b
sudo mount --mkdir UUID=01DAE04F8A433730 $HOME/win
5 changes: 4 additions & 1 deletion install-arch-24a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ mount --mkdir -o "${btrfs_mops},subvol=${subv1}_var_cache_pacman_pkg" "$dev1_roo
# Mount boot partition
mount --mkdir "$dev1_boot" "/mnt/boot"

# Symlink m2a/var-cache-pacman-pkg to live system's /var/cache/pacman/pkg
# which saves time downloading for repeat installs

# Install packages
pacstrap -K /mnt base linux linux-firmware amd-ucode networkmanager nano
pacstrap -K /mnt base linux linux-firmware amd-ucode networkmanager nano git

# Generate an fstab file
genfstab -U /mnt >> /mnt/etc/fstab
Expand Down

0 comments on commit 6a2e15e

Please sign in to comment.