From 4d8f5d7fc079dd7ad452c89b0cf0fce0f4d248b9 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 15 Apr 2023 16:32:59 +0200 Subject: update --- swift/etc/fstab | 23 +++++++++-------------- swift/etc/sudoers.d/01_marc | 5 ++++- 2 files changed, 13 insertions(+), 15 deletions(-) (limited to 'swift') diff --git a/swift/etc/fstab b/swift/etc/fstab index 00d3167..64758fa 100644 --- a/swift/etc/fstab +++ b/swift/etc/fstab @@ -1,14 +1,9 @@ -# /dev/nvme1n1p5 -UUID=fd0bd5d9-abfd-46e2-bbec-cc5042c19507 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1 - -# /dev/nvme1n1p1 -UUID=120F-B472 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 - -# /dev/nvme1n1p3 -UUID=E23C1C4C3C1C1DDB /mnt/windows ntfs-3g gid=1000,uid=1000,dmask=022,fmask=133,noauto 0 0 - -# /dev/nvme0n1p1 -UUID=8c89d665-a17b-47da-aa19-4c855f134d54 /data xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 2 - -# Sony walkman NW-A55L external flash -/dev/sdb1 /mnt/sdb1 exfat noauto,gid=20,uid=501,dmask=002,fmask=113 0 0 +/dev/nvme1n1p5 / xfs defaults 1 1 +/dev/nvme1n1p1 /boot/efi vfat defaults 1 0 +#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 0 0 +/dev/fd0 /mnt/floppy auto noauto,owner 0 0 +/dev/nvme0n1p1 /mnt/arch auto noauto 0 0 +devpts /dev/pts devpts gid=5,mode=620 0 0 +proc /proc proc defaults 0 0 +tmpfs /dev/shm tmpfs nosuid,nodev,noexec 0 0 +tmpfs /tmp tmpfs defaults 0 0 diff --git a/swift/etc/sudoers.d/01_marc b/swift/etc/sudoers.d/01_marc index 9ae91f4..bc338e8 100644 --- a/swift/etc/sudoers.d/01_marc +++ b/swift/etc/sudoers.d/01_marc @@ -1 +1,4 @@ -marc ALL=(ALL) NOPASSWD: ALL +# marc ALL=(ALL) NOPASSWD: ALL +marc ALL=(ALL) ALL + +marc ALL=NOPASSWD: /sbin/reboot,/sbin/shutdown,/sbin/poweroff -- cgit v1.2.3