Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored Nov 12, 2023
1 parent d2513be commit f7c674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chroot chroot apt-get update -y
chroot chroot apt-get install gnupg -y

chroot chroot apt-get install grub-pc-bin grub-efi-ia32 -y
chroot chroot apt-get install live-config live-boot -y
chroot chroot apt-get install live-config live-boot plymouth plymouth-themes -y

echo -e "#!/bin/sh\nexit 101" > chroot/usr/sbin/policy-rc.d
chmod +x chroot/usr/sbin/policy-rc.d
Expand Down

0 comments on commit f7c674d

Please sign in to comment.