summaryrefslogtreecommitdiff
path: root/configs/releng/build.sh
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2012-10-14 15:30:43 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2012-10-14 15:30:43 -0300
commit2206cced63960b96c222ccb3366a58b1e2ac6bed (patch)
tree41a90d4b0fc83dba57bb0d4c150fb839c2fe44d2 /configs/releng/build.sh
parent0b01338932c48c1854fa83e8577615d95970d299 (diff)
Set live username back to 'libre'
Diffstat (limited to 'configs/releng/build.sh')
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index c21d8fd..bcb1b86 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -182,7 +182,7 @@ make_customize_root_image() {
-r 'usermod -s /bin/zsh root' \
run
mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \
- -r 'useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch' \
+ -r 'useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh libre' \
run
mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \
-r 'systemctl -f enable pacman-init.service getty@.service dhcpcd.service || true' \