nodejs from source
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user