Skip to content

Commit 38be091

Browse files
committed
use chroot
1 parent dc5829b commit 38be091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova-bookworm/customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
chroot=$1
44
pkgs="grub-efi-arm64 initramfs-tools linux-rockchip mali-g610-firmware kmod systemd-timesyncd"
55
run_in_chroot() {
6-
arch-chroot $chroot /bin/bash -c "$1"
6+
chroot $chroot /bin/bash -c "$1"
77
}
88

99
echo "Setting up the system"

0 commit comments

Comments
 (0)