Added chroot script
This commit is contained in:
15
chroot.sh
Normal file
15
chroot.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#Potential variables: timezone, hostname
|
||||
|
||||
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||
|
||||
hwclock --systohc
|
||||
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
echo "en_US ISO-8859-1" >> /etc/locale.gen
|
||||
locale-gen
|
||||
|
||||
echo "test" > /etc/hostname
|
||||
|
||||
pacman -S grub && grub-install --target=i386-pc /dev/sda
|
||||
|
||||
curl -O http://lukesmith.xyz/larbs/root.sh && root.sh
|
||||
Reference in New Issue
Block a user