Skip to content

Commit

Permalink
Remove ALARM kernel and boot folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 18, 2023
1 parent 90dbd26 commit 6d981e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ async function main() {
yes | pacman-key --init
yes | pacman-key --populate ${arch === "arm64" ? "archlinuxarm" : "archlinux"}
pacman -R --noconfirm linux-aarch64 mkinitcpio
pacman -Syu --noconfirm
pacman -S --noconfirm --needed base-devel git nano neofetch htop wget curl sudo bash-completion dialog qt6-base qt6-tools polkit libpipewire pipewire pipewire-pulse libwireplumber wireplumber libxcvt libnm networkmanager modemmanager wpa_supplicant libqalculate distcc ccache gdb kwayland5
pacman -S --noconfirm --needed bluez xorg-xwayland openssh mold flatpak rsync xdg-desktop-portal xdg-user-dirs ddcutil lcms2
Expand Down Expand Up @@ -281,6 +282,7 @@ EOF
sudo umount -R ${ROOTFS_DIR}/* || true
sudo rm -rf ${ROOTFS_DIR}/var/cache/pacman/pkg/*
sudo rm -rf ${ROOTFS_DIR}/boot/*
`);
// Create squashfs from root
exec(`mkdir -pv ${OUTPUT_DIR} && sudo mksquashfs ${ROOTFS_DIR} ${OUTPUT_DIR}/prolinux-root-${PROLINUX_VARIANT}-${PROLINUX_CHANNEL}.squish -noappend -comp xz`);
Expand Down

0 comments on commit 6d981e2

Please sign in to comment.