From 4133d22caf139371c79d3c8e89887b1477b1df4b Mon Sep 17 00:00:00 2001 From: poslop Date: Mon, 26 Jan 2026 10:37:48 -0600 Subject: [PATCH] part3 and fstab temp --- Image/PBX.img3.lz4 | 3 +++ fstab.template | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Image/PBX.img3.lz4 create mode 100644 fstab.template diff --git a/Image/PBX.img3.lz4 b/Image/PBX.img3.lz4 new file mode 100644 index 0000000..6008add --- /dev/null +++ b/Image/PBX.img3.lz4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6c2daf667a6c852437975a217e9dd7e3052f5fee8b391ebc1efa67aaca8001 +size 7783924407 diff --git a/fstab.template b/fstab.template new file mode 100644 index 0000000..75664a6 --- /dev/null +++ b/fstab.template @@ -0,0 +1,19 @@ +# /etc/fstab: static file system information. +# +# Use 'blkid' to print the universally unique identifier for a +# device; this may be used with UUID= as a more robust way to name devices +# that works even if disks are added and removed. See fstab(5). +# +# systemd generates mount units based on this file, see systemd.mount(5). +# Please run 'systemctl daemon-reload' after making changes here. + +# +/dev/mapper/PBX--vg-root / ext4 errors=remount-ro 0 1 + +# /boot was on /dev/vda2 during installation +UUID=BOOT_UUID /boot ext2 defaults 0 2 + +# /boot/efi was on /dev/vda1 during installation +UUID=EFI_UUID /boot/efi vfat umask=0077 0 1 + +/dev/mapper/PBX--vg-swap_1 none swap sw 0 0