wallzero

Results 32 comments of wallzero

I encrypted the drive with the following: ```bash cryptsetup luksFormat -c aes-xts-plain64 -s 512 -h sha512 /dev/sda2 ``` Then I modified `/etc/default/grub` and tried several things: ``` GRUB_CMDLINE_LINUX_DEFAULT="rd.luks.uuid=id rd.luks.name=id=luks rd.luks.crypttab=no...

Sorry I had forgotten `/etc/mkinitcpio.conf`: ``` HOOKS="base systemd autodetect modconf block keyboard keymap sd-encrypt sd-zfs filesystems fsck" ``` The only difference I see is `sd-vconsole` is missing and `filesystems` and...

I tried adding your `crypttab.initramfs` example with my UUID but after rebuilding the `initcpio` and updating `grub` it still appears to not wait for the password prompt. Same issue as...

I'm sorry, do you mean for the ZFS partition? I do not have the ZFS partition UUID under a `/` entry in `/etc/fstab`. I am using the zpool bootfs option....

@dschaper Thank you for your input! @dasJ I will give @dschaper solution a try! I already see two `root=` definitions in my `/boot/grub/grub.cfg`.

I'm finding that the first directory listing is fast but any subsequent listing for some period of time is very slow to respond.

I'm running into this issue as well with Webpack and React

Yeah I think it does. I haven't used wasm before. Is vite used to create the wasm package? It seems like webpack is missing an 'env' path.

Hey, I see 1.0.1 is the latest release. Has development on ui-router-extras begun? Thanks!

No problem! Here: https://github.com/httptoolkit/esm/issues/5 Thanks!