Added Linux-Hardened and several new packages
This commit is contained in:
parent
f9443ecb14
commit
f3aef79f6a
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
|
@ -91,7 +91,7 @@ mount -t vfat -L UEFISYS /mnt/boot/
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
echo "-- Arch Install on Main Drive --"
|
echo "-- Arch Install on Main Drive --"
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
pacstrap /mnt base base-devel linux linux-firmware vim nano sudo archlinux-keyring wget libnewt --noconfirm --needed
|
pacstrap /mnt base base-devel linux-hardened linux-firmware vim nano sudo archlinux-keyring wget libnewt --noconfirm --needed
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
echo "keyserver hkp://keyserver.ubuntu.com" >> /mnt/etc/pacman.d/gnupg/gpg.conf
|
echo "keyserver hkp://keyserver.ubuntu.com" >> /mnt/etc/pacman.d/gnupg/gpg.conf
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
|
|
@ -101,8 +101,8 @@ bootctl install --esp-path=/mnt/boot
|
||||||
[ ! -d "/mnt/boot/loader/entries" ] && mkdir -p /mnt/boot/loader/entries
|
[ ! -d "/mnt/boot/loader/entries" ] && mkdir -p /mnt/boot/loader/entries
|
||||||
cat <<EOF > /mnt/boot/loader/entries/arch.conf
|
cat <<EOF > /mnt/boot/loader/entries/arch.conf
|
||||||
title Arch Linux
|
title Arch Linux
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux-hardened
|
||||||
initrd /initramfs-linux.img
|
initrd /initramfs-linux-hardened.img
|
||||||
options root=LABEL=ROOT rw rootflags=subvol=@
|
options root=LABEL=ROOT rw rootflags=subvol=@
|
||||||
EOF
|
EOF
|
||||||
cp -R ~/ArchTitus /mnt/root/
|
cp -R ~/ArchTitus /mnt/root/
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,8 @@ PKGS=(
|
||||||
'flex'
|
'flex'
|
||||||
'fuse2'
|
'fuse2'
|
||||||
'fuse3'
|
'fuse3'
|
||||||
|
'fish' # Terminal
|
||||||
|
'firejail' #Application Sandboxing
|
||||||
'fuseiso'
|
'fuseiso'
|
||||||
'gamemode'
|
'gamemode'
|
||||||
'gcc'
|
'gcc'
|
||||||
|
|
@ -149,9 +151,9 @@ PKGS=(
|
||||||
'libksysguard'
|
'libksysguard'
|
||||||
'libnewt'
|
'libnewt'
|
||||||
'libtool'
|
'libtool'
|
||||||
'linux'
|
|
||||||
'linux-firmware'
|
'linux-firmware'
|
||||||
'linux-headers'
|
'linux-hardened'
|
||||||
|
'linux-hardened-headers'
|
||||||
'lsof'
|
'lsof'
|
||||||
'lutris'
|
'lutris'
|
||||||
'lzop'
|
'lzop'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue