Commit Graph

34 Commits

Author SHA1 Message Date
Le0xFF
51c1a40e51 Let user decide to format EFI partition or not.
- This closes issue/request #10.
2023-11-27 09:47:26 +01:00
Le0xFF
fededc1490 Create a dedicated swap subvolume
- This should fix issue #11
- The only downside is that people that will not create a swap file, will eventually have a `@swap` subvolume. First world problem.
2023-11-26 14:42:22 +01:00
Le0xFF
7c85229708 Use correct UUID for swap
Also use `sw` as mount option for fstab
2023-10-06 13:21:47 +02:00
Le0xFF
8a2ea7df58 Fix kdfontop.c error for EFISTUB too 2023-10-02 20:36:02 +02:00
Le0xFF
8b495857b4 Get rid of btrfs_map_physical
Use `btrfs inspect-internal map-swapfile` command, as reported in official documentation: [Hibernation](https://btrfs.readthedocs.io/en/latest/Swapfile.html#hibernation)
2023-10-02 20:30:36 +02:00
Le0xFF
f4ee8c85ec Finally fix kdfontop.c error 2023-10-02 18:21:58 +02:00
Le0xFF
fb03a19e05 Uncomment "FONT" line only 2023-10-02 17:42:24 +02:00
Le0xFF
b84a3d6702 Fix i18n dracut conf 2023-10-02 17:34:51 +02:00
Le0xFF
825101ae9c Set console font to avoid kdfontop.c errors 2023-09-03 10:43:47 +02:00
Le0xFF
945061d92f Code optimization 2023-08-05 17:51:30 +02:00
Le0xFF
7eb4edb628 Introduce chroot_shell function:
- Let user open a new bash shell during chroot menu
2023-08-04 14:44:29 +02:00
Le0xFF
b094fdc0c1 Use xmirror to change repo mirror during chroot 2023-08-04 12:34:10 +02:00
Le0xFF
2d6aee3af7 Bug fixing:
- More error detection
- Add more verbose output
- Internet connection is now required
- Fix bootloader installation if encryption is later deselected
2023-08-04 12:17:25 +02:00
Le0xFF
41dc23040e Add /var/log to FSTAB
Some applications don't like to have /var/log as read-only, so add it to FSTAB for overlayfs.
2023-08-01 21:17:58 +02:00
Le0xFF
c1fb1f56ac Bug fixing:
- fix musl installation
- fix void_packages chroot function
2023-07-31 12:15:52 +02:00
Le0xFF
4848710d2e Wrong header 2023-07-31 09:17:40 +02:00
Le0xFF
9a68653c10 The rewrite is now the main script 2023-07-30 18:07:23 +02:00
Le0xFF
5104eb1131 Rewrite of chroot script 2023-07-30 18:06:10 +02:00
Le0xFF
74ad30e212 Fix swap creation for low memory systems 2023-07-27 16:12:57 +02:00
Le0xFF
1e9b3577e8 Keep unused grub_ckb.sh script up to date 2022-09-05 19:26:06 +02:00
Le0xFF
473d25fa63 Keep unused chroot.sh script up to date 2022-09-03 23:12:16 +02:00
Le0xFF
7148592ac5 Upload grub custom keyboard script
This script is already integrated in main vli.sh script and so will be unused, but it will be handy to have it around
2022-09-03 23:11:52 +02:00
Le0xFF
4d4031e10d Keep old chroot.sh script up to date 2022-09-01 14:40:17 +02:00
Le0xFF
ffc5467328 Keep unused chroot.sh script up to date 2022-08-30 10:57:31 +02:00
Le0xFF
a03bb662d9 Fix reading user bootloader again 2022-08-28 17:10:40 +02:00
Le0xFF
48f1fbfb79 Keep unused chroot.sh script up to date 2022-08-28 16:45:49 +02:00
Le0xFF
9ba2c583b5 Keep unused chroot.sh script up to date 2022-08-28 16:20:59 +02:00
Le0xFF
8ee97e2114 Keep unused chroot.sh script up to date 2022-08-28 15:55:00 +02:00
Le0xFF
02446cf41f Keep unused chroot.sh script updated 2022-08-24 20:45:29 +02:00
Le0xFF
a3c2be0599 Specify that swapfile size must be in GB 2022-08-11 20:37:40 +02:00
Le0xFF
43484e7fcc Keep chroot.sh up to date just in case 2022-08-11 18:31:58 +02:00
Le0xFF
b39dafb5a0 Add program to compute resume offset
Add btrfs_map_physical.c program and its LICENSE to compute physical offset needed to compute the resume offset for btrfs swap file and relative hibernation. Added also a small README about this folder
2022-08-07 17:39:10 +02:00
Le0xFF
2532627e28 Update unused script to keep it up to date
This won't be used anymore, but it's handy to have it up to date, just in case
2022-07-30 19:45:36 +02:00
Le0xFF
03660333c1 Add old script to separated folder 2022-07-18 23:15:09 +02:00