computer naming fixed?
This commit is contained in:
parent
86ef7986da
commit
038ef790fa
3
arch.sh
3
arch.sh
@ -56,7 +56,6 @@ mount /dev/sda1 /mnt/boot
|
|||||||
mkdir /mnt/home
|
mkdir /mnt/home
|
||||||
mount /dev/sda4 /mnt/home
|
mount /dev/sda4 /mnt/home
|
||||||
|
|
||||||
cat comp > /mnt/etc/hostname && rm comp
|
|
||||||
|
|
||||||
pacstrap /mnt base base-devel
|
pacstrap /mnt base base-devel
|
||||||
|
|
||||||
@ -64,6 +63,8 @@ genfstab -U /mnt >> /mnt/etc/fstab
|
|||||||
|
|
||||||
curl http://lukesmith.xyz/larbs/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh
|
curl http://lukesmith.xyz/larbs/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh
|
||||||
|
|
||||||
|
cat comp > /mnt/etc/hostname && rm comp
|
||||||
|
|
||||||
dialog --defaultno --title "Final Qs" --yesno "Eject CD/ROM (if any)?" 5 30 && eject
|
dialog --defaultno --title "Final Qs" --yesno "Eject CD/ROM (if any)?" 5 30 && eject
|
||||||
dialog --defaultno --title "Final Qs" --yesno "Reboot computer?" 5 30 && reboot
|
dialog --defaultno --title "Final Qs" --yesno "Reboot computer?" 5 30 && reboot
|
||||||
dialog --defaultno --title "Final Qs" --yesno "Return to chroot environment?" 6 30 && arch-chroot /mnt
|
dialog --defaultno --title "Final Qs" --yesno "Return to chroot environment?" 6 30 && arch-chroot /mnt
|
||||||
|
Loading…
Reference in New Issue
Block a user