Compare commits

..

No commits in common. "4044a8e55e7d09689ebced34e0e519bf3579c0c8" and "3f5aa6064b97e384fdcb47a9ce5a71b460445f01" have entirely different histories.

2 changed files with 1 additions and 3 deletions

2
chroot-commands.sh Executable file → Normal file
View File

@ -1,5 +1,3 @@
apt-get update
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
hwclock --systohc hwclock --systohc

2
install.sh Executable file → Normal file
View File

@ -19,6 +19,6 @@ echo "export PATH=$PATH:/sbin/" >>$TARGET/root/.bashrc
cp ./chroot-commands.sh $TARGET/root/ cp ./chroot-commands.sh $TARGET/root/
chmod +x $TARGET/root/chroot-commands.sh chmod +x $TARGET/root/chroot-commands.sh
chroot $TARGET /bin/bash -l -c '/root/chroot-commands.sh' chroot $TARGET /root/chroot-commands.sh
echo "Done! Should be good to reboot now and run post-install scripts." echo "Done! Should be good to reboot now and run post-install scripts."