159 Commits

Author SHA1 Message Date
Roey Darwish Dror
10faad551b Move the command line arguments to a module 2019-05-29 14:39:29 +03:00
Roey Darwish Dror
ec1f74b05d Use constants for partition indexes 2019-05-29 14:05:17 +03:00
Roey Darwish Dror
bb7567e72b Uber refactoring 2019-05-29 13:59:49 +03:00
Roey Darwish Dror
1182c96a08 Fix MacBook booting 2019-05-29 09:54:18 +03:00
Roey Darwish Dror
3dcbf04b6c Version bump v0.6.0 2019-05-27 14:16:30 +03:00
Roey Darwish Dror
0492847d51 Generate locale (fix #19) 2019-05-27 14:15:40 +03:00
Roey Darwish Dror
2a987be160 Version bump v0.5.0 2019-01-06 16:37:17 +02:00
Roey Darwish Dror
9de7ea9b7b Dependencies bump 2019-01-06 16:36:55 +02:00
Roey Darwish Dror
7b235aa9bc Optionally run a command for chroot 2018-12-30 14:18:55 +02:00
Roey Darwish Dror
420756df61 Dependencies bump 2018-12-30 13:52:17 +02:00
Roey Darwish Dror
808fba9a80 Formatting 2018-12-30 13:51:18 +02:00
Roey Darwish Dror
fbd8d0227c Rust 2018 2018-12-09 10:35:06 +02:00
Roey Darwish Dror
4f7598c81f Version bump v0.4.0 2018-12-04 13:57:49 +02:00
Roey Darwish Dror
e1134fc40e Dependencies bump 2018-12-04 13:57:37 +02:00
Roey Darwish Dror
f32a90e896 Fix clippy warnings 2018-12-04 13:56:51 +02:00
Roey Darwish Dror
5f30a38b4a Add debug log 2018-12-02 16:51:08 +02:00
Roey Darwish Dror
35ffccc352 Use Ext4 instead of btrfs 2018-12-02 16:50:13 +02:00
Roey Darwish Dror
8c41b390a3 Encryption (fix #3) 2018-12-02 16:44:26 +02:00
Roey Darwish Dror
db9fdb29c6 Consume the mount stack on umount 2018-12-02 14:43:22 +02:00
Roey Darwish Dror
d672cf5663 Avoid needless consumption 2018-11-26 13:46:57 +02:00
Roey Darwish Dror
7b81e6b3cf Filter out local swap files from fstab (fix #17) 2018-11-26 11:56:57 +02:00
Roey Darwish Dror
c65004d570 Move the mount to its own module 2018-11-22 21:37:12 +02:00
Roey Darwish Dror
112be5157e Use smaller EFI partition 2018-11-22 21:16:05 +02:00
Roey Darwish Dror
4e0940cc1f Allow working on loop devices 2018-11-22 14:53:38 +02:00
Roey Darwish Dror
6e04daa846 Version bump v0.3.0 2018-11-22 11:47:33 +02:00
Roey Darwish Dror
7c8109934c Fail if failed to ummount the filesystems 2018-11-22 11:47:20 +02:00
Roey Darwish Dror
4efa7668c8 Fix typo 2018-11-22 11:18:13 +02:00
Roey Darwish Dror
f7b2d2cf23 Add NomadBSD to the readme 2018-11-22 11:17:26 +02:00
Roey Darwish Dror
dd00ff091b Turn off debug logs by default 2018-11-22 11:17:22 +02:00
Roey Darwish Dror
416c829d2f Remove compression (fix #16)
Even lzo causes troubles
2018-11-21 15:12:15 +02:00
Roey Darwish Dror
01969aa524 Better block device handling (fix #14) 2018-11-21 15:10:08 +02:00
Roey Darwish Dror
24eee12c58 Replace zstd with lzo (fix #16)
For some reason zstd causes Perl installation error
2018-11-21 15:05:37 +02:00
Roey Darwish Dror
ea44f30d6c Dependencies bump 2018-11-21 13:06:45 +02:00
Roey Darwish Dror
26cc5901c1 Fix display of exit status error 2018-11-07 11:42:49 +02:00
Roey Darwish Dror
3415750123 Avoid needless consumption 2018-11-07 11:19:46 +02:00
Roey Darwish Dror
406ed1325f Add chroot subcommand (fix #13) 2018-11-07 11:10:17 +02:00
Roey Darwish Dror
4b80f5c41b Avoid copy in MountStack 2018-11-07 10:27:02 +02:00
Roey Darwish Dror
f08064f2ba No need to call sync 2018-11-05 10:47:11 +02:00
Roey Darwish Dror
4914c017d4 Small fixup 2018-11-05 09:25:59 +02:00
Roey Darwish Dror
c674ef5f2c Avoid code duplication 2018-11-05 09:13:39 +02:00
Roey Darwish Dror
ec7f60aed4 Readme v0.2.0 2018-11-04 17:05:59 +02:00
Roey Darwish Dror
e956dc51c0 Add -p and -i (fix #2 fix #11) 2018-11-04 17:04:42 +02:00
Roey Darwish Dror
a76b6aff0c Tweak journald (fix #1) 2018-11-04 17:04:22 +02:00
Roey Darwish Dror
9771446d36 Typo 2018-11-04 16:41:59 +02:00
Roey Darwish Dror
b325104190 Add a flag for installing extra packages (fix #11) 2018-11-04 16:41:17 +02:00
Roey Darwish Dror
1ded17b500 Signal handling (fix #7) 2018-11-04 16:31:03 +02:00
Roey Darwish Dror
c543916366 Install broadcom-wl (fix #9) 2018-11-04 16:20:44 +02:00
Roey Darwish Dror
c89763c689 Implement different error kinds 2018-11-04 16:20:01 +02:00
Roey Darwish Dror
a250e749d1 Implement process module 2018-11-04 16:15:17 +02:00
Roey Darwish Dror
8b0d9ef16a Perform mount using API (fix #10 fix #6) 2018-11-04 16:05:11 +02:00