Commit Graph

18 Commits

Author SHA1 Message Date
Nico Schottelius 44f201c96d Alpine disk installer: fix mount points for efi 2022-08-05 23:29:24 +02:00
Nico Schottelius 888a1bbd14 [alpine installer] add fs type on mount 2022-03-13 17:35:19 +01:00
Nico Schottelius 45cccd0471 ++alpine/uefi 2022-02-24 16:58:21 +01:00
Nico Schottelius ebe45dc3df alpine: enhance uefi support 2022-02-22 19:26:55 +01:00
Nico Schottelius 86535b43bc ++notes 2022-02-14 16:12:44 +01:00
Nico Schottelius 9c0beb18d3 alpine: add uefi support 2022-02-11 22:24:43 +01:00
Nico Schottelius c1256d5827 Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools 2021-07-28 16:32:58 +02:00
Nico Schottelius efb7a5f9fa Update alpine version, fix partition bug 2021-07-28 16:32:43 +02:00
Nico Schottelius c9cf6d2457 alpine: automatically load modules 2021-07-11 14:05:50 +02:00
Nico Schottelius 2dae22a0d7 [alpine] add sysctl on bootup 2021-06-07 19:15:35 +02:00
Nico Schottelius 9ff028147f ++e2fsprogs 2021-05-29 22:44:43 +02:00
Nico Schottelius 1a7c370fe3 add grub boot params 2021-05-29 22:24:10 +02:00
Nico Schottelius 913598dc92 add defaults entry to fstab 2021-05-29 21:23:05 +02:00
Nico Schottelius 7452236f2b modify the fstab 2021-05-29 21:07:58 +02:00
Nico Schottelius 838a7171ba Umount, not mount a 2nd time ... 2021-05-29 20:22:25 +02:00
Nico Schottelius 919a725b04 Remove tmpdir 2021-05-29 20:10:46 +02:00
Nico Schottelius 525194947b Alpine install: choose --target for grub and cleanup the gap
To avoid this error:

nb2:~nico/vcs/ungleich-tools# sudo chroot /tmp/tmp.U3RiZH2Nu9 /bin/sh -c 'grub-install --target=i386-pc /dev/sda'
Installing for i386-pc platform.
grub-install: warning: Attempting to install GRUB to a disk with multiple partition labels.  This is not supported yet..
grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.

See also:
https://askubuntu.com/questions/666527/install-grub-claims-that-i-have-multiple-partiton-labels-and-that-embedding-is
2021-05-29 20:05:42 +02:00
Nico Schottelius 8dc4d6bacb Add script to install alpine to a usb disk 2021-05-29 19:53:40 +02:00