]> git.zerfleddert.de Git - m1-debian/blobdiff - files/quickstart.txt
more instructions
[m1-debian] / files / quickstart.txt
index f6e2a02086adf18aab679ed62159e76dc40ac4c1..34a61d7b39d952183aebd8f410dcb4968ed8c8b7 100644 (file)
@@ -27,7 +27,7 @@ passwd username
 
 Lightweight desktop
 ===================
-apt-get install lightdm blackbox xterm firefox-esr
+apt-get install lightdm blackbox xterm firefox-esr big-cursor
 /etc/init.d/lightdm start
 
 Install gnome
@@ -80,7 +80,6 @@ Section "InputClass"
 EndSection
 EOF
 
-
 Install latest kernel and m1n1 stage 2 (m1n1, dtbs, u-boot)
 ===========================================================
 curl -sL tg.st/u/ksh | sudo bash
@@ -94,7 +93,7 @@ tune2fs -O extents,uninit_bg,dir_index -m 0 -c 0 -i 0 /dev/nvme0n1p5
 
 mount /dev/nvme0n1p5 /mnt
 
-debootstrap --arch=arch64 testing /mnt http://deb.debian.org/debian
+debootstrap --arch=arm64 testing /mnt http://deb.debian.org/debian
 
 mount -t sysfs none /mnt/sys
 mount -t efivarfs none /mnt/sys/firmware/efi/efivars
@@ -114,8 +113,8 @@ cat <<EOF > /etc/fstab
 EOF
 
 cat <<EOF > /etc/apt/sources.list
-deb http://ftp.debian.org/debian testing main contrib non-free
-deb-src http://ftp.debian.org/debian testing main contrib non-free
+deb http://den.debian.org/debian testing main contrib non-free
+deb-src http://den.debian.org/debian testing main contrib non-free
 EOF
 
 apt update
Impressum, Datenschutz