mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
parent
7c4c8dc1e4
commit
2d5f9e8abd
1 changed files with 6 additions and 1 deletions
|
@ -98,7 +98,8 @@ sudo mkdir /mnt/home/
|
||||||
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home
|
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home
|
||||||
|
|
||||||
# Mount the EFI partition.
|
# Mount the EFI partition.
|
||||||
sudo mount --mkdir $efiName /mnt/boot/
|
sudo mkdir /mnt/boot/
|
||||||
|
sudo mount $efiName /mnt/boot
|
||||||
|
|
||||||
# Generate Nix configuration
|
# Generate Nix configuration
|
||||||
sudo nixos-generate-config --root /mnt
|
sudo nixos-generate-config --root /mnt
|
||||||
|
@ -109,6 +110,10 @@ curl https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/configuration.nix >
|
||||||
# Install
|
# Install
|
||||||
sudo nixos-install
|
sudo nixos-install
|
||||||
|
|
||||||
|
# Start Setup section
|
||||||
|
# sudo -i
|
||||||
|
# curl https://gitlab.com/ahoneybun/nynx-installer/-/raw/main/setup.sh > /mnt/setup.sh
|
||||||
|
|
||||||
# # Enter into installed OS
|
# # Enter into installed OS
|
||||||
# mount -o bind /dev /mnt/dev
|
# mount -o bind /dev /mnt/dev
|
||||||
# mount -o bind /proc /mnt/proc
|
# mount -o bind /proc /mnt/proc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue