nodejs from source

This commit is contained in:
Marc
2021-11-30 10:57:05 +01:00
parent 952edb4270
commit 3781c5108b
8 changed files with 62 additions and 23 deletions
+6
View File
@@ -41,6 +41,12 @@ echo "coping rootfs"
cp rootfs/* $CHIBRAX_MOUNT_POINT -r
echo "done"
echo "removing arch's grub hooks"
rm rootfs/etc/grub.d/10_linux
rm rootfs/etc/grub.d/20_linux_xen
#celui sert a rien tant qu'on ne supporte pas l'uefi
rm rootfs/etc/grub.d/30_uefi-firmware
echo "installing grub"
arch-chroot $CHIBRAX_MOUNT_POINT grub-install --target=i386-pc ${LOOP_ROOT} --modules=part_msdos
arch-chroot $CHIBRAX_MOUNT_POINT grub-mkconfig -o /boot/grub/grub.cfg