Commit Graph

87 Commits

Author SHA1 Message Date
oddlama 627289d911
Actually using root_id would be great 2020-10-03 16:42:03 +02:00
oddlama 89cbd4ae9c
Minor typs and fixes 2020-10-03 16:40:47 +02:00
oddlama 64251a3d31
WIP: Implement btrfs raid layout 2020-10-03 16:32:14 +02:00
oddlama 19c030c4b2
Implement btrfs 2020-10-01 15:46:51 +02:00
oddlama fad5c06199
fstab swap entry by uuid 2020-05-02 12:22:43 +02:00
oddlama 07db67534b
Better vfat fstab entry (permission masks) 2020-05-01 12:15:37 +02:00
oddlama 56cea7d8ee
Create dracut with default modules; fix initramfs.img location in syslinux.cfg 2020-04-25 22:37:50 +02:00
oddlama 2c7c804105
Fixed missing uuid resolve in dracut cmdline generation 2020-04-25 20:17:24 +02:00
oddlama cd078400b8
change bios partition mountpoint to /boot/bios to prevent automatic partition filling 2020-04-25 20:15:16 +02:00
oddlama fceb479402
Fix bug in fstab generation 2020-04-25 20:12:00 +02:00
oddlama 2420251b28
Replace link with copy because vfat can handle links. 2020-04-25 18:48:48 +02:00
oddlama 18674a4b0c
UUID based fstab 2020-04-25 18:06:38 +02:00
oddlama ac5d8f1645
Added vmlinuz syslinux.cfg generatoin and bios link 2020-04-25 17:56:04 +02:00
oddlama bbece4293a
Fixed syslinux installation directory 2020-04-25 16:38:55 +02:00
oddlama b5b82edd4d
Removed RESOLVABLE_MAP_DIR 2020-04-25 15:30:29 +02:00
oddlama db1918e6d5
Added missing conjunction 2020-04-25 15:27:32 +02:00
oddlama 9439c07b28
make ADDITIONAL_PACKAGES an bash array 2020-04-25 15:24:24 +02:00
oddlama f2909a7c72
Added dracut cmdline generation 2020-04-25 15:12:35 +02:00
oddlama 2b323d0c0d
Removed need to save resolve entries altogether; WIP: Dracut integration 2020-04-24 23:02:00 +02:00
oddlama 21ff831af0
install mdadm on chrooted system when raid is used 2020-04-23 23:56:53 +02:00
oddlama cf0413f948
Forgot to remove a quote in output 2020-04-23 23:19:11 +02:00
oddlama b1c4d9d40e
Removed need for internally stored id->device map 2020-04-23 23:15:41 +02:00
oddlama 048b39ffe0
Fixed bug in map saving 2020-04-23 22:31:18 +02:00
oddlama 4c376dae12
fixed case mistake 2020-04-23 21:08:36 +02:00
oddlama 826f232807
Export some crucial variables 2020-04-23 21:06:22 +02:00
oddlama 38437daebd
Follow upstream rename of vanilla-kernel-bin to gentoo-kernel-bin 2020-04-23 19:24:33 +02:00
oddlama f40334f9be
Manually save and restore mapped ids and devices 2020-04-23 17:42:23 +02:00
oddlama 2274c3f7c2
Added disk resolvable saving and loading 2020-04-23 17:32:36 +02:00
oddlama b80d27e467
Export important disk variables 2020-04-23 17:07:13 +02:00
oddlama 00cf2ce260
global DISK_ID_TO_RESOLVABLE 2020-04-23 16:53:31 +02:00
oddlama ff31e4f1b3
Added overwriting for luks header backups 2020-04-23 16:25:34 +02:00
oddlama 88ad973072
Replaced old PARTITION_UUID variables with new disk id system 2020-04-22 23:48:36 +02:00
oddlama 486d22db79
Added luks creation with keyfile support 2020-04-22 23:08:11 +02:00
oddlama 8a0f83b4e9
Fixed missing device resolve on formatting 2020-04-22 12:28:47 +02:00
oddlama 3f80df8695
Fixed wrong error messages 2020-04-21 23:45:55 +02:00
oddlama d203dfc6c3
Made mdadm uuids discoverable 2020-04-21 23:41:27 +02:00
oddlama cfcefae1ec
Fixed mdadm invocation, added raid names 2020-04-21 23:29:06 +02:00
oddlama 9133dcb37c
Fixed PTUUID ambiguity leading to blkid not showing results 2020-04-21 23:15:29 +02:00
oddlama 265851cbc8
Fixed type empty when using efi default 2020-04-21 22:13:13 +02:00
oddlama a334d50921
Fixed efi being the default type 2020-04-21 22:12:18 +02:00
oddlama 119cdd53ba
Fixed wrong known_arguments 2020-04-21 22:04:39 +02:00
oddlama 61293f149b
Added bios mode for layout creation 2020-04-21 21:52:46 +02:00
oddlama 29a7b8a183
Added blkid device resolve by PTUUID 2020-04-21 20:58:21 +02:00
oddlama bab787cbb7
Fixed subscript bug 2020-04-21 20:51:11 +02:00
oddlama bae6327c59
Added sylinux installation for bios systems 2020-04-21 20:48:23 +02:00
oddlama 25adbb0b68
Fixed missing conjunction; move preprocess_config into main.sh 2020-04-21 18:59:49 +02:00
oddlama 506bb9acf8
Move functions to internal_config.sh; fixed regex 2020-04-21 18:43:17 +02:00
oddlama 9b854df006
Added persistent uuids across repeated runs 2020-04-21 18:38:46 +02:00
oddlama b62df43a72
More readme related updates 2020-04-21 16:26:45 +02:00
oddlama 97f65b92c1
Update readme 2020-04-21 16:22:07 +02:00