update
This commit is contained in:
parent
3c32339c61
commit
9644e9a1b0
2 changed files with 49 additions and 7 deletions
|
|
@ -51,12 +51,12 @@ timeout_style=menu
|
|||
|
||||
menuentry "Z Arch Linux install medium (AMD x86_64, UEFI)" --class arch --class gnu-linux --class gnu --class os --id 'zarchlinux_amd' {
|
||||
set gfxpayload={RESOLUTION}
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} amd_pstate=active
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} amd_pstate=active cow_spacesize=4G
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
}
|
||||
menuentry "Z Arch Linux install medium (Intel x86_64, UEFI)" --class arch --class gnu-linux --class gnu --class os --id 'zarchlinux_intel' {
|
||||
set gfxpayload={RESOLUTION}
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID}
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} cow_spacesize=4G
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -126,18 +126,60 @@ wvdial
|
|||
xfsprogs
|
||||
xl2tpd
|
||||
zsh
|
||||
################################################
|
||||
|
||||
####################### Z ######################
|
||||
################################################
|
||||
|
||||
sbctl
|
||||
efitools
|
||||
refind
|
||||
networkmanager
|
||||
bluez
|
||||
bluez-utils
|
||||
gnome
|
||||
gdm
|
||||
gparted
|
||||
firefox
|
||||
code
|
||||
flatpak
|
||||
flatpak
|
||||
|
||||
###gnome packages custom list
|
||||
baobab
|
||||
epiphany
|
||||
evince
|
||||
gdm
|
||||
gnome-backgrounds
|
||||
gnome-color-manager
|
||||
gnome-connections
|
||||
gnome-console
|
||||
gnome-control-center
|
||||
gnome-disk-utility
|
||||
gnome-font-viewer
|
||||
gnome-keyring
|
||||
gnome-logs
|
||||
gnome-menus
|
||||
gnome-remote-desktop
|
||||
gnome-session
|
||||
gnome-settings-daemon
|
||||
gnome-shell
|
||||
gnome-shell-extensions
|
||||
gnome-software
|
||||
gnome-system-monitor
|
||||
gnome-text-editor
|
||||
gnome-user-share
|
||||
grilo-plugins
|
||||
gvfs
|
||||
gvfs-afc
|
||||
gvfs-goa
|
||||
gvfs-google
|
||||
gvfs-gphoto2
|
||||
gvfs-mtp
|
||||
gvfs-nfs
|
||||
gvfs-smb
|
||||
malcontent
|
||||
nautilus
|
||||
orca
|
||||
rygel
|
||||
simple-scan
|
||||
sushi
|
||||
totem
|
||||
tracker3-miners
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-user-dirs-gtk
|
||||
Loading…
Reference in a new issue