![]() |
An unofficial Debian Installer for Pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: An unofficial Debian Installer for Pinebook Pro (/showthread.php?tid=8487) |
RE: An unofficial Debian Installer for Pinebook Pro - dumetrulo - 02-12-2020 (02-12-2020, 04:07 AM)Solra Bizna Wrote:(02-12-2020, 03:58 AM)dumetrulo Wrote: How do I go about configuring WiFi on this minimal setup so I can start adding components? How do I install them at the time I run the installer? RE: An unofficial Debian Installer for Pinebook Pro - Solra Bizna - 02-12-2020 After running the installer, mount the root partition, chroot into it, do whatever apt commands you want, exit from the chroot, and unmount the root partition. Something like this: Code: mount /dev/mmcblk1p6 /mnt (make sure a given command succeeds before moving on to the next one) RE: An unofficial Debian Installer for Pinebook Pro - danielt - 02-12-2020 (02-12-2020, 05:14 AM)Solra Bizna Wrote: After running the installer, mount the root partition, chroot into it, do whatever apt commands you want, exit from the chroot, and unmount the root partition. There is also use the following to get a chroot shell: ./install-debian do_shell Above approach is perfectly ok and often it won't make a difference which method you use. However do_shell will mount additional filesystems which allows you to run a wider set of commands to set things up and will also handle encrypted rootfs fairly smoothly. RE: An unofficial Debian Installer for Pinebook Pro - dumetrulo - 02-12-2020 (02-12-2020, 05:58 AM)danielt Wrote: There is also use the following to get a chroot shell: ./install-debian do_shell Thank you for this, I will try it out when I can! Should that info be in the Readme on Github? (Or is it there, and I just overlooked it?) RE: An unofficial Debian Installer for Pinebook Pro - moonwalkers - 02-12-2020 (02-12-2020, 03:58 AM)dumetrulo Wrote: I have started playing around with this installer, and set up a minimal Bullseye (no tasks) on an SD card. Even if you don't select any tasks you should end up with wpasupplicant and network-manager packages already installed. In my installation all I needed to do was run Code: nmcli device wifi connect <SSID> password <password> RE: An unofficial Debian Installer for Pinebook Pro - xmixahlx - 02-12-2020 I always do a minimal install (no tasksel options). the above nmcli is my method to connect to network, but I use -a to prompt for password rather than have it in my history. RE: An unofficial Debian Installer for Pinebook Pro - moonwalkers - 02-13-2020 (02-12-2020, 11:40 PM). xmixahlx Wrote: I always do a minimal install (no tasksel options). the above nmcli is my method to connect to network, but I use -a to prompt for password rather than have it in my history. Nice tip, I've missed that flag, should've guessed there would be one like that and looked more attentively. RE: An unofficial Debian Installer for Pinebook Pro - maya.b - 02-13-2020 (12-04-2019, 03:34 AM)danielt Wrote: I've recently spent a little while hacking together a quick 'n dirty Debian installer for the Pinebook Pro. You don't happen to have a linux-headers package for the 5.4.2.2-pinebookpro-arm64 kernel by any chance? RE: An unofficial Debian Installer for Pinebook Pro - tpm - 02-13-2020 (02-13-2020, 09:18 AM)maya.b Wrote: You don't happen to have a linux-headers package for the 5.4.2.2-pinebookpro-arm64 kernel by any chance? There's a linux-headers-5.4.2-2-pinebookpro-arm64 package. RE: An unofficial Debian Installer for Pinebook Pro - wasgurd - 02-13-2020 Has somebody tried linux-image-5.5.0-rc5-arm64 from experimental? |