We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5829b commit 38be091Copy full SHA for 38be091
nova-bookworm/customize.sh
@@ -3,7 +3,7 @@
3
chroot=$1
4
pkgs="grub-efi-arm64 initramfs-tools linux-rockchip mali-g610-firmware kmod systemd-timesyncd"
5
run_in_chroot() {
6
- arch-chroot $chroot /bin/bash -c "$1"
+ chroot $chroot /bin/bash -c "$1"
7
}
8
9
echo "Setting up the system"
0 commit comments