add images for readme

pull/2/head
axtlos 3 years ago
parent b4ea41bcaf
commit ea42767f4a
No known key found for this signature in database
GPG Key ID: A468AFD71DD51D4A

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

@ -1,24 +1,21 @@
Chosen layout: at
Chosen variant: normal
Username: s
Chosen layout: us
Chosen variant: colemak
Username: u
Username: us
Username: use
Username: user
Enable sudo: true
Desktop: KDE Plasma
Hostname: n
Enable root: true
Hostname: h
Hostname: ho
Hostname: hos
Hostname: host
Disks: /dev/sda
/dev/nvme0n1
Selected disk: /dev/nvme0n1
Partition info: 476.9G
Is efi: true
Json config: {"partition":{"device":"nvme0n1","mode":"auto","efi":true},"bootloader":{"type":"grub-efi","location":"/boot/efi"},"locale":{"locale":["en_US.UTF-8 UTF-8"],"keymap":"Af","timezone":"America"},"networking":{"hostname":"n","ipv6":false},"users":[{"name":"s","password":"$1$KRz8vYrK$mTO2iNwmZnkHTpevyAcHN0\n","hasroot":true}],"rootpass":"","desktop":"KDE Plasma","timeshift":true,"extra_packages":["firefox"]}
[LOG] doing thing
[ERROR] failed doing thing
Selected disk: /dev/sda
Partition info: 238.5G
[LOG]
[ERROR]
Installation finished! You may reboot now!
Selected disk: /dev/nvme0n1
Is efi: true

@ -36,8 +36,8 @@ Future<void> checkIsEfi(
}
Future<void> writeToLog(String message) async {
await File('/var/log/jade_log.txt').readAsString().then((String contents) {
File("/var/log/jade_log.txt").writeAsString(contents + "\n" + message);
await File('jade_log.txt').readAsString().then((String contents) {
File("jade_log.txt").writeAsString(contents + "\n" + message);
});
}

Loading…
Cancel
Save