[arch-releng] [PATCH 1/3] Fix etc/group overlay sample entries.
Just add an "x" to fix: FS#15707 - [filesystem] New grpck barks on gshadow Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/install-iso/overlay/etc/group | 42 ++++++++++++++++---------------- configs/xfce4/overlay/etc/group | 42 ++++++++++++++++---------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/configs/install-iso/overlay/etc/group b/configs/install-iso/overlay/etc/group index fa9a613..28b48ed 100644 --- a/configs/install-iso/overlay/etc/group +++ b/configs/install-iso/overlay/etc/group @@ -1,21 +1,21 @@ -root::0:root -bin::1:root,bin,daemon -daemon::2:root,bin,daemon -sys::3:root,bin -adm::4:root,daemon -tty::5: -disk::6:root,arch -lp::7:daemon -mem::8: -kmem::9: -wheel::10:root,arch -ftp::11: -mail::12: -log::19:root -cron::22: -smmsp::25: -audio::92:arch -optical::93:arch -nobody::99: -users::100:arch -slocate::21: +root:x:0:root +bin:x:1:root,bin,daemon +daemon:x:2:root,bin,daemon +sys:x:3:root,bin +adm:x:4:root,daemon +tty:x:5: +disk:x:6:root,arch +lp:x:7:daemon +mem:x:8: +kmem:x:9: +wheel:x:10:root,arch +ftp:x:11: +mail:x:12: +log:x:19:root +slocate:x:21: +cron:x:22: +smmsp:x:25: +audio:x:92:arch +optical:x:93:arch +nobody:x:99: +users:x:100:arch diff --git a/configs/xfce4/overlay/etc/group b/configs/xfce4/overlay/etc/group index fa9a613..28b48ed 100644 --- a/configs/xfce4/overlay/etc/group +++ b/configs/xfce4/overlay/etc/group @@ -1,21 +1,21 @@ -root::0:root -bin::1:root,bin,daemon -daemon::2:root,bin,daemon -sys::3:root,bin -adm::4:root,daemon -tty::5: -disk::6:root,arch -lp::7:daemon -mem::8: -kmem::9: -wheel::10:root,arch -ftp::11: -mail::12: -log::19:root -cron::22: -smmsp::25: -audio::92:arch -optical::93:arch -nobody::99: -users::100:arch -slocate::21: +root:x:0:root +bin:x:1:root,bin,daemon +daemon:x:2:root,bin,daemon +sys:x:3:root,bin +adm:x:4:root,daemon +tty:x:5: +disk:x:6:root,arch +lp:x:7:daemon +mem:x:8: +kmem:x:9: +wheel:x:10:root,arch +ftp:x:11: +mail:x:12: +log:x:19:root +slocate:x:21: +cron:x:22: +smmsp:x:25: +audio:x:92:arch +optical:x:93:arch +nobody:x:99: +users:x:100:arch -- 1.6.4.4
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/install-iso/overlay/etc/fstab | 2 +- configs/xfce4/overlay/etc/fstab | 2 +- configs/xfce4/packages.list | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/install-iso/overlay/etc/fstab b/configs/install-iso/overlay/etc/fstab index 377ae56..883ebbb 100644 --- a/configs/install-iso/overlay/etc/fstab +++ b/configs/install-iso/overlay/etc/fstab @@ -1,6 +1,6 @@ # /etc/fstab: static file system information # <file system> <dir> <type> <options> <dump> <pass> -unionfs / unionfs noauto 0 0 +aufs / aufs noauto 0 0 none /dev/pts devpts defaults 0 0 none /dev/shm tmpfs defaults 0 0 diff --git a/configs/xfce4/overlay/etc/fstab b/configs/xfce4/overlay/etc/fstab index 0d5a001..a3725bc 100644 --- a/configs/xfce4/overlay/etc/fstab +++ b/configs/xfce4/overlay/etc/fstab @@ -2,7 +2,7 @@ # /etc/fstab: static file system information # # <file system> <dir> <type> <options> <dump> <pass> -unionfs / unionfs noauto 0 0 +aufs / aufs noauto 0 0 none /dev/pts devpts defaults 0 0 none /dev/shm tmpfs defaults 0 0 diff --git a/configs/xfce4/packages.list b/configs/xfce4/packages.list index fb0bc48..26224ee 100644 --- a/configs/xfce4/packages.list +++ b/configs/xfce4/packages.list @@ -1,3 +1,4 @@ +aufs2-util bash bin86 bzip2 @@ -100,7 +101,6 @@ tar tcp_wrappers tcpdump udev -unionfs-utils unrar unzip usbutils -- 1.6.4.4
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- README | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/README b/README index d41e6f5..21a2d55 100644 --- a/README +++ b/README @@ -19,6 +19,8 @@ First off, Archiso has some dependencies: - squashfs-tools - aufs2-util - mkarchroot from the devtools package + - pwgen + Archiso itself can be installed with the handy dandy included Makefile, and the incantation 'make install'. -- 1.6.4.4
On Tue, Oct 6, 2009 at 11:08 PM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- README | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/README b/README index d41e6f5..21a2d55 100644 --- a/README +++ b/README @@ -19,6 +19,8 @@ First off, Archiso has some dependencies: - squashfs-tools - aufs2-util - mkarchroot from the devtools package + - pwgen + Archiso itself can be installed with the handy dandy included Makefile, and the incantation 'make install'.
Merged all three patches. Thanks a lot!
participants (2)
-
Aaron Griffin
-
Gerardo Exequiel Pozzi