From a0a604ea1ac98b1ed518af4e56da0b23e0b99123 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 7 Oct 2019 01:30:10 -0500 Subject: [PATCH] Debian/Ubuntu: Simplify cp command Suggested-by: colmbuckley --- Debian-Buster-Root-on-ZFS.md | 2 +- Ubuntu-18.04-Root-on-ZFS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Debian-Buster-Root-on-ZFS.md b/Debian-Buster-Root-on-ZFS.md index cc0c868..09918f7 100644 --- a/Debian-Buster-Root-on-ZFS.md +++ b/Debian-Buster-Root-on-ZFS.md @@ -529,7 +529,7 @@ In the future, you will likely want to take snapshots before each upgrade, and r # zfs create rpool/home/YOURUSERNAME # adduser YOURUSERNAME - # cp -a /etc/skel/.[!.]* /home/YOURUSERNAME + # cp -a /etc/skel/. /home/YOURUSERNAME # chown -R YOURUSERNAME:YOURUSERNAME /home/YOURUSERNAME 6.7 Add your user account to the default set of groups for an administrator: diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 0b309d0..e3e5e32 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -517,7 +517,7 @@ In the future, you will likely want to take snapshots before each upgrade, and r # zfs create rpool/home/YOURUSERNAME # adduser YOURUSERNAME - # cp -a /etc/skel/.[!.]* /home/YOURUSERNAME + # cp -a /etc/skel/. /home/YOURUSERNAME # chown -R YOURUSERNAME:YOURUSERNAME /home/YOURUSERNAME 6.7 Add your user account to the default set of groups for an administrator: